body{
   font-family: Trebuchet MS, Arial, sansserif;
   background: #AAAAAA;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   font-size: 15px;
}

h5 {
   font-size: 11px;
}

.petit{
   margin-top: 2px;
   padding-top: 2px;
   font-size: x-small;
}

#headimg{
   float: left;
}

#headmenu{
   border-bottom: 1px;
   padding-left:75px;
   padding-top:2px;
}

#headmenu li.premier{
   border-left: 0px;
   padding-left: 20px;
}

#headmenu li.premier:hover{
   background-image: url('./gauchemenu.png');
   background-position: left;
   background-repeat: repeat-y;
}

#headmenu li{
   border-right: 1px solid #CCCCCC;
   display: inline;
   padding: 10px 10px 10px 10px;
   margin: 0 0 0 0;
}

#headmenu li:hover{
   background: #EFEFEF;
}

#headmenu li.dernier{
   border-right: 0px;
   padding-right: 20px;
}

#headmenu li.dernier:hover{
   background-image: url('./droitemenu.png');
   background-position: right;
   background-repeat: repeat-y;
}

#headtitre p{
   font-size:large;
   padding-left:120px;
   padding-top:5px;
}

#header{
   height: 100px;
   border-bottom: 1px solid #EFEFEF;
}

#footer{
   font-size: x-small;
   /*border-top: 1px solid #EEEEEE;*/
   background-image: url('./baspage.png');
   background-position:center bottom;
   background-repeat: repeat-x;
   margin-left: -10px;
   margin-right: -10px;
   padding-left: 10px;
   padding-right: 10px;
}

#grandconteneur{
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   border-bottom: 1px solid black;
   background: #FFFFFF;
}

#headmenu a{
   font: inherit;
   text-decoration: none;
   color: inherit;
}

#texte p{
   margin-top: 2px;
   padding-top:2px;
}

#texte h5{
   margin-bottom: 2px;
}

