<!-- 

body {
margin: 0;
padding: 0;
background:#57903E;
font-family: trebuchet ms, verdana, arial, sans-serif;
font-size:12px;
color:#000000;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type:none;
}

ol{
}

a{
color:#9AC858;
font-weight: bold; 
text-decoration: none; 
}

a:hover{
text-decoration:underline;
}

h2{
color:#9AC858;
}

h3{
color:#57903E;
}



#header {
	background: #57903E url(images/header_img.jpg) top right no-repeat;
	width: 100%;
	height: 170px;
	margin: 0 auto;
}


.clr{
clear:both;
visibility:hidden;}

.topmenu {
	background: #FFFFFF url(images/menu_bg.jpg) repeat-x;
	/**text-align: center;
	margin: 0 auto;
	padding: 0;**/
	width: 100%;
	height: 34px;
}

.main {
	/**margin: 0 auto;
	padding: 0;**/
	width: 95%;
	min-width: 970px;
	background: #FFFFFF url(images/fond.jpg) bottom left no-repeat;
	border : double 3px;
	border-color:#9AC858;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
}

.gdtexte{
color: #57903E;
font-size: 14px;
font-weight: bold;
	 }

#left{
float:left;
width:150px;
height:100%;
}

#content{
padding-top:30px;
height:100%;
padding-right:20px;
}

#accueil{
	text-align:center;
padding-top:30px;
height:100%;
color:#000000;
padding-right:20px;
}

#footer{
	width:98%;
	/**position:absolute;**/
	padding-bottom:10px;
	text-align:right;
}

#menu {
position: absolute;  /*placement du menu, à modifier selon vos besoins*/
top: 185px;
left: 10px;
z-index:100;
width: 970px; /* correction pour Opera */
padding-top:5px;
padding-left:5px;
}


#menu dl {
float: left;
width: 11em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
/**background: #ccc;**/
border: 0px solid #FFFFFF;
margin: 1px;
color:#FFFFFF;
}
#menu dd {
display: none;
border: 1px solid #FFFFFF;
}
#menu li {
text-align: left;
background: #57903E;
padding-left:5px;
border-bottom: #FFFFFF 1px solid;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #9AC858;
}

#site {
position: fixed;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
-->
