* {
	margin:0;
	padding:0;
}

body {
	background-color: #92978E;	
	font-family: Arial;
}

#container {
	width: 100%;
	height: 785px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	}

img {
	border: none;
	}	
/*-------------------------------
		Header
--------------------------------*/		
#header {
	width: 955px;
	Height: 209px;
	margin: 0 auto;
	background-image: url(images/header.jpg);
	}
	
#logo {
	width: 200px;
	height: 44px;
	padding: 80px 0px 0px 40px;
	}	
	
/*-------------------------------
	Menu
-------------------------------	*/
	
#menu {
	margin-top: 38px;
	margin-left: 3px;
	height: 55px;
	background:url(images/barre.jpg) 0% 84% no-repeat;
	}

#menu ul {
	display:inline;
}
#menu ul li {
	display:inline;
	list-style:none;
}
#menu ul li a {
	display:block;
	float:left;
	text-align:center;
	height:46px;
	line-height:46px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover {
	background:url(images/onglet_hover.jpg);
	line-height:46px;
	color:#FFFFFF;
}
#menu ul li a.active {
	background:url(images/onglet_hover.jpg) no-repeat;
	line-height:46px;
	color:#FFFFFF;
	width: 106px;
	margin-left: 5px;
}

.onglets {
	width:106px;
	color:#808080;
	margin-left: 5px;
	}
	

/*-------------------------------
	Contenu
-------------------------------	*/	
.WideWidth {
	width: 780px;
	}
	
.BlueLink {
	color: #007CD6;
	border-bottom: 1px dashed #669999; 
	text-decoration: none;
}	
	
#MainContent {
	width: 947px;
	min-height: 400px;
	_height: 400px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	}

	
#MainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #B2E800;
	border-bottom: 1px dashed #B2E800;
	padding-top: 20px;
	margin: 0px 10px 10px 20px;
	}	
	
#MainContent p {	
	color: #666666; 
	font-size: 14px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: justify;
	}
	
#MainContent a {
	color: #007CD6;
	border-bottom: 1px dashed #007CD6;
	text-decoration: none;
	}
	
#MainContent a:hover {
	color: #59BBD8;
	border-bottom: 1px dashed #59BBD8;
	text-decoration: none;
	}
#MainContent h1 a {
	color: #B2E800;
	border-bottom: none;
}		
#MainContent h1 a:hover {
	color: #B2E800;
	border-bottom: none;
	}
#LeftContent {
	width: 600px;
	}

#LeftContent form {	
	width: 300px;
	}	

#LeftContent p {	
	color: #666666;
	font-size: 14px;
	text-align: justify;
	margin: 15px 0px 10px 30px;
	width: 630px;
	}	
	
#LeftContent a {
	color: #B2E800;
	border-bottom: 1px dashed #B2E800;
	text-decoration: none;
	}
	
#LeftContent a:hover {
	color: #59BBD8;
	border-bottom: 1px dashed #59BBD8;
	text-decoration: none;
	}		
	
#RightContent {
	float: right;
	width: 250px; 
	margin: 30px 10px 0px 0px;
	}
		
#RightContent h2 {	
	font-size: 14px;
	color: #007CD6;
	margin: 15px 0px 0px 20px;
	}
	
#RightContent p {
	margin: 10px 10px 5px 20px;
	color: #666666;
	font-size: 12px;
	}	
	
#RightContent a {	
	color: #669999;
	border-bottom: 1px dashed #669999;
	text-decoration: none;
	}

#BlueDiv {
	background-color: #CCEFFC;
	border: 1px solid #CCEFFC;
	padding-bottom: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
blockquote {
	color: #666666;
	font-size: 14px;
	text-align: justify;
	margin: 15px 0px 0px 30px;
	width: 630px;
}		
	
/*-------------------------------
	Footer
-------------------------------	*/
	
#footer {
	background-image: url(images/footer.png);
	width: 955px;
	height: 76px;
	margin: 0 auto;
	font-size: 12px;
	color: #cccccc;
	}	
	
#footer p {
	padding: 30px  10px 10px 20px;
	font-size: 10px;
	}
	
#footer a {
	text-decoration: none;
	color: #cccccc;
	}

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