body, html {
	margin: 0px;
	padding: 0px;
	background: #FFF url(img/bg.gif) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	line-height: 170%;
	text-align: center; /* pour corriger le bug de centrage IE6- */
}

/*---HEADER---*/
#header{
	width:100%;
	height:17px;
	padding-top:3px;
	background-color:#90c845;
	text-align:center;
}
#header a{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	margin:0 25px 0 25px;
}
#header a:hover{
	color:#d1c6e2;
}

/*---CONTENEUR  et  LAYOUT---*/
#page{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	top:13px;
	border-bottom:1px solid #ABABAB; 
}
#logo{
	width:600px;
	height:130px;
	background:transparent url(img/logo.png) no-repeat center;
} 
#menu{
	position:absolute;
	width:170px;
	left:0;
}
#espace{
	margin-left: 170px;
	width:430px;
	left:170px;
	height:50px;
}
#contenu{
	margin-left: 180px;
	width:auto;
	left:180px;
	overflow:auto;
	height:465px;
	padding-right:10px;
	padding-bottom:10px;
	background:transparent;
	text-align:justify;
	border-right:1px solid #ABABAB; 
	scrollbar-face-color:#f7f7f0;
    	scrollbar-arrow-color:#000066;
    	scrollbar-track-color:#90c845;
    	scrollbar-3dlight-color:#000066;
    	scrollbar-darkshadow-color:#000066;	
}
#stage{
	text-align:center;
	border-bottom:1px dashed #ABABAB; 
	padding-bottom:10px;
}
#footer{
	margin-top:30px;
	width:100%;
	height:17px;
	text-align:center;
	font-size:11px;
	color:#866eab;
	border-bottom:10px solid #90c845;
}
#footer a{
	color:#90c845;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	color:#0a5e0b;
}
#credit{
	position:absolute;
	right:2px;
	bottom:110px;
}


/*---CONTENU---*/
h1 { font-size:18px; color:#0a5e0b; }
h2 { font-size:16px; color:#0a5e0b; }
h3 { font-size:14px; color:#0a5e0b; }
ul { margin:0; padding:0 0 0 10px; list-style:none; }
ol { margin:0; padding:0 0 0 10px; list-style:none; }
li { background:transparent 0 7px; padding-left:10px; }
hr { clear:both; color: #ABABAB; background-color: #ABABAB; height: 1px; border: 0; margin:40px 70px 40px 50px; }

ul a { font-family: Verdana,Arial; font-size: 11px; font-weight: bold;
       color:#0a5e0b; text-decoration:none; }
ul a:hover { color:#6E6E6E; }

#contact a { font-family: Verdana,Arial; font-size: 11px; font-weight: bold;
             color:#0a5e0b; text-decoration:none; }
#contact a:hover { color:#6E6E6E; }

/*---FORM---*/
input{
	border: solid 1px #A3A6AA;
	margin-bottom: 7px;
	width: 200px;
	height: 20px;
	background-color: #FFFFFF;
}

textarea{
	width: 300px;
	height: 160px;
	border: solid 1px #A3A6AA;
	line-height: 150%;
	margin-left: 20px;
	background-color: #FFFFFF;
}

input.submit{
	width: 140px;
	line-height: 150%;
	font-weight: bold;
	cursor: pointer;
}
