html { 
  padding:0px;
  margin:0px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size:12px;
  background-color:#e6e6fa;
  color:#5d5d79;
}
a{
	font-weight:600;
	color:#5d5d79;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#box_center {
	width:900px;
  margin: 0px auto;
  padding: 0px;
  text-align:left;
	border: none;
}

#haut{
	width:900px;
	height:54px;
	background-image: url('../img/haut.gif');
	background-repeat: no-repeat;
}

#milieu{
	width:900px;
	background-image: url('../img/milieu.gif');
	background-repeat: repeat-y;
	padding-top:20px;
	overflow:hidden;
}

#gauche{
	float:left;
	width:159px;
	padding-left: 15px;
}
#menu{
	padding-left: 5px;
	border: solid 1px #a1d88b;
	padding-bottom:15px;
}
#menu a{
	font-size:12px;
	font-weight:600;
	color:#008000;
	text-decoration:none;
	line-height:18px;
}
#menu a:hover{
	text-decoration:underline;
}
#menuHeader{
	background-color:#a1d88b;
	font-size:12px;
	font-weight:600;
	color:#008000;
	padding:3px;
	margin-left: -5px;
	margin-bottom:3px;
}
#contenu{
	float:left;
	width:518px;
	margin-left:10px;
	margin-right:10px;
	border:solid 1px #a1d88b;
	padding:5px;
	overflow:auto;
}
#contenuHeader{
	font-size:14px;
	font-weight:600;
	color:#008000;
	margin-bottom:3px;
}
#droite{
	float:right;
	width:160px;
	padding-right: 15px;
}
.blocD{
	padding-left: 5px;
	border: solid 1px #a1d88b;
	padding-bottom:5px;
	margin-bottom:10px;
}
.blocDHeader{
	background-color:#a1d88b;
	font-size:12px;
	font-weight:600;
	color:#008000;
	padding:3px;
	margin-left: -5px;
	margin-bottom:-5px;
}
.blocD a{
	font-weight:600;
	color:#5d5d79;
	text-decoration:none;
}
.blocD a:hover{
	text-decoration:underline;
}
#bas{
	width:900px;
	height:34px;
	background-image: url('../img/bas.gif');
	background-repeat: no-repeat;
	text-align:center;
	clear:both;
}
#bas a{
	text-decoration:none;
	color:#008000;
	font-weight:500;
}
#bas a:hover{
	font-weight:600;
}
#news{
	padding-left: 5px;
	border: solid 1px #a1d88b;
	padding-bottom:5px;
}
#newsContainer{
	position: relative;
	overflow: hidden;
	height:200px;
}
#newsDefiler{
	position: absolute;
	left: 0;
	top: 15;
	width: 100%;
	height:200px;
	padding:3px;
}