/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
}
h1{
	font-size:14px;
	color:#5d9719;
}
#bandeau{
	width:900px;
	margin:auto;
}
#bande{
	height:5px;
	background-color:#FFFFFF;
	width:900px;
	margin:auto;
}
#page{
	width:900px;
	margin:auto;
	overflow:auto;
	background-image:url(images/fond.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#menu{
	display:block;
	background-color:#5d9719;
	padding-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:200px;
	float:left;
	overflow:auto;
	height:inherit;
}
#contenu{
	background-color:#ECEDD6;
	border-style:solid;
	border-width:medium;
	border-top:none;
	border-color:#FFFFFF;
	width:670px;
	padding:10px;
	min-height:430px;
	float:right;
}
#footer{
	width:900px;
	margin:auto;
	margin-top:5px;
	background-color:#5d9719;
	text-align:center;
	font-size:10px;
	color:#ffffff;
}
#footer a{
	color:#ffffff;
}
#ep-droite{
	float:right;
}
#ep-gauche{
	float:left;
}
#colg{
	width:200px;
	float:left;
	font-weight:bold;
	color:#003300;
}
#cold{
	margin-left:210px;
}
#titre{
	font-weight:bold;
}
#haut{
	background-color:#CCCCCC;
}

a.lien{
	color:#5d9719;
	text-decoration:none;
}
a:hover.lien{
	color:#5d9719;
	text-decoration:underline;
}
a{
	color:#5d9719;
	text-decoration:none;
}
a:hover{
	color:#5d9719;
	text-decoration:underline;
}

.reponse{
	color:#FF0000;
	font-weight:bold;
}
#membre{
	background-color:#FFFBE1;
	padding:5px;
}
#entete{
	text-align:center;
	font-weight:bold;
	background-color:#5d9719;
	color:#FFFFFF;
	padding:5px;
}
#entete a{
	text-decoration:none;
	color:#FFFFFF;
}
#entete a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#ligne1{
	background-color:#EAF9DD;
	text-align:center;
}
#ligne2{
	background-color:#D2E2CB;
	text-align:center;
}
#smenu dl,dd{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}
#smenu dt{
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	cursor:pointer;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
}
#smenu li,ul{
	list-style:circle;
	margin:0px;
	margin-left:15px;
	padding:0px;
}
a.boutons {
	color:#ffffff;
	font-weight:normal;
}
a.bouton{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
