
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background-color:#d2e7fc;
	/*E3E6DF -  d2e7fc - ffe9cc */
}

#conteneur {
	position: relative;
	width: 780px;
	margin: 0 auto;
	z-index: 1;
	background: #ffe9bf url('/images/conteneur_top.gif') no-repeat 0 190px;
	/*ffe1a6 -  ffe9bf */
}

#header {
	position: relative;
	height: 150px;
	background: #b0d6fc url('/images/banniere.gif') no-repeat top;
	/* 99CCCC  - d2e7fc - b0d6fc - a4d0fc - 97cafc*/
}

#copyright {
	position: relative;
	width: 780px;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 11px;
	text-align: center;
	color: #4e4b42; 
}

#ImgDateEdition {
	position: absolute;
	top: 0px;
	left: 520px;
	margin: 0;
	padding: 0;
}

#compteur{
	position: absolute;
	top: 20px;
	left: 642px;
	padding: 0;
	width: 80px;
	height: 30px;
	text-align: left;
	color: #5e6462;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial;
	/*font-style: italic;*/
}

/*
------------- PARTENAIRES  ---------------
---------------------------------------------------
*/

#partenaires {
	position: absolute;
	top: 68px;
	right: 33px; /*50*/
	padding: 0;
	width: 257px; /*223*/
	height: 75px;
	/*border: 1px solid #000;*/
}

#partenaires img {
	height: 35px;
	padding: 0;
	margin: 0;
	border: 0;
}

/*
-------------- MAIN FRAME  ----------------
*/

#mainframe a:link, #mainframe a:visited {
	color: #bf2343;
	text-decoration: none;
	font-weight: bold;
}
#mainframe a:hover {
	color: #bf2343;
	text-decoration: underline;
	font-weight: bold;
}

#mainframe img.float_left {
	float: left;
	border: 2px solid #bf2343;
	margin: 5px 10px 5px 0;
	padding: 0;
}
#mainframe img.float_right {
	float: right;
	border: 2px solid #bf2343;
	margin: 5px 10px;
	padding: 0;
}
