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

body{
background:url(img/fond_page.jpg) no-repeat top left fixed;
background-color:#000;
text-align:left;
margin:0;
padding:0;
}

#pageTotal{
margin:0 0;
width:1009px;
text-align:left;
/*height:400px;*/
/*background-color:#ffcc00;*/
}

	#pageLeft{
	float:left;
	width:255px;
	margin:317px 0 0 0;
	}
		#menu{
		background:url(img/fond_menu_milieu.png) repeat-y;
		margin:0 ;
		}
		
	#pageRight{
	float:right;
	width:754px;
	}
		#ongletHome{
		width:127px;
		height:28px;
		background:url(img/onglet_home.jpg) no-repeat top;
		margin:43px 0 0 19px;
		line-height:28px;
		text-align:center;
		}
		#contenuTotal{
		background:url(img/fond_contenu.jpg) repeat-x;
		background-color:#fff;
		width:100%;
		height:600px;
		-moz-border-radius:10px 0 10px 10px; 
		-webkit-border-radius:10px 0 10px 10px; 
		border-radius:10px 0 10px 10px;         
		-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
		-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
		-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
		}
		/*Pour corriger hauteur auto sur autre que IE*/
		html>body #contenuTotal {
		height: auto;
		min-height: 600px;
		} 

			#contenu{
			float:left;
			width:514px;
			margin:16px;
			}
				#titrePage{
				height:22px;
				line-height:22px;
				width:100%;
				background:#fff;
				padding:10px;
				-moz-border-radius:0 5px 5px 5px; 
				-webkit-border-radius:0 5px 5px 5px; 
				border-radius:0 5px 5px 5px;         
				-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
				-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
				-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
				}
				#contenuPage{
				margin:10px 0 0 0;
				width:100%;
				background:#fff;
				padding:10px;
				-moz-border-radius:0 5px 5px 5px; 
				-webkit-border-radius:0 5px 5px 5px; 
				border-radius:0 5px 5px 5px;         
				-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
				-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
				-webkit-border-top-right-radius: 5px; /* pour Chrome */
				}
			#sidebar{
			width:168px;
			float:right;
			margin:16px;
			background:url(img/fond_sidebar.jpg) no-repeat;
			background-color:#fff;
			/*height:400px;*/
			font-size:0.8em;
			}
				#searchform{
				background:url(img/fond_recherche.png) no-repeat;
				width:168px;
				height:43px;
				padding:12px 5px;
				}
		
	#menuTop{
	margin-left:19px;
	width:561px;
	height:32px;
	background:url(img/fond_menu_haut.jpg) no-repeat top;
	text-align:center;
	}
	#logo{
	height:45px;
	margin:13px 0 11px 21px;
	}
	
	#corps{
	background:url(img/fond_corps.jpg) repeat-y;
	}
		#corpsGauche{
		float:left;
		width:255px;
		}
			
			#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 */ 
			}
			#coordonees{
			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{
float:right;
height:29px;
line-height:29px;
margin:10px 0 0 0;
}			
