/****************************** FILTRES ********************************************/
div#filtre_content {
	margin:0;
}
/****************************** RECHERCHE ACTUS ************************************/
div#gauche_recherche {
	margin:1px auto 0 auto;
	width:100%;
	overflow:hidden;
	background:#778085;
}
div#gauche_recherche .search_input{
	margin:0 auto;
	width:90%;
	margin-bottom:15px;
}
p.search_titre {
	font-size:20pt;
	text-align:center;
	margin:0 0 5px 0;
	padding:8px 0;
	font-family:'Teko';
}
p.search_titre.couleur_claire {
	color:#FFF;
}
.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: 0.9em;
	width:84%;
	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:#FFF;
	text-align:center;
	margin:0 auto 5px auto;
}
.delete_search a {text-decoration:none; color:#333;}

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



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

/* A LA UNE */
.news_une_content {
	position:relative;
	width:96%;
	padding:2%;
	margin:10px 0;
	background:#019edf url(../img/public/news_une_bg.jpg) center repeat-x;
}
.liste_news_une_date {
	color:#019edf;
	background:#FFF;
	border-bottom:4px solid #085273;
	float:left;
	margin:0 2% 0 0;
	width:18%;
	max-width:70px;
	min-width:70px;
}
.news_une_cadre {
	border-top:1px solid #61ceff;	
	border-bottom:1px solid #085273;
	padding:15px 0;
}
.news_une_first {
	border-top:none;
	padding:0 0 15px 0;	
}
.news_une_last {
	border-bottom:none;	
	padding:15px 0 0 0;
}
	
.couleur{
	color:#333333;
}
.news_une_content a { text-decoration:none; display:block;}


/* LISTE DES ACTUALITES */
div#liste_article {
	position:relative;
	width:100%;	
}

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

div#liste_article .news_content {		
	margin:20px auto;
	width:96%;
	overflow:hidden;
	padding:2%;
	background:#f8f8f8;
}
div#liste_article .news_content:hover{
	background:#333333;	
}
div#liste_article .news_content:hover .gris_clair{
	color:#FFF;
}
div#liste_article .news_content:hover .news_titre, div#liste_article .news_content:hover .liste_contenu.couleur{
	color:#FFF;
}
.news_content a { text-decoration:none; display:block;}
.news_top {
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	overflow:hidden;
}
.liste_news_date {
	color:#FFF;
	background:#333333;
	border-bottom:4px solid #cc0000;
	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;
	font-family:arial;
}
p.news_date_mois {
	font-size:0.8em;
	text-transform:uppercase;
	text-align:center;
	height:19px;
	margin:0;
	padding:0;
	font-family:arial;
}

.news_titre {
	position:relative;
	width:80%;
	font-size:140%;	
	padding:0;
	margin:0;
	float:left;
}
.news_titre p {margin:0;}
.news_photo {
	float:left;
	margin: 0 15px 0 0;
	height:100%;
	max-height:150px;
	max-width:40%;
	overflow:hidden;
	border:1px solid #f39100;
}
.news_photo img {
	margin:-15% 0 0 0;
}
.news_bottom {
	width:100%;
	text-align:justify;
	font-size:0.9em;
	overflow:hidden;
}
.liste_contenu, .liste_contenu p {
	width:100%;
}


/*********** 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: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;
}
.blog_date a, .blog_tag a {color:inherit; text-decoration:none;}

.blog_tag p.tag_titre {font-size:1.2em;font-weight:bold;margin:-5px 0 10px 0;}
.blog_tag p { margin:0 10px 0 0;}
.blog_tag p:hover {color:#bc1c27; text-decoration:underlined;}


/************* FAQ LISTE ***************/

.faq_content {		
	margin:20px auto;
	width:100%;
	overflow:hidden;
	padding:2% 0;
	background:#f8f8f8;
}
.faq_content a { text-decoration:none; color:inherit; display:block;}
.faq_top {
	position:relative;
	width:96%;
	padding:0 2%;
	height:auto;
	margin:0 0 20px 0;
	overflow:hidden;
	background:url(../img/public/faq_quote_left.png) top left no-repeat;
}
.news_auteur {
	font-size:1em;
	width:93%;
	margin:0 0 5px 7%;
}
.faq_top .news_titre {
	width:93%;
	font-size:1.1em;
	font-style:italic;
	margin:0 0 0 7%;
	background:url(../img/public/faq_quote_right.png) right bottom no-repeat;
}
.faq_top .news_titre:hover {color:#333333;}
.faq_bottom {
	width:95.75%;
	padding:15px 2% 2% 2%;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	background:#FFF url(../img/public/faq_top_reponse.png) top left no-repeat;
}
.faq_tag {
	width:96%;
	padding:0 2%;
    margin: -2px auto 0 auto;
    font-size: 0.8em;
    font-style: italic;
}
.faq_tag_content {
    border-top: 2px solid #ccc;
	background:url(../img/public/blog_picto_tag.png) top left no-repeat;
	background-position:0 15px;
    overflow: hidden;
    padding: 10px 0 1% 30px;
}
.blog_date a, .blog_tag a {color:inherit; text-decoration:none;}

.faq_tag p { margin:5px 10px 0 0;}
.faq_tag p:hover {color:#bc1c27; text-decoration:underlined;}



.faq_fiche_top {
	position:relative;
	width:96%;
	padding:2%;
	height:auto;
	margin:0 0 20px 0;
	overflow:hidden;
	background:#f8f8f8 url(../img/public/faq_quote_left.png) top left no-repeat;
}
.faq_fiche_top p {
	margin:0; padding:0;
}
.faq_fiche_top div#titre_contenu {
	background:url(../img/public/faq_quote_right.png) right bottom no-repeat;
}

/*DEPOSER QUESTION */

div#droite_content h1 {
	background-image:none;
}
/*Gestion des news supp - suggestions de bas de page*/
.new{
	position:relative;
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:1%;
	margin:0 0 30px 0;
}
.img_new{
	min-height:150px;
}
.new img{
	width:100%;
}
.title_new{	
	color:#272829;
	width:100%;
	text-align:center;
	font-size:19pt;
	font-family:'Teko';
	line-height:30px;
}
.title_new a:hover{	
	text-decoration:underline;
}
.date_new{	
	color:#b0b0b0;
	width:100%;
	text-align:center;
}
.content_new{
	font-size:15px;
	text-align:justify;
	color:#7e7f7f;
	line-height:20px;
	margin-top:8px;
}
.link_new{	
	color:#bc1c27;
	width:100%;
	text-align:left;
	font-size:19pt;
	font-weight:bold;
	margin-top:10px;
	font-family:'Teko';
}
.new a{	
	color:inherit;
	text-decoration:none;
}
.link_new a:hover{	
	text-decoration:underline;
}