@charset "iso-8859-1";

a 
{
color:BLUE ;
text-decoration:none ; 
font-weight:bold ; 
}
a:hover
{
color:RED ;
text-decoration:none ; 
font-weight:bold ; 
}
.gras 
{
font-weight:bold ; 
}
.rouge 
{
color:RED ; 
font-weight:bold ; 
}
h1
{
color:RED ; 
text-align:center ; 
}
/* tableau */
.tabl 
{
width:100% ; 
border:1px solid BLACK ; 
}
.entete 
{
background:BLACK ; 
}
.style 
{
color:WHITE ; 
text-align:center ; 
font-weight:bold ; 
}
.style1 
{
text-align:center ; 
}
.tabl1
{
border:1px BLACK solid ; 
width:100% ; 
}
.es 
{
background-color:RED ; 
}
