/* Police utilisée dans tout le document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
background-image: url('bgyellow.gif');
}

/* Paragraphes, tableaux, formulaires en 10 points */
p, div, table, li, form  {
font-size: 10pt; 
}

/* Couleur grise */
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: silver;
} 

/* Titres 2 et 3 en bleu */
h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000066;
} 

/* Passages gras en rouge */
b {
color: red; 
} 

/* Passages italiques en bleu */
i {
color:  #000099; 
} 

/* Style de lien pour les liens hover  */
a:link {
color: #000099; 
} 

a:hover {
text-decoration : none; 
color: red; 
} 

a:active {
color: black; 
} 

a:visited {
color: gray; 
}

div.rand {
width: 700px; 
padding: 10px; 
border-left-style: solid;
border-left-width: 20px;
border-left-color: #F6F6F2;
background-color: white;
text-align: left;
}

input.mini {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: gray;
border-style: dashed;
border-width: 1px;
border-color: #F6F6F2;
font-size: 8pt;
}

.ligne {
border-top-style: solid;
border-top-width: 1px;
border-color: silver;
}

table {
background-color: white;
}