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

#global
{
   background-image: url("http://tutos.douf.info/images/menu.png");
   background-repeat: repeat-y;
   width: 900px;
   margin: 0px;
   padding: 0px;
}

#header
{
   width: 900px;
   height: 200px;
   background-image: url("http://tutos.douf.info/images/header.png");
   background-repeat: no-repeat;
   margin: 0px;
   padding: 0px;
}

#pub
{
   clear: both;
   float: right;
   position: relative;
   width: 468px;
   height: 60px;
   right: 50px;
   top: 72px;
}

.menu
{
   float: left;
   width: 200px;
   text-align:left;
}

#logomenu
{
   width: 200px;
   height: 30px;
   background-image: url("http://tutos.douf.info/images/image-menu.png");
   background-repeat:no-repeat;
}

.menu ul
{
   list-style-image: url("http://tutos.douf.info/images/point.png");
   margin:0px;
   padding: 0px;
   padding-left: 30px;
}

#corps
{
   width: 690px;
   margin-left: 205px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 0px;
   padding: 0px;
   min-height: 500px;
}
.informations
{
   float: right;
   background-color: #FFFFCC;
   position: relative;
   right: 15px;
   width: 230px;
   margin-left: 25px;
   padding: 3px;
   border-width: 1px;
   border-color: #0000CC;
   border-style: ridge;
}

#footer
{
   width: 900px;
   text-align: right;
   height:20px;
   background-image: url("http://tutos.douf.info/images/footer.png");
   margin-bottom: 0px;
   clear:both;
}

.center
{
   text-align:center;
}

.left
{
   text-align:left;
}

.head
{
   background-color:#FFCC99;
}