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

#header
{
   width: 800px;
   height: 177px;
   background-image: url("http://membres.lycos.fr/douf/douf/header.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#pub
{
   position: relative;
   width: 468px;
   height: 60px;
   left: 278px;
   top: 77px;
}

/*Début menu horizontal*/
ul#menuh
{
	height: 26px ;
	margin: 0 ;
	padding: 0 ;
	background: url(http://www.douf.info/images/menuh.png) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#menuh li
{
	float:right;
	text-align: center ;
}

ul#menuh li a
{
	width: 100px ;
	line-height: 25px ;
	font-size: 1.1em ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-left: 1px solid #dea;
}

ul#menuh li a:hover
{
	background: url(http://www.douf.info/images/menuh.png) repeat-x 0 0 ;
}
/*fin menu horizontal

Menu de droite*/

#menu
{
   float: left;
   width: 143px;
}

.sousmenu
{
   width: 140px;
   background-image: url("http://www.douf.info/images/menu1.png");
   background-repeat: repeat;   
   border: 1px solid black;   
   margin-bottom: 10px;
}
.sousmenu ul
{
   list-style-image: url("http://www.douf.info/images/puce.png");
   margin:0px;
   padding: 0px;
   padding-left: 20px;

}
/*Fin menu droite */

#corps
{
   margin-left: 143px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 0px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   min-height:500px;
}

#footer
{
   text-align: right;
   height:19px;
   background-image: url("http://www.douf.info/images/degrade.png");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   clear:both;
}

#logo
{
   text-align: center;
   background-image: url("http://www.douf.info/images/fond_bas.png");
   background-repeat: repeat;
   padding: 5px;
   margin-bottom: 0px;
   clear:both;
}