body{
	background-color:#999999;
	font-family:"Trebuchet MS";
	font-size:12px;
}
h1{
	color:#FF7E22;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
}
#menu{
	float:left;
	background:#CCCCCC;
	border:1px solid #333333;
	padding:8px;
	width:150px;
	z-index:100;
}
#page{
	width:780px;
	margin:10px auto auto auto;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
#flash{
	height:392px;
	background-color:#333333;
	color:#CCCCCC;
}
#content{
	margin:10px;
	background-color:#FFFFFF;
}
#menu_news{
	float:left;
	width:30%;
}
#news h1{
	float:left;
	width:15%;
	margin-top:0;
	color:#FF7E22;
}
#newslist{
	float:left;
	clear:both;
	padding-left:10%;
	margin-right:5%;
	width:65%;
}
#newslist .date_newslist{
	background-image:url(../img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;;
	padding-left:15px;
	text-transform:uppercase;
	color:#66B7CC;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#newslist h2{
	font-size:14px;
	margin-top:0px;
	padding-top:0px;
}
#newslist h2 a{
	color:#000000;
	text-decoration:none;
}
#newsdetail{
	float:left;
	width:65%;
	border-left:1px solid #CCCCCC;
	padding-left:5px;
}
#newsdetail h2{
	margin-top:0;
}
#newsdetail .visuel_actu{
	float:left;
	width:150px;
	margin-right:10px;
}
#newsdetail .visuel_actu .date_detail{
	background-image:url(../img/arrow_rightBottom.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	text-transform:uppercase;
	color:#66B7CC;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	
}
#newsdetail .desc_actu{
	float:left;
	width:330px;
}
#newsdetail #actu_navigation{
	width:99%;
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	float:left;
}
#newsdetail #actu_navigation .btn_gauche{
	float: left;
	overflow: hidden;
	width: 5%;
	text-align: center;
	padding-top:3px;
}
#newsdetail #actu_navigation .txt_nav_centre{
	float: left;
	overflow: hidden;
	width : 89%;
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	text-align: center;
	font-size: 12px;
	line-height: 13px;
	color:#66B7CC;
	font-weight:bold;
	padding-top:2px;
}
#newsdetail #actu_navigation .txt_nav_centre a{
	color:#66B7CC;
	font-weight:bold;
}
#newsdetail #actu_navigation .btn_droite{
	float: left;
	overflow: hidden;
	width: 6%;
	text-align: center;
	padding-top:3px;
}
.legende{
	font-size:10px;
	clear:both;
	
}
/*a.lien:active{
text-decoration:underline;
color:#000000;
}
a.lien:hover{
text-decoration: underline ;
color:#FF7E22;
}
a.lien:link{
text-decoration:underline;
color:#000000;
}
a.lien:visited{
text-decoration:underline;
color:#000000;
}*/
a{
/*color:#ff7e22;*/
color:#000000;
}
a:hover{
color:#ff7e22;
}