body{
	background-color:#2861a8;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
p {
	margin:0px;
	padding: 0px;
}
a {
	color: #e3d142;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #e3d142;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #e3d142;
}

#structure{
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	min-height:900px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:900px; /* taille max pour IE6 */
}
#content{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	min-height:700px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:700px; /* taille max pour IE6 */
}
#structure_header{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	min-height:148px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:148px; /* taille max pour IE6 */
}
#header{
	height:148px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg_top.jpg);
}

#logo{
	width:466px;
	float:left;
}
#menu{
	position:static;
	margin-left:26px;
	float:left;
}
h1{
	margin:0px;
	height:121px;
	width:466px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}
#c_1{
	margin-top:6px;
}
#c_1 a{
	font:Arial, Helvetica, sans-serif;
	size:14px;
	color:#e3d142;
}

.wide_cell{
	position:static;
	float:left;
	width:1020px;
	min-height:20px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:30px; /* taille max pour IE6 */
	margin-bottom:10px;
	
}

.left_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:185px;
	color:#FFFFFF;
	margin-bottom:10px;
	
}
.middle_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:605px;
	color:#FFFFFF;
	margin-bottom:10px;
	
}

.right_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:230px;
	color:#FFFFFF;
	margin-bottom:10px;
	
}
/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	width:920px;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
float:left;
clear:both;
}
#footer p{
	margin-bottom:10px;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dac028;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

