.container_actualite{
	display: block;
	position: relative;
	float:left;
	width: 100%}
.actualite_highlight{
	background: none !important;
	font-weight: bold
}

.all_cat_actu {
    background: none repeat scroll 0 0 #4E7192;
    color: #FFFFFF;
    font-size: 22px;
    margin: 0 auto;
    padding: 4.5% 4%;
    position: relative;
    width: 92%;
	margin-bottom:30px;
}
/**** CATEGORIES ACTUALITES ****/
.cat_actu {
	color:#FFFFFF;
	font-size:22px;
	position:relative;
	width:100%;
}
.cat_actu ul {
	margin: 0 !important;
	width: 50% !important
}
#colonne_centre .cat_actu ul li {
	position:relative;
	list-style-image:url(../gifs/puce_blanche.png);
}
.cat_actu ul li p {
	font-size:16px;
	margin-bottom: 0 !important;
	padding: 0 !important
}
.cat_actu ul li ul {
	position:absolute;
	top:25px;
	left:0;
	z-index:1;
	background:#3E3E3E;
	width: auto !important;
	padding-right: 2%;
}
.cat_actu ul li ul a {
	color:#fff;
	font-size:14px;
	display:block;
}
.cat_actu ul li ul a:hover {
	color: orange;
}

.flux_rss {
    background: url("../gifs/rss.png") no-repeat scroll left top transparent;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 37px;
    width: 25px;
}
/**** RECHERCHE ACTUALITES ****/

.recherche_actu {
    background: none repeat scroll 0 0 #7C7C7C;
    bottom: -10px;
    padding: 1% 50px 1% 1%;
    position: absolute;
    right: -10px;
    width: 48%;
}
#triangle{
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:0px;
	top:-10px;
	z-index:0;
	background:url(../gifs/triangle.png) top left no-repeat;
}
#recherche_actu img {
	max-width:100%;
}
.recherche_actu label {
	font-size:16px;
	display:block;
}
.recherche_actu input#input_recherche_actu {
	width:85%;
	margin-top: 8px;
	text-indent: 5px;
	border:none;
	height:20px;
	float:left;
	color: #999
}
.recherche_actu input#input_recherche_actu.onfocus{
	color: #000}
#recherche_actu_submit {
	float:right;
	border:none;
	cursor:pointer;
	text-indent:-200px;
	overflow:hidden;
	background:url(../gifs/recherche_actu.png) top left no-repeat;
	width:29px;
	height:28px;
}
#recherche_actu_submit:hover {
	-webkit-opacity:.8;
	-o-opacity:.8;
	-moz-opacity:.8;
	opacity:.8;
}
/************************************************************** LISTING ACTUALITES ****/
#container_actualite_listing {
	display:block;
	width:100%;
	position: relative;

}

.bloc_listing_actu {
    background: none;
    border: 1px solid #7C7C7C;
    float: left;
    margin: 0 0 4%;
    padding: 3%;
    width: 92%;
}
.pair {
	margin-right:0!important;
	float:right!important
}
.colonne_journal {
	float:left;
	width:49%;
}
.bloc_listing_actu span.date_actu {
	font-size:11px;
	float:left;
	padding-bottom:5px;
}
.bloc_listing_actu .nom_cat{
	float:right;
}
.bloc_listing_actu .nom_cat:hover{
	text-decoration:underline;
}
.bloc_listing_actu a.titre_actu {
	font-size:18px;
	display:block;
	clear: both;
}
.bloc_listing_actu a.titre_actu:hover {
	text-decoration:underline;
}

.bloc_listing_actu a.bouton_actu_detail {
    background: url("../gifs/puce_blanche.png") no-repeat scroll 99% center #4E7192;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 1% 6% 1% 1%;
    position: relative;
    text-align: right;
    width: 93%;
}
.bloc_listing_actu a.bouton_actu_detail:hover {
	text-decoration: none;
	background: #535353 url(../gifs/puce_blanche.png) 99% center no-repeat
}
/************************************************************** LISTING BOTTOM ****/
#listing_calendrier_2 {
	position:relative;
	width:94%;
	background:#535353;
	padding:3%;
}
#titre_listing_calendrier {
	font-size:22px;
	color:#fff;
	margin-bottom:1%;
}
#listing_calendrier_2 .mois_listing {
	background:none;
	color:#FFFFFF;
	display:block;
	font-size:18px;
	width:99%;
}
#listing_calendrier_2 ul li ul li a {
	color:#fff;
	display:block;
}
#listing_calendrier_2 ul li ul li a:hover {
	text-decoration:underline;
}
.detail_actu {
	display:block;
	margin-bottom:2%;
	width:97%;
}
/************************************************************** DETAIL ACTUALITES ****/

.detail_actu .date_actu {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 10px 0;
}
.bloc_listing_actu .image_actu {
	width:100%;
	margin: 2% 0;
}
.image_actu {
	width:30%;
	position:relative;
	float:right;
	margin:0 0 10px 10px;
}
.image_actu img {
	max-width:100%;
}
.facebook{ 
	border: none;
    display: block;
    float: right;
    position: relative;
	margin-top:2%;
}
/************************************************************** BOUTON VOIR TOUTES LES ACTUALITES ****/
.bouton_actu{
	display: block;
	position: relative;
	float: right;
	font-weight: normal}