/* CSS Document */
/* ----------------------------------------------------------------------------- Nouveau style CSS ------- */
html, body {
	width: 100%;
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
* {
	margin:0px;
	padding:0px;
}
a {
	outline: none;
}
body {
	background-color: #ffffff;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
#background {
	position:absolute;
	z-index:0;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.background2 {
	background-image:url(../images/interface/background2.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}
#structure {
	position:absolute;
	z-index:520;
}
.clear_left {
	width:100%;
	clear:both;
	font-size:1px;
}
.center_contenu {
	position:relative;
	width:991px;
	margin:0 auto;
}

#contenu {
	background-image:url(../images/interface/bg_contenu.png);
	background-repeat:repeat-y;
	padding: 37px 23px 10px 10px;
	width:958px;
	min-height: 400px;
}
#anim_accueil {
	width:750px;
	height:314px;
	float:left;
	margin:0px 0px 0px 0px;
}
#bas_de_page {
	width:991px;
	height:38px;
	background-image:url(../images/interface/bg_bas_de_page.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin-bottom:10px;
}
#bloc_souris {
	width:169px;
	float: left;
	position: absolute;
	left:-10px;
	top:320px;
}
#bloc_services {
	padding:62px 0px 0px 200px;
	height: 130px;
	width: 170px;
	float:left;
}
#bloc_services ul li {
	background-image: url(../images/interface/bg_liste_puces.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style: none;
	padding:0px 0px 0px 20px;
	font-size:12px;
	color:#636261;
	margin-bottom:5px;
}
#bloc_services ul li.carre1 {
	background-position: 0px 1px;
}
#bloc_services ul li.carre2 {
	background-position: 0px -19px;
}
#bloc_services ul li.carre3 {
	background-position: 0px -40px;
}
#bloc_services ul li.carre4 {
	background-position: 0px -60px;
}
#bloc_services ul li.carre5 {
	background-position: 0px -81px;
}
#bloc_accroche {
	float:left;
	margin-top:15px;
	width:288px;
	color:#626262;
	text-align: justify;
}
#bloc_accroche h2 {
	font-size:21px;
	color:#ef7c00;
	font-weight:normal;
	margin:30px 0px 0px 0px
}
#contener_droit {
	float:right;
	width: 186px;
	margin:0px 0px 0px 0px;
}
/* ----------------------------------- Bloc Actualite --- */
#bloc_actualite {
	width:186px;
	height:320px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/blocs/bg_bloc_actus.gif);
}
#bloc_actualite h3 {
	font-size:17px;
	color:#ffffff;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align: center;
}
/* ----------------------------------- Blocs Logos --- */
#bloc_logo_contener {
	width:185px;
	margin:0px 0px 0px 0px;
	display:none;
}
.bloc_logo {
	background-image:url(../images/interface/bg_blocs_logos.gif);
	background-repeat: no-repeat;
	width:185px;
	height:96px;
	margin:6px 0px 0px 0px;
}
.bloc_logo h2 {
	font-size:12px;
	color:#535353;
	margin:0px;
	padding:4px 0px 4px 10px;
	font-weight: normal;
}
.bloc_pub {
	background-image:url(../images/blocs/bloc_vide_bg.gif);
	background-repeat: repeat-y;
	width:186px;
	margin:6px 0px 0px 0px;
	overflow: hidden;
}
/* ----------------------------------- Bas de page recherche --- */
#bas_de_page input#mots {
	float:left;
	margin:5px 0px 0px 12px;
	background-image: url(../images/interface/bg_input_recherche.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding:3px 20px 2px 20px;
	color:#9C9C9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #fff;
	width:160px;
	height:15px;
}
#bas_de_page input#btnGoRecherche {
	background-image: url(../images/interface/bg_go_recherche.gif);
	background-repeat: no-repeat;
	width:27px;
	height:20px;
	outline: none;
	margin:6px 0px 0px 3px;
}
#bas_de_page input#btnGoRecherche:hover {
	background-position: 0px -20px;
}
#bas_de_page #pied_page {
	float:right;
	font-size:11px;
	color:#474747;
	padding:9px 20px 0px 0px;
	width:700px;
}
#bas_de_page a:link, #bas_de_page a:visited, #bas_de_page a:active  {
	color:#474747;
	text-decoration:underline;
}
#bas_de_page a:hover  {
	color:#EF7A00;
	text-decoration:none;
}
/* ----------------------------------- Sudo Slider News--- */
#slider_news {
    width:163px;
	margin-left:13px;
}
#slider_news img{
    border:none;
	/* display:none; */
}
#slider_news ul, #slider_news li {
    margin:0;
    padding:0;
    list-style:none;
}
#slider_news li {
    width:163px;
}
#slider_news h1 {
	font-size:13px;
	font-weight: bold;
	text-align: left;
	color:#ef7c00;
	margin:15px 0px 5px 0px;
}
#slider_news .txt_news {
	text-align: left;
	width:160px;
}

.prevBtn, .nextBtn {
    background: url("../images/interface/sprite_actu.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
	width: 24px;
    height: 22px;
    position: absolute;
    z-index: 1000;
	margin-left:20px;
}
.prevBtn, .nextBtn {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -8000px;
}
.prevBtn {
    margin-left:133px;
}
.nextBtn {
    margin-left:155px;
	background-position: -22px 0;
}
.prevBtn:hover {
    background-position: 0 -22px;
}
.nextBtn:hover {
    margin-left:155px;
	background-position: -22px -22px;
}
.lire_suite {
	margin-top:3px;
	font-size:12px;
	z-index: 500;
	width: 100px;
}
.lire_suite a:link, .lire_suite a:visited, .lire_suite a:active  {
	font-size:11px;
	font-style: italic;
	text-decoration: underline;
	color:#ef7c00;
}
.lire_suite a:hover  {
	text-decoration: none;
}
#controls {
	position:absolute;
	margin-top:-18px;
}
/* ----------------------------------- Sudo Slider Logos --- */
#slider1, #slider2 {
    width:163px;
	margin-left:13px;
}
#slider1 img, #slider2 img{
    border:none;
	/* display:none; */
}
#slider1 ul, #slider1 li, #slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider1 li, #slider2 li {
    width:163px;
}
/* ----------------------------------- chm_page --- */
#chm_page {
	position: relative;
	width:740px;
	padding:2px 0px 0px 7px;
}
#chm_page #ambiance {
	background-image: url(../images/interface/ambiance/souris.jpg);
	background-repeat: no-repeat;
	width:166px;
	height:352px;
	margin:0px 15px 15px 0px;
	float:left;
}
#barre_bas_page {
	position:absolute;
	background-image: url(../images/interface/barre_bas_contenu.gif);
	background-repeat: no-repeat;
	width:749px;
	height:7px;
	bottom:50px;
	*bottom:60px;
	left:17px;
}
