/* CSS Document */

a{
 color : #0000FF;
 text-decoration : underline;
}

a:hover{
 color : #FF0000;
 text-decoration : underline;
 
} 

#cellulelien{
 color : #0000FF;
 background-color : #C0C0C0;
 display:block;
 text-align:center;
 font-size:14pt;
}

#cellulelien:hover{
 color : #FF0000;
 background-color : #223333;
}

#grandtitre{
 color : #000000;
 font-size:30pt;
 font-weight:bold;
}

#texteNormal{
 color : #000000;
 font-size:14pt;
}

#fond{
 background-color : #DADADA;
}
