/*Definition du corps*/

BODY {
      background-color : #0062AE;
     font-family : Arial;
      color : #1C1C1C;
      margin: 0px; 
      }

.table_menu  { border-collapse: collapse; border-spacing: 0; }
.td_menu { padding-bottom:0; padding-left:0; padding-right:0; padding-top:0;}

.table_contenu { border-collapse: collapse; border-spacing: 0;   }
.td_contenu { padding-bottom:0; padding-left:48; padding-right:0; padding-top:40; }

/*Font et couleur utilisé sur le Site*/

TD{
FONT-SIZE:12;
FONT-FAMILY:Arial;
COLOR:#1C1C1C;
}

/*Titre des sections en haut de page*/

.titre_section{
FONT-SIZE:20;
font-weight:bold;
FONT-FAMILY:Arial;
COLOR:#054A8D;
}

/*Lien cliquable utilisé à intérieur du site*/

A:hover {
text-decoration: none;
color:#054A8D;
font-size: 12; 
font-family: Arial;
}

A {
text-decoration: underline;
color:#054A8D;
font-size: 12; 
font-family: Arial;
}


/*Lien pour le menu de gauche si pas image dactivé*/

.a_menu {
text-decoration: none;
color:000000;
font-size: 12; 
font-family: Arial;
}

/*Utilisé pour copyright bas de page*/

.copyright:hover{
FONT-SIZE:10;
FONT-FAMILY:Arial;
font-weight:bold;
COLOR:#054A8D;
text-decoration: none;
}

.copyright{
FONT-SIZE:10;
FONT-FAMILY:Arial;
font-weight:bold;
COLOR:#054A8D;
text-decoration: underline;
}