/* CSS Document */

#galerie{

position:absolute;
top:100px;
margin-left: auto;
margin-right: auto;
width:900px;

}

#galerie img{
display:block;
margin:0 auto;
  
}

a.fleche_gauche {
position:absolute;
z-index: 1;
top:0px;
left:0px;
height:466px;
width:450px;
display:block;
text-decoration:none;
text-indent: -9999px;
background:url(../images/fleches/prev.gif) 1000px no-repeat;	
	
}

a:hover.fleche_gauche{ 
background:url(../images/fleches/prev.gif) top left no-repeat;
padding-left:0px;
left:0px;
}

a.fleche_droite {
position:absolute;
z-index: 1;
top:0px;
left:450px;
height:466px;
width:450px;
display:block;
text-decoration:none;
text-indent: -9999px;
background:url(../images/fleches/next.gif) 1000px no-repeat;
	
}

a:hover.fleche_droite{ 
background:url(../images/fleches/next.gif)  no-repeat top  right;

text-decoration:none;
}

img .fond {
margin-left:200px;
margin-top:525px;
}
