/* Style du corps de page */

html, body {

background-color: #000000;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: none

}

#tablo100 {

height: 100%;
width: 100%;

}



/* Police principale alignée à gauche */ 

h1 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#000000;
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:#000000;
background-color:transparent;
text-decoration:none;
text-align:center;
}

h3 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
text-align:left;
}

h4 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
text-align:center;
}

h5 {

font-family:verdana, sans-serif;
font-size:11px;
font-weight: normal;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
text-align:right;
}
/* Formulaire avec fond rouge */

.f1 {

background-color: #862D09;
font-family: Verdana;
font-size: 10px;
color: #FFFFFF;
}


.f2 {
line-height: 15px
}

.date_gauche

{
background-image: url(images/date_gauche.jpg);
}

.date_droit

{
background-image: url(images/date_droit.jpg);
}


/* Style des liens */

a:link 
  {color: #862D09; 
  text-decoration: none; 
  background-color: transparent }
a:visited 
  { color: #862D09; 
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { color: #CC9933; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #862D09; 
  text-decoration: underline; 
  background-color: transparent }

