/*ce code permet d'avoir les onglets en rouge 
  alors même que la sélection est la page en cours*/

.tdself
{ 
width:137px;
height:23px;
text-align:center;
background-color:#ebebeb;
font-size:15px;
background-image:url("../img/onglet_select.png");
background-repeat:no-repeat;
}

.aself
{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:white;
}

