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

* {
	padding:0;
	margin:0;
	border:0;
}
#infos_site {
	position:relative;
	top:800px;
	text-align:center;
}
body {
	background-color:#00b4da;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}
#interface {
	width:977px;
	margin:0 auto;
}
#haut {
	background-image:url(../images/interface/haut.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:977px;
	height:90px;
}
#logo {
	padding:30px 0 0 37px;
	float:left;
}
#contenu {
	background-image:url(../images/interface/fond.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	width:903px;
	height:540px;
	padding:0 37px 5px 37px;
}
html>body #contenu {
	height: auto;
	min-height: 540px;
} 
#banniere {
	text-align:center;
}
#page {
	padding-top:10px;
}
#bas {
	background-image:url(../images/interface/bas.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:977px;
	height:27px;
}
#footer {
	color:#FFFFFF;
	font-size:0.9em;
	width:977px;
	margin:5px auto;
	text-align:center;
	padding-bottom:20px;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
	border:0;
}
#footer a:hover {
	color:#444444;
	text-decoration:none;
	border-bottom:1px solid #444444;
	padding-bottom:2px;
}
/************************************
	BLOCS CONTENU
************************************/
.blocgris {
	width:238px;
	float:left;
}
.blocgris_haut {
	background-image:url(../images/interface/blocgris_haut.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:213px;
	height:36px;
	text-align:right;
	padding:25px 25px 0 0;
}
.blocgris_bas {
	background-image:url(../images/interface/blocgris_bas.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:213px;
	text-align:right;
	padding:0 25px 25px 0;
}
.blocgris_bas a {
	background-image:url(../images/interface/trait_degrade.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#8c8c8c;
	text-decoration:none;
	display:block;
}
.blocgris_bas .dernier a {
	background-image:none;
	margin-bottom:0;
	padding-bottom:0;
}
.blocgris_bas a:hover {
	color:#00B4DA;
	text-decoration:none;
}
.blocblanc {
	background-image:url(../images/interface/blocblanc_fond.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:408px;
	height:254px;
	float:left;
	margin:0 2px 0 10px;
	padding:15px 15px;
}
.blocblanc_titre {
}
.blocblanc_texte {
	padding:10px 4px 0 0;
	text-align:justify;
	font-size:0.85em;
	line-height:1.4em;
}
.blocorange {
	width:213px;
	float:left;
}
.blocorange_haut {
	background-image:url(../images/interface/blocorange_haut.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:188px;
	height:47px;
	text-align:right;
	padding:20px 25px 0 0;
}
.blocorange_bas {
	background-image:url(../images/interface/blocorange_bas.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:196px;
	height:190px;
	text-align:left;
	padding:0 12px 25px 5px;
}
.blocorange ul {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
.blocorange_bas li {
	margin-bottom:8px;
}
.blocorange_bas a {
	color:#777777;
	text-decoration:none;
	line-height:12px;
}
.blocorange_bas a:hover {
	color:#00B4DA;
	text-decoration:none;
}
.bloc_interne {
	padding:0 0 0 255px;
	text-align:justify;
	line-height:1.5em;
	/* hack IE 6 */
	_float:left;
	_padding:0 0 0 20px;
}
.btn_actu {
	width:239px;
	height:74px;
	float:left;
	margin:10px 10px 0 0;
}

