/* LE CORPS DU SITE */

body
{	
background: #bfe2e9;
margin:0px 10px 0px 10px;
}
/* LES POLICES */

.police01
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color: #663300;
}

.police02 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
color: #663300;
}

.police03
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #663300;
}

/* LES LIENS */

A
{	
background-color: transparent;
color: #000000;
font-family:Verdana,Arial,Helvetica;
font-size:14px;
text-decoration: underline;
}

A:hover
{
background-color:#55bbff; /* pour mettre en surbrillance la ligne désirée sous IE */
text-decoration:none;
}