/************************************************/
/*** DEFINITION DES LIENS DANS LE "MENU_HAUT" ***/
/************************************************/


.menu_haut a
{
margin-left: 10px;
margin-right: 10px;
padding: 5px;
color: #6F0000;
text-decoration: none;
}

.menu_haut a:hover
{
background: #3366FF;
color: #6F0000;
text-decoration: none;
}

/**************************************/
/* DEFINITION DES LIENS DANS LE CORPS */
/**************************************/

.corps a:link
{
color:#3333FF;
text-decoration:none;
}
.corps a:hover
{
color:#6F0000;
text-decoration:underline;
}

.corps a:visited
{ 
color:#993399;
text-decoration:none;
} 

.corps a:visited:hover
{ 
color:#993399;
text-decoration:underline;
} 

/***********************************************/
/*** DEFINITION DES LIENS DANS LE "MENU_BAS" ***/
/***********************************************/


.menu_bas a
{
padding: 5px;
color: #6F0000;
margin-left: 10px;
margin-right: 10px;
text-decoration: none;
}

.menu_bas a:hover
{
background: #3366FF;
color: #6F0000;
text-decoration: none;
}
