// FOND DE LA PAGE -->


p{ 
font-size:100%;
font-family: Times New Roman; 
color: #1D3A1C;
}


// SCROLLBAR


BODY { 
scrollbar-face-color : #C0DCA8; 
scrollbar-shadow-color : #5B480E;
scrollbar-highlight-color : #5B480E;
scrollbar-3dlight-color : #5B480E;
scrollbar-darkshadow-color : #5B480E;
scrollbar-track-color : #C0DCA8; 
scrollbar-arrow-color : #000000;
}


// TITRES -->


h1 {
font-family:Times New Roman;
font-size:110%;
color:#000000;
background-color:transparent;
}

h2 {
font-family:Times New Roman;
font-size:100%;
color:#000000;
background-color:transparent;
}

h3 {
font-family:Times New Roman;
font-size:90%;
color:#000000;
background-color:transparent;
}


// LISTE -->


li {
font-size:95%;
font-family : Times New Roman;
color:#000000;
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:0px;
}

li span {
color:black;
}

// LIENS -->


a:link {
font-family:Times New Roman;
font-size:105%;
color:#5B480E;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-family:Times New Roman;
font-size:105%;
color:#1D3A1C;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-family:Times New Roman;
font-size:100%;
color:#000000;
background-color:transparent;
text-decoration:none;
}


