/* **************************************** */
/* ZONE STRUCTURE */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  background: #CCCC99 url(images/back_benichon.jpg) repeat top left;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}


#container {
  position: relative;
  width: 890px;
  margin: auto;
  padding: 0px;
  background: #ffffff url(images/back_contenu.jpg) repeat-y top left;
  text-align: left;
}

/* FIN ZONE STRUCTURE */
/* **************************************** */





/* **************************************** */
/* ZONE HEADER */

#header {
	position: relative;
	width: 895px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/header.jpg) repeat-y top left;
}

#special {
	position: relative;
	width: 860px;
	text-align: right;
	margin: 0px 35px 0px 0px;
	padding-top: 38px;
	font-size: 10px;
	line-height: 15px;
}
/* FIN ZONE HEADER */
/* **************************************** */





/* **************************************** */
/* ZONE CONTENU */

#content {
  position: relative;
  width: 895px;
  margin: 0px;
  padding: 0px;
  background: #ffffff url(images/back_contenu.jpg) repeat-y top left;
}

#navigation {
  position: relative;
  width: 250px;
  margin: 20px 30px 0px 15px;
  padding: 0px 0px 0px 0px;
  float: left;
}

#pages {
  width: 555px;
  position: relative;
  margin: 20px 15px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  clear: right;
}

#pages img {
  float: left;
}

#clear {
  width: 890px;
  height: 30px;
  clear: both;
}

/* FIN ZONE CONTENU */
/* **************************************** */





/* **************************************** */
/* ZONE FOOTER / COPYRIGHT */

#fond {
  position: relative;
  width: 895px;
  height: 65px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff url(images/footer.jpg) no-repeat top left;
}

#copyright {
  position: relative;
  font-size: 9px;
  padding: 40px 15px 0px 0px;
  text-align: right;
  font-size: 9px;
  color: #ffffff;
}

#copyright a {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}

#copyright a:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* END COPYRIGHT */
