/**********************************/
/*   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
{
	position:relative;	margin-bottom:4px;
	font-size:11px;	font-family:verdana; font-weight:bold; color:#4C6AB2; background-color:#F9F9F9;
	border-top:1px solid #CCCCCC; border-bottom:1px dashed #CCCCCC;
	padding:4px;
	clear:left;
}



#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 .groupementNews .blocNews .edito a
{
	font-family:verdana;
	font-size:10px;
	margin:0pt;
	padding:0pt;
	color:#484848;
	text-align:left;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
}

#boxNews .blocNews DIV.titre, #boxNews .blocNews DIV.titreSurvole
{
	position:relative;	margin-bottom:4px;
	font-size:11px;	font-family:verdana; font-weight:bold; color:#4C6AB2; background-color:#F9F9F9;
	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;
}

div.blocInfoVertTitre 
{
	color: #5C8AB2;
	font-size:24px;
	font-family:Verdana, arial;
	font-weight:bold;
	font-style:oblique;
	text-align:right;
	margin-bottom:-1px;
	padding-right:5px;
	/*float:right;*/
}