/* Définition de règle */
@charset "UTF-8";

#contenu {width:90%;background:#DDDDFF;border:#000060 4px ridge;padding:5px;margin:auto;color: #000060; font: 12px arial;}
.normal {color: #000060; font: 12px arial;}

.chapo {color: #000060; font: bold 14px arial;}

.titre {color: #000060; font-family:  arial black; font-size: 40px; text-align:center;}

.sstitre {color: #000060; font: bold 25px arial;}

.relief {color: #555555; font-family:    arial; font-weight: bold; font-size: 12px;}

.notes {color: #333333; font-family:    arial; font-size: 10px;}

a:link {color: #000099; font: bold; text-decoration: none;}

a:visited {color: #000099; font: bold; text-decoration: none;}

a:active {background:  #000099; color: #ddddff; font: bold; text-decoration: none;}

a:hover {background:  #000099; color: #ddddff; font: bold; text-decoration: none;}

/* Fin de la section de style généré par WebExpert le 23/11/2002 17:34:28 */

/* gestion tableau - lignes alternatives */

tr:nth-child(2n+1)
{
     background-color : #FFFFFF;
}

tr:nth-child(2n+2)
{
     background-color : #BBBBFF;
}
table
{
     max-width: 1000px;
}

