/* accueil.css */
/* feuille de style de la page d'accueil */

/* div principal */
#accueil_corps {
   width             : 100% ;
   margin            : 0 ;
   margin-left       : auto ;
   margin-right      : auto ;
   background-image  : url("../images/acc_fond.gif") ;
   background-repeat : repeat-x ;
}
/* fin div principal */

/* ligne d'affichage */
.accueil_ligne {
   width  : 780px ;
}
/* fond de page */
#accueil_fond_page {
   width       : 100% ;
   text-align  : center ;
   font-family : Verdana, Arial, Helvetica, Sans-serif ;
   font-size   : 9px ;
   font-weight : bold ;
   color       : #666666 ;
   line-height : 20px ;
}
/* lien de page */
.lien_page {
   font-family     : Verdana,Arial,Helvetica,Sans-serif ;
   font-size       : 10px ;
   font-weight     : bold ;
}
a.lien_page:link,active,visited {
   font-family     : Verdana,Arial,Helvetica,Sans-serif ;
   font-size       : 10px ;
   text-decoration : none ;
   color           : #A61636 ;
   font-weight     : bold ;
}
a.lien_page:visited {
   text-decoration : none ;
   color           : #A61636 ;
   font-weight     : bold ;
}
a.lien_page:hover {
   text-decoration : none ;
   color           : #A2A2A2 ;/*#FC312F*/
   font-weight     : bold ;
}

/* baseline */
.baseline {
   font-family     : Verdana,Arial,Helvetica,Sans-serif ;
   font-size       : 10px ;
   color           : #EEEEEE ;
}
a.baseline:link,active,visited {
   font-family     : Verdana,Arial,Helvetica,Sans-serif ;
   font-size       : 10px ;
   text-decoration : none ;
   color           : #EEEEEE ;
}
a.baseline:visited {
   text-decoration : none ;
   color           : #EEEEEE ;
}
a.baseline:hover {
   text-decoration : none ;
   color           : #BBBBBB ;
}

