/**
 * @author        Jacques Bodin-Hullin <http://www.bodin-hullin.net>
 * @author        Damien Carre         <http://www.carredamien.com>
 * @copyright     (C) 2008 Zen-2.fr
 * @license       All rights reserved
 */

/*Corps de la page*/
body{
   background: #fff url(./img/fond.jpg) repeat-x 0 294px;
}

/*Conteneur principal*/
div#conteneur {
   width: 900px;
   margin: 0 auto 0 auto;
   text-align: left;
   padding-bottom: 30px;
}

/*Logo*/
.logo {
   width: 297px;
   height: 64px; /* hauteur bg = 64px */
   background: transparent url(./img/logo.jpg) left bottom no-repeat;
   margin-top: 20px;
   float: left;
}
.logo h1 {
   margin-left: -10000px;
}

/*Menu*/
ul#menu {
   list-style-type: none;
   background: transparent url(./img/menu.jpg) top left no-repeat;
   height: 81px;
   width: 131px;
   float: right;
   margin-top: 30px;
   margin-right: 350px;
   color: #BFBFBF;
   font-size: 16px;
   padding-top: 15px;
}

ul#menu li {
   text-align: center;
}

ul#menu li a {
   color: #BFBFBF;
   font-size: 16px;
   font-weight: bold;
}

ul#menu li a:hover {
   color: #1870B0;
   text-decoration: none;
}

div.both { clear: both; }

/*Les Monstres*/
.monsters {
   width: 310px;
   height: 168px;
   /*margin-top: 60px;*/
   margin-right: 300px;
   background: transparent url(./img/monsters.jpg) top left no-repeat;
   float: right;
}

/*Le copyright*/
div#copyright {
   clear: both;
   color: #1870B0;
   background: transparent url(./img/footer.gif) bottom left no-repeat;
   width: 100%;
   padding-left: 5px;
   height: 77px;
}

div#copyright a {
   color: #1870B0;
   font-weight: bold;
}

div#copyright div.public{
   float: left;
   margin-left: 110px;
   margin-top: 35px;
}

div#copyright div.prive{
   float: left;
   margin-left: 110px;
}


div#copyright div.infos {
   position: -10000px;
}
