/* CSS Document */

/*********************** index *************************/
body, body a {
	color:#C2C2C6;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	
}

body a:hover {
	color:#444;
}

#conteneur {
	width:900px;
	background-image:url(../images/bg_index.jpg);
	height:612px;
	position: relative;
	margin: 60px auto 0 auto;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: center;
} 

.manonboyer {
	position:absolute;
	top:18px;
	left:113px;
	font-size:2em;	
}
.index_english {
	position:absolute;
	top:567px;
	left:114px;
}

.index_francais {
	position:absolute;
	top:567px;
	left:730px;
}


