/*
	CSS
	CLASSES
*/

/*	COULEURS																						*/
	.blanc{			color:			#FFFFFF;
	}
	.gris3{			color:			#333333;
	}
	.gris6{			color:			#666666;
	}
	.gris9{			color:			#999999;
	}
	.grisC{			color:			#CCCCCC;
	}
	.grisA{			color:			#AAAAAA;
	}
	.couleur{		color:			#6488ad;
	}
	.rouge, a.rouge:link, a.rouge:active, a.rouge:visited{			color:			#ac0a0a;
	}

/*	FAMILIES																						*/
	.times{			font-family:	"Times New Roman", Times, serif;
	}
	.arial{			font-family: 	Arial, Helvetica, sans-serif;
	}
	
/*	SIZES																							*/
	.size8{			font-size:		8px;
	}
	.size9{			font-size:		9px;
	}
	.size10{		font-size:		10px;
	}
	.size11{		font-size:		11px;
	}
	.size12{		font-size:		12px;
	}
	.size14{		font-size:		14px;
	}
	.size18{		font-size:		18px;
	}
	
/*	LEADINGS																						*/	
	.leading10{		line-height:	10px;
	}
	.leading12{		line-height:	12px;
	}
	.leading14{		line-height:	14px;
	}
	.leading16{		line-height:	16px;
	}
	.leading18{		line-height:	18px;
	}
	.leading20{		line-height:	20px;
	}
	.leading24{		line-height:	24px;
	}
	.leading30{		line-height:	30px;
	}
	
/*	WEIGHTS																							*/
	.normal{		font-weight:	normal;
	}
	.bold{			font-weight:	bold;
	}

/*	STYLES																							*/
	.italic{		font-style:		italic;
	}
	.toupper{		text-transform: uppercase;
	}
	.justify{		text-align:		justify;
	}

/*	LIENS																							*/
	
	
/*	AUTRES																							*/

	.clear{			clear:			both;
	}
	.rollOverImg{
					cursor:			pointer;
	}
	
/*	MENU																							*/

	
/*	MISE EN PAGE 																					*/
	.grey_box{
					padding:			0px 65px 0px 65px;
					background-color:	#303030;
					border: 			1px solid #676767;
					
					font-family:		Trebuchet MS, Arial, Helvetica, sans-serif;
					font-size:			12px;
					color:				#8f8f8f;	
	}
	
	.grey_box img{
					float:				left;
	}
	.grey_box span{
					float:				left;
					margin:				12px 0 0 10px;
					width:				550px;
	}

	
	
	.black_box{
					padding:			25px 65px 25px 65px;
					border: 			1px solid #333333;
	}
	
	.img_news{
					border:				1px solid #ffffff;
					float:				left;
					height:				38px;
					margin-right:		8px;		
	}

	
/* LABLE */

	.label {
					margin: 				0px;
					padding: 				0px;
					border: 				1px solid #999999;
					background-color: 		#000000;
					/*filter:				alpha(opacity=90); /* IE */
					/*opacity:				0.90; /* Firefox */
	}
	
	.labelh {
					display: none;
	}
