@charset "UTF-8";
/* CSS Document */

body{
background:url(../../../images/fond.jpg) no-repeat top;
background-color:#c20d16;
text-align:center;
margin:0;
padding:0;
}

#pageTotal{
margin:0 auto;
width:1014px;
text-align:left;
/*height:400px;*/
/*background-color:#ffcc00;*/
/*background-color:#b7071a;*/
}
#headerGauche{
float:left;
}
	#menuTop{
	margin-left:19px;
	width:561px;
	height:32px;
	background:url(../../../images/fond_menu_haut.jpg) no-repeat top;
	text-align:center;
	}
	#logo{
	height:45px;
	margin:13px 0 11px 21px;
	}
#logoDroite{
float:right;
}
	
	#corps{
	background:url(../../../images/fond_corps.gif) repeat-y;
padding:0 0 0 0;
	}
		#corpsGauche{
		float:left;
		width:255px;
		}
			#menu{
			/*height:269px;*/
			background-color:#a40a00;
			-moz-border-radius:0 10px 0 10px; 
			-webkit-border-radius:0 10px 0 10px; 
			border-radius: 10px 10px 0 0;         
			-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
			-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
			padding:10px;
			}
			#citation{
			width:230px;
			float:right;
			margin-top:15px;
			}
		#corpsDroite{
		margin:0 33px 0 0;
		float:right;
		width:682px;
		/*background-color:#ffcc00;*/
		}
			#agenda{
			margin:20px 0;
			background-color:#f8b77d;
			width:400px;
			height:126px;
			float:left;
			-moz-border-radius:0 10px 0 10px; 
			-webkit-border-radius:0 10px 0 10px; 
			border-radius: 10px 10px 0 0;         
			-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
			-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
text-align:center;
			}
			#coordonnees{
			margin:20px 0;
			background-color:#fcddc1;
			width:250px;
			height:126px;
			float:right;
			-moz-border-radius:0 10px 0 10px; 
			-webkit-border-radius:0 10px 0 10px; 
			border-radius: 10px 10px 0 0;         
			-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
			-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
			}

#footer{
text-align:right;
color:#fff;
height:30px;
line-height:30px;
}