img
{
   border-style:none;
}
body
{
   min-height: 593px;
   width: 1024px;
   margin: auto; 
   margin-top: 10px; 
   margin-bottom: 10px;
   background-color: #ffffff; 
   font-family: Arial, Helvetica, sans-serif;
}
/* L'en-tete */
#ban
{
   width: 1024px;
   height: 176px;
   background-image: url("../images/ban.jpg");
   background-repeat: no-repeat;
}
/* Le menu */
#mm{
height: 53px;
width: 1024px;
background-image: url("../images/menu.jpg");
}
#menu
{
   padding-top: 4px;
   padding-left: 160px;
   width: 550px;
   height: 40px;
   max-height: 40px;
   float: left;
}
#menu2{
   padding-top: 5px;
   padding-left: 760px;
}
/* Le corps de la page */
#main
{
   width: 1024px;
   float: left;
   overflow: auto;
   background-image: url("../images/main.jpg");
   background-repeat: repeat-y;
}
#main2
{
   width: 1024px;
   float: left;
   overflow: auto;
   background-image: url("../images/coins.jpg");
   background-repeat: no-repeat;
   background-position: bottom;
}
#corps h1 /* Tous les titres h1 du corps */
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}
#bas
{
   width: 1024px;
   float: left;
   height: 48px;
   background-image: url("../images/bas.jpg");
   background-repeat: no-repeat;
   font-family: Arial, sans serif;
   font-size: 11px;
}
a:visited, a:link {
  color:#992200;
}
a:hover {
  color:#CC5500;
}
.mainlevel, a.mainlevel:link, a.mainlevel:visited{
   color: #992200;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: 20px;
   font-weight: bold;
}
a.mainlevel:hover{
   color: #992200;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: underline;
   font-size: 20px;
   font-weight: bold;
}


