@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0}
#Layer0 {
	position:relative;
	width:1000px;
	margin:0 auto;

}
#Layer1 {
	position:realtive;
	margin:10px;
}

/*MENU*/
#head {
	height:86px;
	background:url(images/bandeauhaut.jpg) no-repeat;
	padding:7.5px 0 7.5px 392px;

}

#head ul {overflow:auto;
		  margin: 3px 0 3px 5px;
		  }	

#head ul { height: 1%;
		   overflow:visible;
		   }

#head ul li{
float:left;
list-style-type:none;
background:url(images/borduremenu.jpg) bottom right no-repeat;

}
#head ul li a{
display:block;
height:84px;
width: 84px;
margin:0 20px 0 20px;
color:black;
text-decoration:none;
}

#head ul li a span{
	display:block;
	padding-top: 50px;
	text-align:center;
	/*color:black;*/}
	
#head ul li a:hover, .actif  {
display:block;
height:84px;
width: 84px;
background: url(images/menuactif.jpg) no-repeat;
margin:0 20px 0 20px;

}

#head ul li a:hover span, .actif span{
	display:block;
	padding-top: 50px;
	text-align:center;
	color:white;
}



#corps {

position:relative;
padding-left:246px;
background: url(images/imagegauche.jpg) top left no-repeat ;
min-height:463px;
overflow:auto;
margin-top:45px;

}

#corps {
height:1%;
overflow:visible;
}


#centre{
float:left;
width:425px;
margin-right:30px;
margin-top:45px;
}

#centre h1 { color:#A22A2C;
font-size:20px;
margin:0 0 20px 0;
background:url(images/bouton.jpg) no-repeat top left ;
height:30px;
padding-left:40px;
}

#centre img {
margin:0 15px 25px 15px;
}

#centre p { 
color:black;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#Right {
	float:left;
	position:relative;
	width:241px;
	border-left:1px solid black;
	border-right: 1px solid black;
	margin-top:25px


}

#Right img{
margin:0 0px 15px 17px;
display:block;
padding-bottom:30px;
}

#Right .connexion {
position:absolute;
right:0px;
bottom:0px;
height:20px;
margin: 25px 5px 0 0;
text-align:right;
}

#footer{
text-align:center;
color:#000;
font-size:10px;
margin-bottom:20px;
clear:both;
background:none;
}

#footer a{
color:#000;
text-decoration:none;}

#footer a:hover{
text-decoration:underline;
}
