/* Style du corps de page */

body {

margin-left:5px;
margin-right:5px;
margin-top:5px;
padding:0;
background-image:url(images/fond.gif);
scrollbar-face-color: #F8FAE5;
scrollbar-shadow-color: #F8FAE5;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #3E80B2;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #F8FAE5;
scrollbar-arrow-color: #F4734C;

}

/* Police principale alignée à gauche */ 

h1 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#339900;
background-color:transparent;
text-decoration:none;
text-align:justify;
}

/* Police principale centrée */

h2 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#339900;
background-color:transparent;
text-decoration:none;
text-align:center;
}

h3 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#CC9933;
background-color:transparent;
text-decoration:none;
text-align:center;
}

h4 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#339900;
background-color:transparent;
text-decoration:none;
text-align:left;
}

/* Formulaire avec fond vert */

.f1 {

background-color: #669933;
font-family: Verdana;
font-size: 10px;
color: #FFCC99;
}

/* Style des liens */

a:link 
  {color: #339900; 
  text-decoration: none; 
  background-color: transparent }
a:visited 
  { color: #339900; 
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { color: #339900; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #339900; 
  text-decoration: underline; 
  background-color: transparent }

