table.principale { margin-left: auto; margin-right: auto; border-collapse: collapse; }
table.milieu { border-collapse: collapse; }

table.milieu td
{
   border-top: 2px solid ;
   border-color: #3B4EA0 ;
}

td.banniere
{
   width: 900px;
   height: 220px;
   background-image: url("banniere.gif");
   background-repeat: no-repeat;
}

td.menu
{
   width: 200px;
   height: 450px;
   padding-left: 2px;
   padding-top: 10px;
   padding-right: 0px;
   vertical-align: top;
   background-image: url("fond_menu.gif");
   background-repeat: no-repeat;
}



td.menu a
{
   font-family: sans-serif;
   font-weight: bold;
}

td.corps
{
   width: 698px;
   vertical-align: top;
   padding: 20px;
}

td.bas
{
   width: 900px;
   height: 129px;
   background-image: url("fond_bas.gif");
   background-repeat: no-repeat;
   background-position : bottom right;
   border-bottom: 2px solid ;
   border-color: #3B4EA0 ;
}

tr.banniere_bas td
{
   /*width: 900px;*/
   height: 30px;
   border-bottom: 2px solid ;
   border-color: #3B4EA0 ;
   vertical-align: center;
}

td.logo { width:200px; }
td.mentions { padding-right: 20px; text-align: right; }
td.email { text-align: center; }

   
tr.banniere_bas a { font-size: large; font-family: sans-serif; }

a { text-decoration: none; color: #3B4EA0; }
a:hover { color: #666666; }