body {
	background: #fafaf5 url(../images/fond_body.png) repeat-x;
	color: #1a171b; /* noir avocat */
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#site {
  position: relative;
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

/* ---------- entete ---------- */
#avant {
position: absolute;
width: 110px;
left: -110px;
top:0;
}
#header {
  color: white;
  float: left;
	width: 659px;
	height: 138px; /* 144 */
  font-size: 1.5em;
}
#header span {
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	width: 659px;
	height: 138px;
	top:0; /* IE6&7 Fix */
}

/* ---------- menu ---------- */
#slmenu {
  margin-top: 6px;
  margin-left: -25px;
  line-height: 35px;
  position: relative;
	height: 35px;
  min-height: 35px;
	overflow: hidden;
}
#slmenu ul {
  background: url(../images/menu_fond.png) repeat-x;
  list-style-type: none;
  height: 35px;
  position: absolute;
  left: 10px;
  padding: 0;
  margin: 0;
}
#slmenu li {
 	float: left;
	margin: 0;
	list-style: none;
  margin-top: 10px;
}
#slmenu li a {
  color: #b5934c; /*#a48a51; /*#254e61;*/
  z-index: 10;
	display: block;
	float: left;
	height: 1.2em;
  line-height: 1.2em;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
  font-weight: bold;
}
#slmenu li a:hover { color: #262c29 /*#695f4e*/ }
#slmenu li a.current { color: #333 }
#slmenu li.background {
  z-index: 1;
	background: #fbe7c5 url(../images/menu_on.png) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: absolute;
	visibility: hidden;
  padding:0;
  margin-top: 6px;
  height: 22px;
}
li#finmenu img {
  position: absolute;
  top: 0;
  right: -11px;
}

/* ---------- corps ---------- */
h1 { 
line-height: 1em;
padding: 10px 0 10px 10px;
}
#corps {
  float: left;
  min-height: 610px;
  height: 610px;
  width: 754px; /* 779 - padding */
  padding: 0 25px;
  background: url(../images/contenu_image.png) no-repeat;
}
#contenu {
  float: left;
  width: 779px;
  background: url(../images/contenu_fond.gif) repeat-y;
  font-size: 1.2em;
}
#texte {
  padding: 0 35px;
  margin-top: -500px;
  position: relative; /* IE6&7 Fix */
  height:1%; /* IE6&7 Fix */
}
dt {
padding-left: 0.5em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #bbb;
background-color: #e5e5e5;
}
dd {
margin-bottom: 1.1em;
padding: 0.1em 0.4em;
text-align: justify;
}
dd span {
font-style: italic;
color: #48071f;
background-color: #f0f0f0;
padding: 0 0.3em;
}
dd span a { color: #48071f }
/* ---------- pied ---------- */
/* menu bas */
ul#menubas {
  clear: both;
  font: normal 0.8em Tahoma, Arial, sans-serif;
  background: url(../images/contenu_fond.gif) repeat-y;
  margin: 0 auto;
  text-align: center;
  padding: 3px 0;
  list-style-type: none;
  text-transform: uppercase;
}
ul#menubas li {
  display: inline;
  color: #aaa;
}
ul#menubas li a {
  text-decoration: none;
  padding: 1px 2%;
  margin-right: 1px;
  color: #530;
}
ul#menubas li a:hover {
  color: white;
  text-decoration: underline;
}
#pied {
  background: url(../images/contenu_footer.png) no-repeat;
  height: 12px;
}
/* pub */
#pub {
  bottom:0;
	display: block;
	text-align: right;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #666;
	padding: 5px 35px 2px 0;
	letter-spacing: 2px;
}
#pub a {
	padding-left: 2px;
	text-decoration: none;
	color: #555;
}
#pub a:hover {
	color: white;
	background-color: #999;
}
