/**********************************/
/*   GESTION DES ARCHIVES DE NEWS */
/**********************************/

#boxNews
{
	position:relative;			width:100%;
	margin-left: auto; margin-right:auto;
	/*border:1px solid #ADC3DF;	background-color:#FFFFFF;*/
	text-align:left;
}

#boxNews .titre
{	font-family:arial;	font-size:20px;		font-weight:bold;	}



#boxNews .groupementNews
{
	width:100%;	height:260px;
	overflow: auto;
	position:relative;
	text-align:left;
	margin-top:15px;	margin-bottom:15px;
}

#boxNews .blocNews
{
	margin-right:5px;
}

#boxNews .blocNews DIV.titre, #boxNews .blocNews DIV.titreSurvole
{
	position:relative;	margin-bottom:4px;
	font-size:12px;	font-family:verdana; font-weight:bold; color:#FFFFFF; background-color:#BAC8DC;
	border-top:1px solid #CCCCCC; border-bottom:1px dashed #CCCCCC;
	padding:4px;
	clear:left;
}

.blocNews DIV.titreSurvole
{	background-color:#F5D5DB; color:#AF001F;	cursor:pointer;	}

.blocNews DIV.date
{
	position:relative;	margin-bottom:4px;
	font-size:10px; font-family:verdana; color:#999999;
	float:left;
}

.blocNews DIV.auteur
{
	position:relative; 	margin-bottom:4px;
	font-size:9px; font-family:verdana; color:#999999;
	text-align:right;
}

.blocNews DIV.icone
{
	position:relative;
	border:1px solid #E7E7E7;
	padding:15px;
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-top:4px;
}

.blocNews DIV.contenuNews
{
	margin-top:11px;
	text-align:justify;
}


#boxNews div.pagination
{
	margin-left:100px;
}


/******************************************************/
/**************** LARGE 2 *****************************/


#boxNewsGris
{
	position:relative;			width:100%;
	margin-left: auto; margin-right:auto;
	text-align:left;
}

#boxNewsGris .titreGris
{	font-family:arial;	font-size:10px;		font-weight:bold; 	}

#boxNewsGris .titreGris .lienGris
{	color:#4A4B4F; }

#boxNewsGris .groupementNews
{
	width:100%;	height:260px;
	overflow: auto;
	position:relative;
	text-align:left;
	margin-top:15px;	margin-bottom:15px;
}

#boxNewsGris .blocNewsGris
{
	margin-right:5px;
}

#boxNewsGris .blocNewsGris DIV.titreGris, #boxNewsGris .blocNewsGris DIV.titreSurvoleGris
{
	position:relative;
	font-size:11px;	font-family:verdana; font-weight:bold; color:#D90E2C;
	background-color:#FFFFFF;
	clear:left;
}

.blocNewsGris DIV.titreSurvoleGris
{	background-color:#F5D5DB; color:#AF001F;	cursor:pointer;	}


#boxNewsGris div.pagination
{
	margin-left:100px;
}




/******************************************************/
/**************** LARGE 3 *****************************/


#boxNewsBleu
{
	position:relative;			width:100%;
	margin-left: auto; margin-right:auto;
	text-align:left;
}

#boxNewsBleu .titreBleu
{	font-family:arial;	font-size:20px;		font-weight:bold;	}



#boxNewsBleu .groupementNews
{
	width:100%;	height:260px;
	overflow: auto;
	position:relative;
	text-align:left;
	margin-top:15px;	margin-bottom:15px;
}

#boxNewsBleu .blocNewsBleu
{
	margin-right:5px;
}

#boxNewsBleu .blocNewsBleu DIV.titreBleu, #boxNewsBleu .blocNewsBleu DIV.titreSurvoleBleu
{
	position:relative;	margin-bottom:4px;
	font-size:11px;	font-family:verdana; font-weight:bold; color:#D90E2C; background-color:#FFFFFF;
	/*background-color:#F9F9F9;*/
	/*border-top:1px solid #CCCCCC; border-bottom:1px dashed #CCCCCC;*/
	padding:4px;
	clear:left;
}

.blocNewsBleu DIV.titreSurvoleBleu
{	background-color:#F5D5DB; color:#AF001F;	cursor:pointer;	}



#boxNewsBleu div.pagination
{
	margin-left:100px;
}