/* tags html
-------------------------------------------------------*/
*{}
html, body {
	margin:0;
	padding:0;
	border:0 none;
}
body {
	background:#fff;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	/*min-width:960px;*/
	line-height:1.4em;
}
p{
	margin: 1em;padding: 0px;
}
h1,h2,h3,h4{
	margin: 1em 0;padding: 0px;
	color:#88B402;
	border-bottom:1px solid #88B402;
}
h1{padding:.2em;border-bottom:1px solid #88B402;}
h2{padding:.2em .4em;border-bottom:1px solid #c3da72;}
h3,h4{padding:.2em .6em;border-bottom:1px dotted #c3da72;}

h5,h6{
	margin: 0.5em 0;padding:.2em .8em;
}
h1{	font-size: 1.6em;}
h2{	font-size: 1.4em;}
h3{	font-size: 1.2em;}
h4{	font-size: 1em;}
h5{	font-size: 0.9em;}
h6{	font-size: 0.8em;}
td{font-size: 1em;}
img{border:0 none;}
form{margin:0;}
button, input, select{font-size:1em;}

img {border: none; }
fieldset {border:none;}
nobr{font-size:13pt;font-weight: bold}
sup{font-size:9px;}
sub{font-family: arial;font-size:9px;}
legend{
	font-weight:bold;
	text-transform:uppercase;
	color:#6C8099;
}
table{font-family:verdana;font-size: 8pt;}
hr{height:1px;color:#B7B7B7;}

a{
	text-decoration:none;
	color:#759b00;
	outline: none;/* hack FF pour masquer les contours pointillé sur les liens */
	}
	:focus{-moz-outline-style: none;}
a:hover{
	text-decoration:underline;
	color:#9EC42E;
	}
acronym{
	cursor:help;
	border-bottom:1px dotted #999;
	}

/* class generales
-------------------------------------------------------*/
.showbloc{display:block;}
.hidebloc{display:none;}
.img{
	border:1px solid #ccc;
	background:#f0f0f0;
	padding:5px;margin:5px 0;
	}
.wash {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;
	border:0 none;
	width:100%;
	}
	
/* 
-------------------------------------------------------*/
#site{
width:910px;
margin:0 auto;padding:0;
background:url(/img/site_bg.png) repeat-y;
}
#head{
	padding:0;margin:0;
	height:215px;
/*	overflow:hidden;*/
	background:url(/img/header_home.jpg) no-repeat center top;
	}
	.header{
		padding:0;margin:0;
		height:180px;
		color:#fff;
		border:0 none;
		}
		.header a{
			display:block;
			float:left;
			padding:0;margin:0;
			width:190px;height:90px;
			text-indent:-999em;
			}
		.header em{
			display:block;
			padding-top:75px;
			font-size:10px;
			font-weight:normal;
			}
		.header span{
			clear:left;
			display:block;
			padding-left:25px;
			font-size:12px;
			}
	.main_menu{
		float:right;
		padding:0 5px;margin:0;
		list-style:none;
		}
		.main_menu li{
			position:relative;
			float:left;
			padding:0;margin:0;
			}
			.main_menu li a{
				display:block;
				float:left;
				padding:5px 5px 0;margin:0;
				height:25px;
				line-height:18px;
				background:url(/img/main_menu_02.png) repeat-x;
				color:#000;
				}
			.main_menu li span{
				display:block;
				float:left;
				padding:0;margin:0;
				height:30px;width:15px;
				background:url(/img/main_menu_01.png) no-repeat left top;
				}
			.main_menu li span.mm_end{
				background:url(/img/main_menu_03.png) no-repeat right top;
				}
			.main_menu li:hover a{background:url(/img/main_menu_hover_02.png) repeat-x;}
			.main_menu li:hover span{background:url(/img/main_menu_hover_01.png) no-repeat left top;}
			.main_menu li:hover span.mm_end{background:url(/img/main_menu_hover_03.png) no-repeat right top;}
			
			.main_menu li.mm_actif a{font-weight:bolder;background:url(/img/main_menu_actif_02.png) repeat-x;}
			.main_menu li.mm_actif span{background:url(/img/main_menu_actif_01.png) no-repeat left top;}
			.main_menu li.mm_actif span.mm_end{background:url(/img/main_menu_actif_03.png) no-repeat right top;}
			
			.main_menu li ul{
				position:absolute;
				z-index:99;
				top:25px;left:-999em;
				padding:0;margin:0;
				max-width:130px;
				list-style:none;
				}
			.main_menu li:hover ul {
				left:15px;
				border:1px solid #e5e5e5;
				}
				.main_menu li ul li{
					float:none;
					padding:0;margin:0;
					background:#fff !important;
						text-align:center;
					}
					.main_menu li ul li a{
						padding:0;margin:0;
						width:130px;
						display:block;
						background:#fff !important;
						font-weight:normal !important;
						height:auto;
						line-height:20px;
						}
					.main_menu li ul li a:hover{
						background:#f0f0f0 !important;
						}
	#content{
	padding:0;margin:0 15px;
	}
	.sommaire{
		list-style:none;
		padding:0;margin:0 3em;
		}
		.sommaire li{
			padding:0;margin:10px 0;
			border-bottom:1px solid #88B402;
			font-size:15px;
			font-weight:bolder;
			}
			.sommaire li a{
				display:block;
				padding:6px 10px;margin:1px 0;
				background-color:#fff;
				color: #88B402;
				border-bottom:1px dotted #88B402;
				}
	.sommaire ul{
		list-style:none;
		padding:0;margin:0;
		}
		.sommaire ul li{
			padding:0;margin:0;
			border-bottom:0 none;
			font-size:13px;
			font-weight:normal;
			}
			.sommaire ul li a{
				padding:4px 20px;
				background-color:#f5fbde;
				border-bottom:0 none;
				}
	.sommaire ul ul{
		list-style:none;
		padding:0;margin:0;
		}
		.sommaire ul ul li{
			padding:0;margin:0;
			border-bottom:0 none;
			font-size:11px;
			}
			.sommaire ul ul li a{
				padding:2px 30px;
				background-color:#f9fced;
				border-bottom:0 none;
				}
	.sommaire a:hover{
		background-color:#88b402;
		color:#fff;
		}
	.portalink{
		padding:3em 0;margin:0 auto;
		width:690px;
		list-style:none;
		overflow:hidden;
		}
		.portalink li{
			float:left;
			padding:0;margin:0 20px;
			width:305px;
			}
			.portalink li a{
				display:block;
				width:305px;height:80px;
				background:lime;
				text-indent:-999em;
				line-height:78px;
				font-size:2em;
				}
			li.linkflore a{
				background:url(/img/portalink_flore.png) no-repeat 0 0;
				}
			li.linkflore a:hover{
				background:url(/img/portalink_flore.png) no-repeat 0 -80px;
				}
			li.linkfaune a{
				background:url(/img/portalink_faune.png) no-repeat 0 0;
				}
			li.linkfaune a:hover{
				background:url(/img/portalink_faune.png) no-repeat 0 -80px;
				}
	.partenairelink{
		}
#foot{
	clear:both;
	padding:0 15px;margin:0;
	height:100px;
	overflow:hidden;
	background:url(/img/bottom_home.jpg) no-repeat center bottom;
	}
	#foot p{
		text-align:center;
		line-height:60px
	}

