ul.menu_list li.menu-8 {
	background:#abb400;
}

.news_date, .blog_date {		
	background: url(../img/public/picto_calendar_blog.png) center left no-repeat;
	width: calc(100% - 25px);
	padding: 5px 0 5px 25px;
	margin:5px 0 0 0;
}
.blog_date_fiche {
	margin:15px 0 0 0;
}
/****************************** TAGS ***********************************************/

.gauche_niveau3 {color:#b4bd03;	background:#f8f7f7 url(../img/public/gauche_menu_plus_vert.png) center right no-repeat;}
.gauche_niveau3:hover, .niveau3_actif {color:#FFF;background:#c8d200 url(../img/public/fleche_blanche_en_savoir_plus_v2.png) center right no-repeat;}

/****************************** RECHERCHE ACTUS ************************************/
div#gauche_recherche {
	margin:30px 0 0 0;
	width:90%;
	overflow:hidden;
}
p.search_titre {
	font-size:1.2em;
	margin:0 0 5px 0;
}
.search_input {
	border:1px solid #CCC;
	overflow:hidden;
	background:#FFF;
}
div#gauche_recherche input.search_value {
	border: 0 none;
    color: #999;
    font-family: inherit;
    font-size: 1em;
	width:calc(84% - 10px);
	padding:3px 0 0 10px;
	height:29px;
	float:left;
}
div#gauche_recherche input.search_submit {
	height:33px;
	width:33px;
	float:right;
	background:url(../img/public/gauche_search_btn.png) center no-repeat;
	border: 0 none;
	cursor:pointer;
}

p.annuler-search {
	margin:10px 0 0 0;
}

.delete_search {
	background:url(../img/public/delete_search.png) left center no-repeat;
	height:30px;
	line-height:30px;
	padding:0 0 0 35px;
	color:#C00;
}
.delete_search a {text-decoration:none; color:inherit;}

p.result_search {margin:0 0 20px 0;}

/***************************** LISTE DES ARTICLES **********************************/



div#pagination_bottom {
	position:relative;
	overflow:hidden;
	width:97.8%;
	background:#e5e5e5;
	border:1px solid #e4e4e4;
	padding:0 1%;
	margin:0 0 15px 0;
}




/* LISTE DES ACTUALITES */
div#liste_article {
	position:relative;
	width:100%;
	margin: 23px auto 0 auto;	
}

h2.liste_news_titre {
	position:relative;
	width:100%;
	padding:0 0 5px 0;
	font-size:1.6em;
	font-weight:100;
	border-bottom:1px solid #019edf;
}

div#liste_article .news_content {		
	margin:0 auto;
	width:96%;
	display:table;
	padding:2%;
}
.news_content a { text-decoration:none; display:block; color:inherit;}
.news_top {
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	overflow:hidden;
}
/*
.liste_news_date {
	color:#FFF;
	background:#1160a2;
	border-bottom:4px solid #000;
	float:left;
	margin:0 2% 0 0;
	width:18%;
	max-width:70px;
	min-width:70px;
}
p.news_date_jour {
	font-size:1.7em;
	text-align:center;
	margin:0 auto 5px auto;
	padding:0;
	height:26px;
}
p.news_date_mois {
	font-size:0.8em;
	text-transform:uppercase;
	text-align:center;
	height:19px;
	margin:0;
	padding:0;
}
*/
.news_titre {
	position:relative;
	width:96%;
	font-size:1.1em;
	margin:0;	
	padding:1% 2%;
	background:#5ec5ed;
	color:#FFF;
	text-align:center;
}

article:hover .news_titre {background:#000;}

.news_titre p {margin:0;}
.news_photo {
	margin: 0 0 15px 0;
	width:100%;
	max-height:200px;
	overflow:hidden;
}
.news_photo img {
	width:100%;
}
.news_bottom {
	width:100%;
	text-align:justify;
	font-size:1.05em;
	overflow:hidden;
}
.liste_contenu, .liste_contenu p {
	width:100%;
}

div#entete_liste {width:calc(100% - 10px);padding:5px;background:#000;margin:0 0 35px 0;overflow:hidden;color:#FFF;}

.entete_liste_item {float:left;padding:0 10px;border-right:2px solid #FFF;height:30px;}

div#entete_resultat {font-size:1.4em;}
div#entete_pagination {float:right;border-right:0;}


/*********** PAGE ARTICLE ************/
.contenu_date {
    background: rgba(0, 0, 0, 0) url("../img/public/blog_picto_date.png") no-repeat scroll left center;
    margin: 0 0 10px;
    width: 100%;
}
.contenu_date, .blog_tag {
    /*font-size: 0.8em;*/
    font-style: italic;
    margin: 0;
    overflow: hidden;
    padding: 1% 0 1% 30px;
    position: relative;
}

.blog_tag { 
	width:calc(100% - 30px);
	margin:20px 0 0 0;
	background:url(../img/public/blog_picto_tag.png) top left no-repeat;
	background-position:0 15px;
	border-top: 2px solid #ccc;
    padding: 15px 0 1% 30px;
}
.blog_date a, .blog_tag a {color:inherit; text-decoration:none;}

.blog_tag p.tag_titre {font-size:1.1em;font-weight:bold;margin:0 10px 10px 0;}
.blog_tag p { margin:2px 10px 0 0; float:left;font-size:1em;}
.blog_tag p:hover {color:#5ec5ed; text-decoration:underlined;}