html, body	{
	padding:0;
	margin: 0;
	background-color: #1e1d1d;
	text-align: center;
	height: 100%;
		}
		
.div_spacer15{
	height: 15px;
}

.pics_noborder_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

ul {
 list-style-image: url(images/puce_liste.png);
 }
 
h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #214200;
	font-weight: bold;
	line-height: 24px;
	background-image: url(images/puce_h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006633;
	line-height: 20px;
	padding-left: 10px;
	text-decoration: none;
}

.red{
	color: #FF0000;
}

.red-strong{
	color: #FF0000;
	font-weight: bold;
}
.orange{
	color: #FF6600;
}
.orange-strong{
	color: #FF6600;
	font-weight: bold;
}
.green{
	color: #009933;
}

.green-strong{
	color: #009933;
	font-weight: bold;
}

.raye{
	text-decoration: line-through;
	font-weight: bold;
}

.strong{
	font-weight: bold;
}

.strong-italic{
	font-weight: bold;
	font-style: italic;
}

#container_site
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	background-image: url(images/fond_main_container.png);
	background-repeat: repeat-y;
}

#leftnav
{
	float: right;
	width: 132px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	}


#content
{
	float: right;
	width: 612px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4a57;
	position: relative;
	padding: 3px;	
}

#content A:link, #content A:visited, #content A:active, #content A:hover {
	color: #4d4a57;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
}

#header
{
	height: 131px;
	width: 750px;
	background-image: url(images/header_top.jpg);
	}

#footer
{
	clear: both;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;	
	}
	
#footer A:link, #footer A:visited, #footer A:active, #footer A:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
	
.menu_link {
	background-image: url(images/menu_puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 20px;
	}
	
.menu_link A:link, .menu_link A:visited, .menu_link A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336600;
	text-decoration:none;
	background-image: url(images/menu_puce.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 132px;
	height: 20px;
	padding-left: 23px;
	text-align: left;
	line-height: 20px;
	}
				

.menu_link A:hover{
	color: #33cc00;
	background-image: url(images/menu_puce_hover.png);
	text-decoration: none;
	width: 132px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#menu_bas{
	background-image: url(images/menu_bas.png);
	width: 132px;
	height: 35px;
	}
	
.menu_fond{
	background-image: url(images/fond_menu.png);
	width: 132px;
	background-repeat: repeat-y;
	text-align: center;
	}
	
	
.image_et_texte_right{
	float: right;
	border: 1px solid #336600;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
}

.image_et_texte_left{
	float: left;
	border: 1px solid #336600;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
}
/******************************ACF echange de liens**************************************/
.ech_lien1 { 
font-family:arial;
font-size:10px;
font-weight:bold;
color:gray;
text-decoration:none; 
}

.ech_lien1:hover { text-decoration:underline; }