/* Document css */



body, td, th {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #614108;
/*
background-color: white; 
scrollbar-face-color:#B60000; 
scrollbar-shadow-color: black; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: black; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: black; 
scrollbar-arrow-color: black; */
}

h3 {

font-size: 16pt;
color:#8D140D;

}

h4 {

font-size: 13pt;
color:#614108;

}

.conteneur { /*le conteneur global du site, qui sera centré */
position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	margin-top: 10px;  
border: 1px solid #B60000;
}

.header {
height: 150px;
background-color: #000000;
}
.menu {
position: absolute;
left:0;
width: 125px;
height: 600px;
background-color:#000000;
margin: 0;
}
.frame {
margin-left: 10px;
width: auto;
height: 460px;
background-color:#D8D9DA;
overflow: auto;
}
.footer {
height: 35px;
background-color: #6A0101;
}
p {
margin: 0 0 5px 5px;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 10px;
margin-left: 15px; 
}
.menugauche a {
margin: 0 2px;
color: red;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
}
 
 
a {
color:#C77811;
text-decoration: none;}

a:hover {
     color: #4E1D55;
	 text-decoration: none;
       }

a:active {
        color: #8D140D;
		  
		 }

		 