<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

/* Style pour la zone centrale (fond bleu, texte noir et liens normaux */
body { color: black; background: white; }
A:link {color: #006699; text-decoration:none;}
A:visited {color:#006699; text-decoration:none;}
A:active {color:#006699; text-decoration:none;}
A:hover {color:#006699; text-decoration:underline;} 


/* Style pour le bandeau de gauche (blanc sur fond bleu et survol en orange */
.bandeau {color:white; background-color:#006699 }
A.bandeau:link {color:white; text-decoration:none;}
A.bandeau:visited {color:white; text-decoration:none;}
A.bandeau:active {color:#FF9933; text-decoration:none;}
A.bandeau:hover {color:#FF9933; text-decoration:none;} 

/* Style pour les titres banderolles (blanc sur fond bleu polices plus grandes */
.titre {color:white; background-color:#006699; font-family:arial; font-size:16pt; text-align:center}


