* {
  margin: 0;
  padding: 0;
}
body {
  background: #8FA6B8 url(../images_css/fond_body_ciel.jpg) repeat-x fixed left top;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}
img {
  border:  none;
}
a {
  color: #4c320d;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
#wrap {
  margin: 20px auto;
  width: 800px;
}
#header {
  background: #4c320d url(../images_css/header_livre.jpg) no-repeat scroll 0% 50%;
  height: 252px;
}
#header h1 {
  padding: 22px 0 5px 20px;
  font-size: 27px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 0.7em;
}
#header h1 a {
  color: white;
  text-decoration: none;
  font-size: 1.9em;
  font-family: ShelleyAllegro BT;
  font-weight: normal;
}
#header h1 a:hover {
  color: silver;
  text-decoration: none;
}
#header h2 {
  padding: 0 0 0 21px;
  color: #562b00;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 17px;
  font-family: Arial;
}
#menu {
  background-image: url(../images_css/menu_michel.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  height: 30px;
  display: block;
  line-height: 30px;
  float: none;
  text-transform: uppercase;
  text-align: center;
  color: #603709;
  font-size: 1.1em;
}
#menu ul {
  padding-left: 20px;
  list-style-type: none;
  clear: both;
}
#menu ul li {
  display: inline;
  float: none;
  clear: both;
}
#menu ul li a {
  padding: 0 10px;
  color: #603709;
  text-decoration: none;
  font-weight: 600;
}
#menu ul li a:hover {
  color: #7d5931;
  text-decoration: underline;
}
#content {
  padding: 10px 30px;
  background: #4c320d url(../images_css/content_michel.jpg) repeat-y scroll 0% 50%;
}
.left {
  text-align: justify;
  float: right;
  width: 550px;
}
.left h2 {
  padding: 10px 0 15px;
  font-weight: 100;
  letter-spacing: -3px;
  color: #ff4800;
  font-size: 24px;
}
.right {
  width: 180px;
  float: left;
  font-size: 12px;
}
.right ul {
  padding: 5px 10px 10px;
  list-style-type: square;
}
.right h2 {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  color: #666666;
}
.right a {
  text-decoration: none;
}
#top {
  padding: 5px 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  0% 0%;
}
#bottom {
  background: #555555 url(../images_css/bottom_michel.jpg) no-repeat scroll left top;
  padding-top: 27px;
}
#footer {
  padding: 0 0 10px;
  text-align: center;
  color: #eeeeee;
  font-size: 11px;
}
#footer a {
  color: #eeeeee;
}
