	
	#boite-actualite{
		width:100%; 
		background-image:url(../charte/fond/fond-boites-gauche.gif); 
		background-position:top left;
	}
	
	
	#boite-actualite-haut{
		width:100%; 
		height:28px; 
		background-image:url(../charte/fond/actualite-haut.png); 
		background-position:top left; 
		background-repeat:no-repeat; 
		text-align:right;
	}
	
	
	#actualite{
		width:80%; 
		padding-left:28px; 
		padding-right:20px; 
		padding-top:10px;
	}
	
		#actualite a
		{
			display:block;
			text-align:left;
			width:100%;
			font-family : Verdana,Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			text-decoration:none;
		}	


		#actualite a:link
		{
			color: #333333;
		}	
	
	
		#actualite a:visited
		{
			color: #333333;
		}	
	
	
		#actualite a:hover
		{
			color: #2994e6;
		}	
	
	
		#actualite a:active
		{
			color: #333333;
		}	
	
	
	#boite-actualite-bas{
		width:100%; 
		height:25px; 
		background-image:url(../charte/fond/boite-gauche-bas.png); 
		background-position:top left; 
		background-repeat:no-repeat
	}

