
#Actualites {
	display:block;
	float:right;
	width:200px;
	text-align:right;
}

.BlockActu {
	/*border:1px solid #EFEFEF;*/
	background-color:#EFEFEF;
	padding-bottom:10px;
	text-align:left;
}

#Actualites h3 {
	font-size:0.8em;
	border-bottom:1px dashed #aaa;
	font-weight:bold;
	color:#ED1C24;
	margin:0;
	padding:2px 5px 2px 5px;
	text-align:left;
}

#Actualites h4 {
	color:#666;
	font-size:0.75em;
	margin:10px 5px 0 5px;
}

#Actualites p {
	margin:0 5px 0px 5px;
	font-size:0.75em;
}

#Actualites .Suite {
	text-align:right;
}
#Actualites .Suite a {
	font-size:0.9em;
	color:#ED1C24;
	text-decoration:none;
	padding:0 4px 0 4px;
}
#Actualites .Suite a:hover {
	background-color:#ED1C24;
	color:#fff;
}

#Actualites hr {
	border-top:none;
	border-bottom:1px dashed #ccc;
	height:1px;
	margin:10px 0 0 0;
}

#Actualites .BoutonMenu {
	margin:5px 0 0 0;
}
#Actualites .BoutonMenu a {
	padding:0 0 0 10px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color:#333;
}
#Actualites .BoutonMenu a:hover {
	color:#A31F27;
}
/* -------------------- organigramme --------- */
.IntroActu {
	width:480px;
	text-align:left;
	font-size:0.85em;
}

.IntroActu h2 {
	color:#EA2425;
	margin:0 0 20px 0;
}

.IntroActu span.CarreRouge {
	margin:20px auto 10px auto;
	display:block;
	width:10px;
	height:10px;
	background-color:#ED1C24;
}

/* ----------- formulaire contact, texte --------- */

.IntroContact {
	width:400px;
	font-size:0.9em;
}