<!--

div#menud {
	float: right;
	width: 262px ;
	margin: 10px 20px ;
	}

ul#menud {
	margin-top: 40px;
	padding: 0 ;
	list-style-type: none ;
	font-weight: bold;
	border-bottom: 1px solid #ccc ;
	}
		
ul#menud li {
	margin: 0 0 0 0 ;
	padding: 0 ;
	}

ul#menud li#h1 {
	font: 1.8em;
	text-indent: 10px ;
	line-height: 25px ;
	color: #fff ;
	background-color: RGB(160,160,160);
	}
	
ul#menud li a {
	display: block ;
	width: 260px ;
	line-height: 18px ;
	color: #777 ;
	border-left: 1px solid #ccc ;
	border-right: 1px solid #ccc ;
	border-top: 1px solid #ccc ;
	text-indent: 20px ;
	text-decoration: none ;
	background: RGB(248,248,248) ;
	}
		
ul#menud li a:hover {
	background: #fff;
	color: #ff0000 ;
	border-left: 1px solid #fff ;
	border-right: 1px solid #fff ;
	}

ul#news {
	margin-top: 30px;
	padding: 0 ;
	list-style-type: none ;
	font: 1.2em;
	font-weight: bold;
	}

ul#news li {
	margin: 0 0 0 0 ;
	padding: 0 ;
	}
	
ul#news li a {
	display: block ;
	width: 260px ;
	line-height: 30px ;
	color: #777 ;
	border: 1px solid #ccc ;
	text-indent: 60px ;
	text-decoration: none ;
	background: RGB(248,248,248) ;
	}
		
ul#news li a:hover {
	background: #fff;
	color: #ff0000 ;
	}

div#texte_home {
	margin: 0px 100px 30px 50px;
	overflow: hidden;
	color: #4c4c4c;
	text-align: justify;
	font: 1.2em "Trebuchet MS", helvetica, sans-serif;
	}

div#titre_home {
	margin: 30px 60px 0px 30px;
	overflow: hidden;
	color: #4c4c4c;
	text-align: justify;
	font: 1.3em "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
	}

h2#titre {
	font: 1.2em "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;
	color: #777777 ;
	}

div#ban_home {
	position: relative;
	width: 780px;
	height: 152px ;
	background: url(../img/home/ban_home.jpg) no-repeat left top ;
	margin: 0 ;
	}

div#news a {
	font-size:8pt; font-family:arial; color: #eeeeee; text-decoration: none;
	}

div#news a:hover {
	text-decoration: underline; color: #ff0000;
	}

div#ban_news {
	position: relative;
	width: 780px;
	height: 0px;
	}

div#cadre_news {
	position: absolute;
	width: 155px;
	height: 56px;
	top: 2px;
	left: 550px;
	clip: rect(0 155 56 0)
	}

div#defil_news_1 {
	position: absolute;
	width: 155px;
	left: 0;
	top: 0;
	}

div#defil_news_2 {
	position: absolute;
	width: 155;
	left: 0;
	top: 66px;
	}

-->