/* CSS Document DOGWOOD Import */

BODY{
  margin:0px;
  font-family:arial;
  font-size:12px;
  color:black;
  background:#444444;
}

#menu{
  width:550px;
  height:30px;
  float:right;
  padding:10px;
  font-size:16px;
  color:black;
  vertical-align:top;
  /*border-bottom:1px solid black;*/
}

#menu A{
  font-size:16px;
  font-weight:bold;
  color:black;
  text-decoration:none;
}

#menu A:hover{
  font-size:16px;
  font-weight:bold;
  color:green;
  text-decoration:none;
}

#div_background{
  background:#444444;
}

#div_site{
  background:#E5D65A;/*#b9c4b1;*/
  border-left:1px solid white;
  border-right:1px solid white;
  border-bottom:1px solid white;
  width:1000px;
  min-height:800px;
}

#header_1{
  width:1000px;
  height:13px;
}

#header_2{
  width:1000px;
  height:82px;
}

#espace_marque{
  float:right;
  margin-right:10px;
  height:82px;
  width:82px;
  overflow:hidden;
}

#espace_marque2{
  float:right;
  margin-right:10px;
  height:60px;
  width:60px;
  overflow:hidden;
}

#espace_marque A:hover{
  background:yellow;
}
