body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #d3d3d3;
	TEXT-ALIGN: center;
}

HR { border-bottom: 1px solid #EEE;}

a:link, a:visited, a:hover {
	color: #5493B4;
	text-decoration: none;
}

a:hover {
	color: #da761c;
	text-decoration: none;
}

ul{
 list-style-type: disc;
}

#conteneur{
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	color: #585858;
	position: relative;
	margin: 0px auto;
	width: 775px;
	text-align: left;
	background-color: #FFFFFF;
}

#menu{
  width: 159px;
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	
}

#contenu{
  width: 607px;
  height: 750px;
  overflow: auto;
	margin-left: 160px;
	TEXT-ALIGN: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

#news{
	width: 607px;
	margin: 0;
	padding: 0px 0px 0px;
	background-color: #FFFFFF;
	}
	
#liensmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	}

#news-name{
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	}

#news-txt{
	border-top: 1px dotted rgb(207, 207, 207);
	padding-top: 3px;
	padding-bottom: 1px;

	}
	
#news-report{
	color: gray;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	}	
