/* -----------------------------------
BULLDOGSTYLES
Par   : Sam
Date  : Mars 2009
Note  : En construction
----------------------------------- */
* { padding: 0; margin: 0; }
img { border: 0; }

/* CORPS DU SITE */
body {
  width : 1000px;
  margin : auto;
  margin-top : 8px;
  margin-bottom : 20px;
  background : #000000
  }

/* BARRE HAUT */

#haut {
  float : top;
  position : fixed;
  display : block;
  height : 140px;
  width : 1000px;
  background-color : #000000;
  z-index : 100;
  color : #fff;
  font-family : Trebuchet MS, Arial Black, Arial;
  font-weight: 0;
  text-align : center;
  border-bottom: 5px groove #425910;
  margin: auto;
  padding: 5px;
  }
  
#haut h1 { font-family : Trebuchet MS; font-size: 3em; line-height: 1.4em; }
#haut p { font-size: 1.2em; line-height: 1.1em; }

/* CENTRE */

#centre {
  position : absolute;
  top : 160px;
  width : 1000px;
  display : block;
  z-index : 10;
  color : #fff;
  font-family : Trebuchet MS, Arial Black, Arial;
  font-weight: 0;
  margin : auto;
  padding: 12px;
  }

/* BAS */
#bas {
  position : fixed;
  bottom : 0px;
  height : 10px;
  width : 1000px;
  display : block;
  z-index : 20;
  color : #fff;
  margin : auto;
  padding : 12px;
  font-size : 0.8em;
  font-family : Trebuchet MS, Arial Black, Arial;
  }
  
/* propriétés générales */
.bas_page {
  color : #fff;
  font-size : 0.8em;
  font-family : Trebuchet MS, Arial Black, Arial;
  text-align : center;
  }
  
.bas_page a {color: white}
.bas_page a:hover {background-color : white ; color: black}

