body
{
width:840px;
margin:auto;
background-color:#fefedf;
}
#entete
{
width:840px;
height:46px;
background:url("../images/entete.jpg") no-repeat center;
margin-bottom:5px;
}
#corps
{
width:840px;
height:450px;
}
h4, h3, h5
{
text-align:center;
}
table
{
margin:auto;
border-collapse:collapse;
width:100%;
}
td, th
{
text-align:center;
font-family:Verdana, Arial, serif;
font-size:0.8em;
}
td
{
font-style:italic;
}
p
{
text-align:justify;
text-indent:15px;
font-family:"Comic sans MS", Verdana, Arial, serif;
font-size:0.8em;
}
a
{
color:#fb3f3f;
}
a:hover
{
background: #FFFF00;
text-decoration:none;
}
a img
{
border:none;
}
/*Class*/
.menu
{
font-family:Verdana, Arial, serif;
font-size:0.9em;
font-weight:bold;
}
.menu a
{
width: 200px;
height: 15px;
display: block;
text-align: center;
border: 1px #0000FF;
text-decoration: none;
color: #000D5B;
background: #C70022;
}
.menu a:hover
{
background: #FFFF00;
border: 1px #0000FF; 
}
.fond_jaune
{
background-color:yellow;
}
.aligndroit/*Aligne le contenu des cellules à droite*/
{
text-align:right;
vertical-align:top;
padding:10px;
}
.aligngauche/*Aligne le contenu des cellules à gauche*/
{
text-align:left;
vertical-align:top;
padding:10px;
}