@charset "utf-8";

html {
	overflow: scroll;
}

.image_holder a {display:block; width:0; height:0; position:relative; outline:0;}
.image_holder a img {position:absolute; left:0; top:0; border:0;}
.image_holder a:active img, .image_holder a:focus img {outline:0;}

h3
{
	color:#000;	
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color:#8b7147;
  background-image:url(images/fond.jpg);
  background-repeat:repeat-x;
  color: #151944;
  width: 100%;
  height: 100%;
}
#conteneur {
  width: 955px;
  margin: 0 auto 0 auto;
  min-height: 100%;
  position: relative;
}

#header {
  width:955px;
  height:211px;
  margin: 0;
  padding: 0;
  background-color:#8b7147;
  background-image:url(images/top.jpg);
  background-repeat:no-repeat;
  z-index:1;
}

#centre {
  background-color:#ebddbc;
  background-image:url(images/fond-cadre.jpg);
  background-repeat:repeat-y;
  margin: 0;
  padding: 0;
  width:955px;
}
#fondcentre {
  color:#f7f1e4;
  margin: 0;
  padding: 0;
  width:955px;
}
#bas {
  width: 955px;
  height:11px;
  background-image:url(images/bas.jpg);
  background-repeat:no-repeat;
}
