<!--
/* CSS Document */


#all a, #pied a {color:#339966; text-decoration: none;}
#all a:visited, #pied a:visited {color: #339966;}
#all a:hover, #pied a:hover {text-decoration: underline;}


html, body {
	background-color: #66cc99;/*#e6ffe9;*/ /**/
	font: 11px tahoma;
}
#all {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	margin-top: 50px;
	height: 600px;
	border: 1px solid #9e9fa3;
	background-color: #ffffff;
}
#entete {
	height: 125px;
	z-index: 0;
}
#gray_line{
	position: absolute;
	top: 80px;
	height: 20px;
	width: 100%;
	background-color: #9e9fa3;
	z-index: 0;
}
#green_square{
	position: absolute;
	left:237px;
	top: 100px;
	height: 25px;
	width: 25px;
	background-color: #90dda7;
	z-index: 0;
}
#title{
	position: absolute;
	z-index: 1;
}
#languages {
	position: absolute;
	right: 23px;
	top: 80px;
	z-index: 1;
}
#menu {
	background-color: #ffffff;
	float: left;
	width: 200px;
	height: 95%;
}
#menu_list{
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid #9e9fa3;
}
#menu_current_item{
	position: relative;
	padding: 15px;
	display: block;
	color:#339966;
	text-decoration: none;
	font:  bold 1em/1em tahoma;
}
#menu_list a{
	position: relative;
	padding: 5px;
	display: block;
	color:#339966;
	text-decoration: none;
	font:  bold 1em/1em tahoma;
}
#menu_list a:hover{
	color: #fca001;
	background-color: #c9efd4; /* #ccffff; #90dda7;*/
}
h1{
	font: bold 1.3em/normal tahoma;
	color: #fca001;
}
h2{
	font: bold 1em/normal tahoma;
	color: #fca001;
}
#contenu {
	height: 450px;
}
#centre {
	margin-left: 200px;
	margin-right: 25px;
	padding: 10px;
	height: 94%;
	border: 1px solid #9e9fa3;
}
#pied {
	/*border-top: 1px dotted #9e9fa3;*/
	height: 25px;
	text-align: center;
}
-->

