/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px;
}
h1{
	font-size:16px;
	color:#5d9719;
}
#bandeau{
	width:900px;
	margin:auto;
}
#bande{
	height:5px;
	background-color:#FFFFFF;
	width:900px;
	margin:auto;
}
#page{
	width:900px;
	margin:auto;
}
#menu{
	background-color:#5d9719;
	padding-top:30px;
	width:200px;
	background-image:url(images/menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
#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;
	background-color:#5d9719;
	text-align:center;
	font-size:10px;
}
#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;
}
.bouton{
	padding-left:30px;
}
a.bouton{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
a:hover.bouton{
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	font-weight:bold;
}
a.lien{
	color:#5d9719;
	text-decoration:none;
}
a:hover.lien{
	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{
	text-align:center;
	font-weight:bold;
}
#smenu a{
	text-decoration:none;
	color:#000000;
}
#smenu a:hover{
	text-decoration:underline;
}

img{
border:none;
}