/* All rights reserved */
body {
   margin: 0px;
   background:#fff ;
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: .8em;
}
#top {
  background: url('images/fd-haut.jpg') no-repeat;
 clear:both;
 height: 60px;
}
#wrap {
  background: #fff url('images/fd-mil.jpg') center repeat-y;
}
#middle {
  background: #fff url('images/fd-mil.jpg') center repeat-y;
  float:left;
  display: block;
  margin-left: 8px;
  margin-top: 0px;
  display: inline;
}
#midtext {
  width: 927px;
  float:left;
  margin-left: 30px;
  margin-top: 0px;
  display: inline;
}
#midtext h2 {
  text-decoration: bold;
  font-size: 1.5em;
  text-align: center;
}
#midtext p {
 text-align: justify;
 font-size: .8em;
}
#midtext li {
 text-align: justify;
 font-size: .8em;
}
#midtext a {
 text-align: justify;
 color: #dd0033;
 font-size: .6em;
}
#midtext table {
 border: 0px solid;
 width: 900px;
 float: center;
 display: block;
}
#liens {
	width: 100%;
}

#liens h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#liens table {
	border: 0px solid gray;
	width:314px;
	float: left;
	padding:0px;
	display: block;
}

#liens td {
	border: 0px solid #6495ed;
	padding:0px;
	text-align:left;
	letter-spacing: 0px;
}

#liens a {
	color: gray;
	text-decoration: none;
}
#liens img {
	border: 0px;
}
#liens a:hover {
	color: gray;
	text-decoration: underline;
}

#liens p {
	text-align: justify;
}

#bottom {
 background: url('images/fd-bas.jpg') no-repeat;
 clear:both;
 height: 60px;
}
