body {
	font-family: Arial, Helvetica, sans-serif;
	font-color: #454545;
	background-color: #F0F9F0;
	font-size: 12px;
	margin: 5;
	padding: 0;
}
#header {
	height: 70px;
	border-bottom-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #009900;
	margin-left: 5px;
	margin-right: 5px;
	width: 740px;
	margin-bottom: 20px;
}
#conteneur {
	margin-top: 10px;
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-color:#FFFFFF;
	border: 1px solid #009900;
}

html>body #centre {
height: auto;
min-height: 400px;
}
#contenu {
} 
#gauche {
	background-color:#FFFFFF;
	position: absolute;
	left:0;
	width: 230px;
	height: 370px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #009900;
}
#centre {
	height: 400px;
	margin-left: 250px;
}
.logo {
	float:left;
}
.slogan {
	margin-top:10px;
	float: right;
}
.menu{
	list-style-type: none;
	margin: 0;
	padding:0;
}
.menu li {
	margin: 0;
	padding: 0;
}
.menu a {
	margin: 5px 5px 0px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	display: block;
	text-align: right;
	width: 210px; 
    height: 25px;
}

.menu li.active a:link, .menu li.active a:visited, .menu a:hover{
	color: #FFFFFF;
	background-color: #009900;

}
h1 {
	font-size: 18px;
	color: #009900;
	margin: 0px;
	padding: 0px;
}
p {
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#pied {
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
a {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #333333;
	text-decoration:none;
}
a.lienvert  {
	color: #009900;
	text-decoration:underline;
	font-weight: bold;
	font-size: 13px;
}
a.lienvert:hover {
	color: #009900;
	text-decoration:none;
}
.champtexte {
	font-size: 12px;
	border: 1px solid #009900;
	background-color: #FBFBFB;
}
.tableformtexte {
	text-align: right;
}
.asterix {
	color: #CC0000;
}
.bouton {
	font-size: 11px;
	background-color: #009900;
	border: 1px solid #009900;
	color: #FFFFFF;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#modules {
top: 0;
left: 0;
}
#modules {
width: 450px;
height: 250px;
}
#modules dt {
	color: #009900;
	text-decoration: underline;
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
}
#modules dd {
	border: 1px solid #009900;
	height: auto;
	padding: 5px;
}
#modules li {
text-align: left;
background: #fff;
}
#modules li a, #modules dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#modules li a:hover, #modules dt a:hover {
background: #eee;
}
.images {
	float: right;
	padding-left: 5px;
}
.message {
	color: #FF0000;
}
