.image_back {
position: absolute ; 
top: 0%; 
right : 0%;
}
img {
border :none ;
}
body {
	font-family : "Arial Unicode MS";
}
.nom {
	position: absolute ; 
	top: 50px; 
	left : 20px ;
	text-decoration : none;
	font-size : 1.8em ;
	font-style : italic ;
}

.menu {
	position: absolute ; 
	top: 110px; 
	left : 50px ;
	text-decoration : none;
	font-size : 0.9em ;
	font-weight : normal ;
	font-style : italic ;
}

a{
color : black ;
text-decoration: none ;
}

.image_principale {
position :absolute ;
top :40px ;
left : 330px ;
//margin-left : auto ;margin-right : auto ;width : 700px ;margin-top : auto ;margin-bottom : auto ;height : 650px ;
}

.fleche_gauche{
position: absolute ;
 top: 450px; 
left : 70px; 
}
.fleche_droite {
 position: absolute ; 
top: 450px; 
left : 120px;
}
