	/*-----------------------------------------------------------------------------------*/
	/* links */
	hmtl, body {
		margin: 0;
		padding: 0;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		background: #fff url(/_img/body_bg2.gif) repeat-x top center;
		color: #6F6E6E;
	}	
	p{
		color: #353535;
		padding: 10px 4px 0 4px;
		margin: 0 30px 0 30px;
	} 	
	span{color: #353535;}	
	h2{
		font-size: 14px;
		font-weight: bold;
		color: #F89734;
	}
	
	h3{
		font-size: 11px;
		font-weight: bold;
		color: #367FAA;
	}
	ul.cp{color: #353535;}
	/*-----------------------------------------------------------------------------------*/
	/* lists */
	ul {list-style: none;}
	ul li{list-style: none;}
	#centerCol ul{
		padding: 20px 4px 0 4px;
		margin: 0 30px 0 30px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* links */
	a{
		color: #F7931E;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover{text-decoration: underline;}
	#topbar a{
		color: #fff;
		text-decoration: none;
		font:bold 11px "trebuchet MS", "MS Sans Serif", sans-serif;
	}
	#topbar a:hover{text-decoration: underline;}
	/*-----------------------------------------------------------------------------------*/
	#actu_top span a, #agenda_top span a{
		color: #FFFFFF;
		font-size: 11px;
		text-decoration: none;
		font-weight: normal;
	}
	#actu_top span a:hover,	#agenda_top span a:hover{
		text-decoration: underline;
	}
	/*-----------------------------------------------------------------------------------*/
	.newsHolder span a:hover{
		text-decoration:underline;
	}
	.agenda_info p a{
		font-size: 11px;
		color: #6F6E6E!important;
		font-weight: normal;
	}
	/*-----------------------------------------------------------------------------------*/
	/* images */
	a img{border:none;}
	.news_img{
		border: 1px solid #909090;
		margin: 2px 10px 0 0;
	}
	/*-----------------------------------------------------------------------------------*/
	/* lib */
	.clear{
		clear: both;
		float: none;
		overflow: hidden;
		line-height: 0;
	}
	#required{
		color: red;
		font-weight: bold;		
	}
	#error{
		color: red;
		font-weight: bold;
		margin-left: 8px;
	}