/***** Feuille de style CSS ******/
/***** Gestion des paragraphes *****/

/* floatLeft */
.imgFloatLeft{
	float: left;
}

/* floatRight */
.imgFloatRight{
	float: right;
}

/*  */
.clearFloat,.clearFloatBorder{
	margin: 10px 0;
	height: 10px;
	clear: both;
}
.clearFloatBorder{
	padding-top: 10px;
	border-bottom: 1px dotted #000;
}

.blocImage,.bloctexte{
	float: left;
}
.bloctexte{
	float: right;
}
.border{
	padding-left: 10px;
	border-left: 1px solid #000;
}

/***** mep ssmenu ****/
.titreRubrique{
	font-size: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
#col-g ul,#col-g ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#col-g ul li a:hover,#col-g ul li.ssmenuSel{
	background-color: #F2F2F6;
}
#col-g ul li.ssmenuSel{
	padding-left: 20px;
	background-color: #F2F2F6;
	background-repeat: no-repeat;
	background-position: 4px 9px;
}

#col-g ul li{
	border-bottom: 1px dashed #8F8180;
}

#col-g ul li a{
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
#col-g .ssPage{
	font-size: 11px;
	padding-left: 10px;
}

/***** mep chemin *****/
.chemin{
	padding: 5px 0 0 5px;
	font-size: 10px;
}
.chemin,.chemin a{
	text-decoration: none;
}
.chemin a:hover{
	text-decoration: underline;
}

/***** mep actualité *****/
.dateActu,.lieuActu{
	font-weight: bold;
}
.separeActu{
	width: 300px;
	text-align: center;
	margin: 10px 0 20px 200px;
	border-bottom: 1px dashed #8F8180;
}
.separeAlerte{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dashed #8F8180;
}

.alerteActu{
	width: 190px;
	margin: 0 0 5px 5px;
	padding: 5px;
	float: right;
	background-color: #F2F2F6;
}
.lienAlerteActu a{
	font-size: 10px;
}
