#menu_list li.menu-5 a { color: #363b44;}

div#titre {
    width: 100%;
    background-image: linear-gradient(#000,#252525);
    padding: 20px 1%;
    margin: 0 auto 40px auto;
}
div#titre h1 {
	max-width:1600px;
    margin: 0 auto;
    padding: 0 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: lighter;
}


div#content_left {
	position:relative;
	width:30%;
	max-width:380px;
	float:left;
}

/*************************************************/
div#content_right {
	position:relative;
	width:68%;
	margin:0;
	float:right;
}


div#titre p.titre_page {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 2.2em;
    font-weight: lighter;
}

.blog_date {
	color:#1160a2;		
	background: url(../img/public/blog_picto_date.png) center left no-repeat;
	width: calc(100% - 25px);
	padding: 5px 0 5px 25px;
	margin:-10px 0 25px 0;
}


/*********** PAGE ARTICLE ************/
div#blog_retour {position:relative; display: table; z-index:98; margin: -5px auto 0 auto;}
div#blog_retour a {margin:-20px 0 0 0; float:right; background:#999; color:#FFF; text-decoration:none; padding:8px 15px; border-bottom-left-radius: 0.3em; border-bottom-right-radius: 0.3em;}

div#blog_retour a:hover {background:#000;}


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

.contenu {position:relative;margin:0 auto 30px auto;overflow:hidden;}


.fiche_tag { 
	width:95%;
	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: 20px 0 1% 30px;
	overflow:hidden;
}
.fiche_tag a {color:inherit; text-decoration:none;}


.fiche_tag p {float:left;margin:-8px 0 14px 5px;font-size:0.9em;}
.fiche_tag p a {position:relative;display:table;padding: 5px 10px;background: #f4f4f4;color: #6e6e6e;text-decoration: none;transition: background 0.5s;border-radius: 0.4em;}
.fiche_tag p:hover a {background: #243746;color: #FFF;transition: background 0.5s;}


.fiche_tag p.fiche_tag_titre {font-size:0.9em;font-weight:bold;margin:-5px 5px 10px 0;}



/* LISTE DES ACTUALITES */

.result_search {margin:0 0 30px 0;}
.result_search .recherche {font-style: italic; font-weight: bold;}



div#entete_liste {width:100%;padding:5px;background:#7ea331;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.2em;display:table;margin:3px 0 0 0;}
div#entete_pagination {float:right;border-right:0; margin:3px 0 0 0;}

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



div#liste_article {
	position:relative;
	width:100%;	
}

div#liste_article .grid-sizer, div#liste_article .grid-item {
    width: 33.333333%;
}


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 10px auto;
	width:100%;
	display:table;
	padding:10px;
	background:#f8f8f8;
}
.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;
}
.news_titre {
	position:relative;
	width:100%;
	font-size:1em;
	margin:0;	
	padding:10px 2%;
	background:#363b44;
	color:#FFF;
	text-align:center;
}

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

.news_titre p {margin:0;}
.news_photo {
	margin: 0;
	width:100%;
	overflow:hidden;
}
.news_photo img {
	width:100%;
	-webkit-transition: all 1.5s ease; /* Safari et Chrome */
	-moz-transition: all 1.5s ease; /* Firefox */
	-ms-transition: all 1.5s ease; /* Internet Explorer 9 */
	-o-transition: all 1.5s ease; /* Opera */
	transition: all 1.5s ease;
}

article:hover .news_photo img {
	-webkit-transform:scale(1.10); /* Safari et Chrome */
	-moz-transform:scale(1.10); /* Firefox */
	-ms-transform:scale(1.10); /* Internet Explorer 9 */
	-o-transform:scale(1.10); /* Opera */
	transform:scale(1.10);
}
.news_bottom {
	width:100%;
	text-align:justify;
	font-size:1.05em;
	overflow:hidden;
}
.liste_contenu, .liste_contenu p {
	width:100%;
	font-size:0.85em;
}



.blog_tag { 
	width:100%;
	padding:0;
    margin: 10px auto 0 auto;
    font-size: 1em;
    font-style: italic;
}

.blog_tag_content {
	background-position:0 15px;
    overflow: hidden;
    padding: 10px 0 1% 0;
}
.blog_tag_content p {float:left;margin:2px 0 5px 5px;font-size:0.9em;}
.blog_tag_content p a {
	position:relative;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #969696;
	background: #f8f8f8;
	border-radius: 0.5em;
	padding: 3px 10px;
	border: 1px solid #bdbdbd;	
	/*display:table;padding: 5px 10px;background: #f4f4f4;color: #6e6e6e;text-decoration: none;transition: background 0.5s;border-radius: 0.4em;*/
}
.blog_tag_content p:hover a {color: #FFF;background: #bdbdbd;transition: background 0.5s;}




/** GAUCHE **/

div#gauche_content {
	position:relative;
	margin:0;
	width:95%;
	padding:10px 0 30px 0;
	font-size: 0.9em;
}

div#gauche_menu {
	position:relative;
	margin:0;
	padding:0 0 0 5%;
	width:100%;
}

.gauche_right_content {
	position:relative;
	margin:0;
	padding:0 0 0 5%;
	width:100%;
}

div#gauche_menu_title {display:none;width:100%;color:#666;font-size:1.2em;font-style:italic;margin:0 0 10px 0;}


div#gauche_menu a {display:block;color:inherit;text-decoration:none;}

.gauche_ssmenu:hover {text-decoration:none;color:#00a6ff;}

.gauche_niveau1 {
	display:none;
}

.gauche_niveau2 {
	position:relative;
	padding:3% 0;
	margin:0 0 15px 0;
	width:100%;
	color:#ff7800;
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../img/public/gauche_menu_sep.png) bottom center repeat-x;	
}


.gauche_niveau2:hover, .niveau2_actif {
	color:#4b9d34;
}


.gauche_niveau3 {
	position:relative;
	padding:3% 0 3% 10px;
	margin:0 0 5px 0;
	width:100%;
	font-size:1em;
	font-style:italic;
	/*color:#4b9d34;*/
	background:#f6f6f6 url(../img/public/gauche_menu_plus.png) center right no-repeat;
	border-radius: 0.3em;
}
.gauche_niveau3 a {padding:0 9% 0 0; width:100%;}

.gauche_niveau3:hover, .niveau3_actif {
	color:#FFF;
	background:#dd8a03 url(../img/public/gauche_menu_hover.png) center right no-repeat;
}


/****************************** RECHERCHE ACTUS ************************************/
div#gauche_recherche {
	margin:30px auto 0 auto;
	width:100%;
	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;}



@media screen and (max-width : 959px) {	
	
	div#content_left {width:100%;max-width:none;margin:0 0 15px 0;float:none;}
	div#content_right {width:100%;float:none;padding:0 0 30px 0;}	
	
}
@media screen and (max-width : 750px) {
	div#titre h1, div#titre p.titre_page {font-size: 1.6em; text-align:center;}
	
	div#liste_article .grid-sizer, div#liste_article .grid-item {
		width: 50%;
	}
	
}
@media screen and (max-width : 650px) {
	
	div#blog_retour {margin: 20px 0 0 0;}
	div#blog_retour a {padding: 5px 10px; font-size:0.9em;margin:-25px 0 0 0;}
	.contenu_date {margin: -20px 0 0 10px;}
}
@media screen and (max-width : 480px) {
	div#liste_article .grid-sizer, div#liste_article .grid-item {
		width: 100%;
	}
}
@media screen and (max-width : 400px) {
	.fiche_tag p.fiche_tag_titre {width:100%;}
}