body
{
   background-color: rgb(150,180,50);
   max-width: 997px;
   margin-right: 60px;
   margin-left: 135px;
   margin-top: 10px; 
   margin-bottom: 20px;

}
#menuDeroulant li a:link, #menuDeroulant .sousMenu li a:link, #menuDeroulantmenu li a:link 
{
    text-decoration: none;
    color:rgb(255,255,255);
}
#menuDeroulant li a:visited, #menuDeroulant .sousMenu li a:visited, #menuDeroulantmenu li a:visited

{
    text-decoration: none;
    color:rgb(200,200,200);
}
 #menuDeroulant .sousMenu li a:hover, #menuDeroulant li a:hover, #menuDeroulantmenu li a:hover
 {
    text-decoration: none;
    color:rgb(230,230,230);
 }
#en_tete
{
   font-family:"Bradley Hand ITC";
   max-width: 977px;
   height: 180px;
   text-align: center;
   background-image: url("topframe.JPG");
   border-width:4px;
    border-color:black;
    border-style:groove;
   -moz-border-radius:15px 0px 15px 0px;
   -khtml-border-radius:15px 0px 15px 0px;
   background-repeat: no-repeat;
   margin-bottom: 5px;
}
#en_tete h1
{font-weight:bold;
    font-size:40pt;
    color:white;
    text-align:center;}

#sidebar
{
   font-family:"Trebuchet MS";
   font-size: 11pt;
   position:fixed;
   float: left;
   width: 160px;
   height: auto;
   background-color: transparent;
   background-repeat: no-repeat;
   margin-bottom: 20px;
   padding-left:5px;
   overflow: hidden;
}

#menuDeroulant li
{
    border-bottom-width:1px;
    border-bottom-color:grey;
    border-bottom-style:solid;
     float: none;
}
    

#menuDeroulant
{
    list-style-type: none;
    background-image: url("feuilles.JPG");
    border-width:4px;
    border-color:black;
    border-style:groove;
    padding: 5px;
    float: none;
    -moz-border-radius:15px 0px 15px 0px;
    -khtml-border-radius:15px 0px 15px 0px;
    margin: 0;


}

#menuDeroulant .sousMenu
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 display: none;
 list-style-type: none;
 padding-left: 10px;
}
#menuDeroulant .sousMenu li
{
 border-bottom-width:1px;
    border-bottom-color:grey;
    border-bottom-style:solid;
 float: none;
 padding: 0;
 width: 149px;
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
 margin-right: 100px;
  font-size:small;
}

#menuDeroulant li:hover > .sousMenu { display: block; }




#corps
{
font-family:"Trebuchet MS";
    border-width:4px;
    border-color:black;
    border-style:groove;
   max-width: 800px;
   min-height: 450px;
   background: white;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 170px;
   padding-left:5px;
   overflow: auto;
}

#corps a
{
margin-top: 20px;
margin-bottom: 20px;
}

#corps a:link
{
color: rgb(130,160,30);
}

#corps a:visited
{
color: rgb(120,120,120);
}

#corps a:hover
{
color: rgb(180,210,80);
} 

#corps h1
{
   
  margin-top:20px;
    margin-bottom:20px;
    font-weight:bold;
    font-size:16pt;
    text-align:center;
}

#corps h2
{
   
   margin-top:4px;
    margin-bottom:4px;
    font-size:13pt;
}

#corps h3
{
   
   margin-top:3px;
    margin-bottom:3px;
    text-decoration:underline;
    font-size:10pt;
}

#corps h4
{
   
   margin-top:1px;
    margin-bottom:1px;
    font-weight:200;
    font-size:9pt;
}

#corps p
{
   font-size:10pt;
}

#pied_de_page
{
   list-style-type: none;
    font-size:x-small;
   max-width: 770px;
   height: 25px;
   background: transparent;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 200px;
   padding-left:5px;
   text-align: center;
}

#pied_de_page a:link
{
color: rgb(0,0,0);
}

#pied_de_page a:visited
{
color: rgb(255,255,255);
}

#pied_de_page a:hover
{
color: rgb(50,50,50);
} 

