body
{ 
width: 1200px;
margin: auto; /* Pour centrer la page */
margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. */
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
background-color: white;
font-family:Arial;
}


#menu
{
width: 10%;
height: 715px;
float:left;
font-size: 15pt;
background-color: white;
text-align:left;
}

#menu3
{
width: 10%;
height: 600px;
float:left;
font-size: 15pt;
background-color: white;
text-align:left;
}

#deux
{
border:none;
padding:0px;
}

#corps
{
width: 90%;
height: 356px;
text-align: justify;
background-color: white;
a.hidden{display:none;}
}

#corps3
{
width: 90%;
height: 590px;
text-align: justify;
background-color: white;
a.hidden{display:none;}
}

#corps2
{
width: 90%;
height: 360px;
text-align: justify;
background-color: white;
a.hidden{display:none;}
}
a
{
color:#252512;
text-decoration:none;
}

a:hover
{
color:#840000;
text-decoration:underline;
}

a.lienHeader{
display:block;
width:760px;
height:100px;
}

.souris img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.88;
opacity: 0.85;
}

.souris:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}