html, body
{
margin:0;
padding:0;
height:100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
}

h1{font-style:italic;
color:#fff;
font-size:20px;
font-weight:normal;}

h1 a{font-style:italic;
color:#fff;
font-size:20px;
font-weight:normal; text-decoration:none;}

h2{
color:#0071BC;
font-style:italic;
font-size:16px;
font-weight:normal;
}

h2 a {
color:#0071BC;
font-style:italic;
font-size:16px;
font-weight:normal;
text-decoartion:none;
}

h3{font-style:italic;
color:#D85123;
font-size:20px;
font-weight:normal;}

h4{font-style:italic;
color:#D85123;
font-size:16px;
font-weight:normal;}

h5{font-style:italic;
color:#D85123;
font-size:14px;
font-weight:normal;
margin:4px 2px 2px 0;
padding:4px 2px 2px 0}

#main
{
width:945px; 
margin:0 auto 0 auto;
border:1px solid #CCFF33;

}
 
#ACC #main{
background:#a4ca43 url(../_img/fd_bas_acc.jpg) no-repeat;
background-position:bottom center;
}

#IN{
background:url(../_img/fd_in.jpg) repeat-x;
background-position:top;}

#IN #main{
background:#7faf41;
} 
 
#entete{
width:1000px; 
height:132px;
margin:0 auto 0 auto;
}

#ACC #menutop{
background:url(../_img/fd_menu_top.gif) repeat-x ;
height:75px;}

#IN #menutop{
background:none ;
height:75px;}
	#menutop a{
	display:block;
	float:left;
	background:url(../_img/bt_fd_menutop.gif) no-repeat;
	/*width:113px;*/
	height:38px;
	line-height:38px;
	color:#fff;
	text-decoration:none;
	padding:0 15px 0 30px;
	margin: 15px 0 0 25px;
	font-size:14px;
	}
	#menutop a:hover{
	background:url(../_img/bt_fd_menutop_roll.gif) no-repeat;
	}
	
	
#barre_verte{
background:url(../_img/fd_barre_verte.png) repeat-x;
_background:url(../_img/fd_barre_verte.gif) repeat-x;
width:100%;
height:209px /*227*/;
position:absolute;
top:190px;
color:#fff;
padding:18px 0 0 0 }
	#petits_blocs{
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;}


#footer{
background:url(../_img/fd_footer.jpg) no-repeat;
width:840px;
height:137px;
margin:5px auto 0 auto;
padding:25px 0 0 107px;}

/* pour le contenu */


#contenu{
padding:0px 0 0 0;
}

		#IN #contenutop{
		margin:0;
		padding:0 0 0 0;
		background:url(../_img/contenu_top.gif) no-repeat;
		with:945px;
		height:26px;
		}

		#IN #contenu{
		margin:0;
		padding:5px 50px 5px 50px;
		width:845px;
		background:url(../_img/contenu_mid.gif) repeat-y;
		}
		
		
		#IN #contenu p{width:840px}
		
		
		#IN #contenubas{
		margin:0;
		padding:0px 0 0 0;
		background:url(../_img/contenu_bas.gif) no-repeat;
		with:945px;
		height:35px;
		}

/* /contenu */
	
	
	/*.gros_bloc div{
	background:url(../_img/fd_gros_bloc_blanc.png) no-repeat;
	width: 345px 390px;
	height: 248px 278px;
	padding:15px 15px 15px 30px;
	} */
	
	
	#bloc_acc_top
	{
	background:url(../_img/top_bloc_acc.png) no-repeat;
	width:370px;
	height:22px; 
	}
	
	#bloc_acc_mid{
	background:url(../_img/bloc_acc_mid.gif)  repeat-y;
	width: 345px /*370px*/;
	padding:1px 15px 15px 30px;
	} 
	
	
	
	
	#bloc_acc_bot{
	background:url(../_img/bot_bloc_acc.png) no-repeat;
	width:370px;
	height:22px;
	}
	
	.gros_bloc div{
	}
	
	.gros_bloc p{
	
	width: 315px 
	
	}
	

	a.plus{
	background:url(../_img/bt_plus.gif) no-repeat;
	text-decoration:none;
	display:block;
	width:17px;
	height:17px;
	color:#CC3333;
	/*padding-right:19px;
	background-position:center right;*/
	
	}
	
	
	#actualites a{
	background:url(../_img/bt_fl_bleue.gif) no-repeat;
	
	padding: 0 0 0 40px;
	text-decoration:none;
	display:block;
	color:#666;}
	
	#actualites a:hover{
	background:url(../_img/bt_fl_bleue_roll.gif) no-repeat;
	}

/* -- David's PNG support pour IE6/IE7 beta --*/

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/_img/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

/* -- PNG support de David pour IE6/IE7 beta --*/

