<!--
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000000;
	margin:0;
	padding:0;
	background-color:#d4d4d4;
	text-align:center;
}
a{
	color:#999;	
	text-decoration:none;
}

#site{
	margin-top:7px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	background-color:#FFF;
	text-align:left;
}
#header{
	
}
#footer ul{
	margin:0px;
	padding:20px;	
}
#footer ul a{
	font-weight:bold;	
}
#footer ul ul a{
	font-weight:normal;
}


#main{
	border-right:1px solid #FFF;
}
#left{
	width:223px;
	margin-left:11px;
	float:left;
	margin-right:13px;
}
* html #left {
	margin-left:6px;
}

#contentleft{
	background-color:#005F3F;
	padding:10px;
	margin-bottom:3px;
	color:#fff;
}
#right{
	color:#999;	
	width:170px;
	float:left;
	padding-left:13px;
}
#content{
	float:left;
	width:535px;
	margin-right:13px;
}


#menu{
	color:#FFF;
}
#menu td a{
	display:block;
	padding:2px;
	padding-right:5px;
	padding-left:20px;
	color:#FFF;
	text-decoration:none;
	background-color:#1a9e66;	
}



.ftcolor, #container a{
	color:#005F3F;	
}
.bgcolor{
	background-color:#005F3F;	
}

#right ul, #right li{ list-style-type:none; margin:0px; padding:0px; margin-bottom:2px; }

#right ul li strong{
	display:block;
	margin-top:10px;
}


ul#menu_footer li{
	float:left;	
	list-style-type:none;
}
ul#menu_footer li li{
	float:none;	
}
ul#menu_footer a{
	color:#fff;
}

/*
BLOCK
*/
.block{
	margin-bottom:30px;
	color:#FFF;
}
.block p{
	color:#FFF;
	margin-left:10px;
	margin-right:2px;
}


.article{
	background-image:url(site/articles-fond.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat;	
	margin-bottom:10px;
	height:90px;
}
.article .content{
	padding-left:20px;
	margin-right:20px;
}
.article .img{
	float:left; 
	border:0px; 
	margin-right:10px;
	width:110px;
	height:80px;
}
.article .btndispos{
	text-align:right;
	margin-top:10px;
	position:relative;
	margin-right:-15px;
}

/* infobulles */
.fc-tbx2{
	z-index:1001;
	color:#000;
	width:300px;
	text-align:left;
}
.fc-tbx{
	z-index:1001;
	color:#000;
	width:500px;
	text-align:left;
}
.tl{
	background: url('form/tl.png') no-repeat;
}
.t{
	background: url('form/t.png') repeat-x;
	height: 16px;
}
.tr{
	background: url('form/tr.png') no-repeat;
}
.l{
	background: url('form/l.png') repeat-y;
	width : 16px;
}
.r{
	background: url('form/r.png') repeat-y;
	width: 16px;
}
.bl{
	background: url('form/bl.png') no-repeat;
}
.b{
	background: url('form/b.png') no-repeat;
	height: 25px;
}
.br{
	background: url('form/br.png') no-repeat;
}
.c{
	background: url('form/c.png') repeat;
}

#ariane {
	color:#999;	
}


#container .bgcolor a {
	color:#fff;	
}
#contenu  a {
	color:#005F3F;
}