body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #222222;
}

#header
{
   width: 760px;
   height: 140px;
   background-image: url("images/crepuscule.png");
   margin-bottom: 10px;
}

#menu
{
   float: left;
   width: 174px;
   margin-top: 2px;
}

.menu1
{
   background-color: #333333;
   background-image: url("images/motif1.png");
   background-repeat: repeat-x;
   min-height: 173px;
   margin-bottom: 10px;
}

.menu2
{
   background-color: #333333;
   background-image: url("images/motif2.png");
   background-repeat: repeat-x;
   min-height: 173px;
}

#menu ul
{
   list-style-image: url("images/puce.png");
   padding: 35px;
   padding-left: 28px;
   margin: 0px;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: 12px;
   margin-bottom: 5px;
}

#menu a
{
   color: #ffffff;
   text-decoration: none;
}
#menu .sel
{
list-style-image: url("images/onfolder.png");
}
#menu .sel:hover
{
list-style-image: url("images/refresh.png");
}
#menu .nosel:hover 
{
list-style-image: url("images/go.png");
}

#menu a:hover
{
  color: #cccc00;
  font-weight:bold;
  font-size:12px;
}

#corps
{
   margin-left: 185px;
   margin-top: 12px;
   margin-bottom: 10px;
   padding: 9px;
   background-color: #FFFFFF;
   font-size:12px;
   font-family: Trebuchet Ms, "Arial Black", "Times New Roman", Times, serif;
   min-height:420px;
   height: auto;
   padding-bottom:40px;
}

#corps h1
{
  color: #0099ff;
  margin-top:15px;
  padding-bottom:0px;
  text-align: left;
  font-size:14px;
  font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
  color: #999999;
  padding-top:0px;
  font-weight:bold;
  padding-bottom:0px;
  text-align: left;
  font-size:11px;
  font-family: Trebuchet Ms, "Arial Black", "Times New Roman", Times, serif;
}

#footer
{
   text-align: center;
   color: #333333;
   background-color: #666666;
   margin-left: 185px;
   font-size: 12px;
   font-family: Trebuchet Ms, "Arial Black", "Times New Roman", Times, serif;
}