


body {
margin: 0;
padding: 0;

font-family: Arial, Helvetica, sans-serif; font-size: 12px

}

td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
z-index:2;
top: 130;
left: 2;
z-index:1;
width: 100%;
color: #cc673d;
}
#menu dl {
float: left;
width: 7em;
margin: 0 1px;
}
#menu dt {
	
cursor: pointer;
text-align: center;
font-weight: bold;
background: #005325;
border: 1px solid gray;
color:#ffffff
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #cc673d;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #cc673d;
color: #fff
}


#site  {
width: 700px;
color:black;
z-index:2;
text-align:justify;
margin-left:45px;

	
background-color: #ffffff;
padding: 5px;

}




#site a:active{
	text-decoration: none;
	color: #cc673d;
	
	

}
#site a:link{
	text-decoration: none;
	color: #cc673d;
	
	
}

#site a:visited{
	text-decoration: none;
	color: #cc673d;
	
	
}

#site a:hover{
	text-decoration: underline;
	
	color:#cc673d;
	
}

.titre{font-size: 16px; color:#005325; font-weight:bold;}
.blanc{color:#ffffff;font-weight:bold;}

label{
    font-weight: bold;
}