/****************************** FILTRES ********************************************/
div#filtre_content {
	margin:0;
}
/****************************** RECHERCHE ACTUS ************************************/
div#gauche_recherche {
	margin:1px auto 0 auto;
	width:100%;
	overflow:hidden;
	color:#313335;
	font-style: italic;
}
div#gauche_recherche .search_input{
	margin:0 auto;
	width:90%;
	margin-bottom:15px;
}
p.search_titre {
	font-size:18pt;
	text-align:center;
	margin:0 0 5px 0;
	padding:8px 0;
	
}
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:53px;
	/*margin-left:2px;*/
	float:right;
	background:url(../img/public/gauche_search_btn.png) center no-repeat;
	border: 0 none;
	cursor:pointer;
	padding:0;
}

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 {
	color:inherit;
	font-weight:bold;
	
}

/***************************** 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:#FFF;
	transition:background 500ms ease;
	-moz-transition:background 500ms ease;
	-webkit-transition:background 500ms ease;
	-o-transition:background 500ms ease;
	cursor:pointer;
}
div#liste_article .news_content:hover{
	background:#f8f8f8;	
}
div#liste_article .news_content:hover .gris_clair{
	color:#111;
}
div#liste_article .news_content:hover .news_titre, div#liste_article .news_content:hover .liste_contenu.couleur{
	color:#111;
}
.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:#333333;
	border-bottom:4px solid #524e3f;
	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;
}
.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 25px 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:#524e3f; text-decoration:underline;}


/************* 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:#524e3f; text-decoration:underline;}



.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 */

/*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;
	
	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:#524e3f;
	width:100%;
	text-align:left;
	font-size:19pt;
	font-weight:bold;
	margin-top:10px;
	
}
.new a{	
	color:inherit;
	text-decoration:none;
}
.link_new a:hover{	
	text-decoration:underline;
}
/*liens articles*/
div#liens_articles{
	position:relative;
	overflow:hidden;
	width:96%;
	max-width:1500px;
	margin:20px auto;
}
div#liens_articles h2{
	font-size:30px;
	color:#524e3f;
	margin-left:50px;
	text-transform:uppercase;
}
div#liens_articles h2 strong{
	font-size:40px;
}
.float_left{
	float:left;
}
div#middle{
	position:relative;
	padding-top:100px;
}
div#middle_content{
	position:relative;
	width:98%;
	max-width:1600px;
	margin:0 auto;
	display:table;
}
div#gauche{
	position:relative;
	padding: 0 0 30px 0;
	float:left;
	width:27%;
	margin-top:0px;
	margin-right:2%;
}
div#ariane{
	position:relative;
	height:auto;
	line-height:20px;
	text-align:right;
	padding-right:15%;
	color:#212121;
	box-sizing:border-box;
	width:100%;
	padding-top:10px;
	padding-bottom:15px;
}
div#ariane a{
	color:inherit;
	text-decoration:none;
	transition-duration: 500ms;
}
div#ariane .couleur{
	font-weight:bold;
}
div#ariane a:hover{
	color:rgb(194,87,29);
}

div#fin_gauche{
	position:relative;
	width:100%;
	height:50px;
}


div#titre_contenu h1{
	margin-bottom:25px;
}
div#droite{
	position:relative;
	float:right;
	width:71%;
}
/* ENCART CONTACT */

div#gauche_encart_contact {
	width:100%;
	margin:1px auto 0 auto;
	color:#FFF;
	/*max-height:215px;*/
}

div#gauche_encart_contact .entree_titre {
	min-height:inherit;
	font-size: 20pt;
    font-weight: normal;
    text-transform: uppercase;
	/*background:RGBA(227,6,19,1);*/
	text-align:center;
	padding:10px 0;
}
div#gauche_encart_entree a, div#gauche_encart_contact a {
	color:inherit;
	text-decoration:none;
}

p.gauche_telephone {
	position:relative;
	font-size:1.5em;
	font-weight:bold;
	background:url(../img/public/top_picto_tel_blanc.png) center left no-repeat;
	text-indent:47px;
	/*background-size:16%;*/
	margin-bottom:8px;
	margin-top:2px;
	padding:0;
	/*float:left;
	width:50%;*/
}
.entree_lien{
	/*background:RGBA(227,6,19,1);*/
    color: #FFF;
    padding: 10px 3% 15px 8%;
}
p.gauche_mail {
	position:relative;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	background:url(../img/public/top_picto_mail.png) center left no-repeat;
	text-indent:47px;
	width:100%;
	display:table;
}

div#droite_content h1{
    position: relative;
	color:#333333;
}
div#gauche h2{
	text-align:center;
	font-size:30pt;
	/*background:RGBA(227,6,19,1);*/
	margin:0px auto 0 auto;
	background-position: center center;
	font-weight:normal;
	color:#FFF;
	padding:10px 0;
}
div#gauche_content {
	position:relative;
	margin:0 auto;
	padding:20px 2%;
	background:#9e0e09;
}

div#gauche_menu {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
div#gauche_menu a {
	/*display:block;*/
	color:inherit;
	text-decoration:none;
}

.gauche_ssmenu {
	padding: 8px 0;
	cursor:pointer;
}

.gauche_niveau1 {
	
}

.gauche_niveau2 {
	font-size:15pt;
	font-weight:normal;
	/*text-transform:uppercase;*/
}
div#gauche_menu  a{
	color:#FFF !important;
}
.gauche_niveau3 {
	position:relative;
	padding:1% 0 1% 10px;
	margin:0 10px;
	width:90%;

	font-size:16px;
}
.gauche_niveau4 {
    position: relative;
    padding: 1% 0 1% 20px;
    margin: 0 10px;
    width: 90%;
    font-size: 14px;
	text-transform: inherit;
}

.gauche_niveau3:hover, .niveau3_actif {
	color:#FFF;

}

.btn {
	
	margin: 2px 0 1px 0;
	/*text-transform: uppercase;*/
	background: none;
	font-weight: bold;
	position: relative;
	transition:color 0.25s ease;
	width:96%;
	padding-left:20px;
}
.btn p{
	
	/*white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
	height:30px;*/
}
.btn .gauche_ssmenu:hover, .btn .gauche_ssmenu:hover::after {
 	color:white !important;
	text-decoration:none !important;
}

.btn::after {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #9e0e09;
	transform-origin:left;
	transition:width 0.25s ease;
	z-index:-1;
}

.btn:hover::after {
	width: 100%;
}

.fleche::before{
	position: absolute;
	content: "";
	font-size: 0;
	line-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width:3px;
	background:#FFF;
}
.btn .fleche::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 1px;
	margin-top: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #FFF;
	border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}
.gauche_ssmenu.gauche_niveau2.niveau2_actif{
	color:#FFF;

}
strong{
	font-weight:bold;
}

/*Couleurs*/
h2.bloc_titre.rouge_clair{color:RGBA(227,6,19,1);/*color:#909090;*/}
h3.bloc_sstitre.laterite{color:#9e0e09;}
h3.bloc_sstitre.gris{color:#353535;}
span.rouge_clair{color:RGBA(227,6,19,1);}
span.laterite{color:#9e0e09;}
span.gris{color:#353535;}
h2.bloc_titre {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
}
h3.bloc_sstitre {
	margin:0;
	padding:0 0 2px 0;
	font-size:1.3em;
	font-weight:bold;
}

.cg_bleu {color:RGBA(227,6,19,1);}
.cg_orange {color:#9e0e09;}

.encart ul {
	margin:0 0 15px 0;
	padding:0;
}
.encart ul ul, .encart ul li ul {
	margin:0 0 0 24px;
	padding:0;
}
body .encart li {
	position:relative;
	padding: 0 0 5px 0px;
	margin:0 0 0 15px;
	list-style:square !important;
	line-height:23px;
}
.encart li ul li, .encart li li, .encart ul ul li {
	background:url(../img/public/puce_li.png) top left no-repeat;
	text-indent: 18px;
	padding: 5px 0;
	list-style:none;
	overflow:hidden;
}

.encart li p, .encart li ul li p {
	margin:0;
	padding:0;
}
table.contenu li p {
	margin:0;
	padding:0;
}
.encart-contenu table {
	border:none;
	/*border-top:1px solid #00a6ff;	
	border-right:1px solid #00a6ff;*/
	padding:0; margin:0;
	/*width:98%;*/
	text-align:left;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	-o-hyphens: auto;
  	hyphens: auto;
	word-wrap: break-word;
	table-layout: fixed;
	
}
.encart-contenu table td {
	/*border:none;
	border-bottom:1px solid #00a6ff;	
	border-left:1px solid #00a6ff;*/
	border:1px solid #ebebeb;
	padding:3px; margin:0;
}
.encart-photo {
	position:relative;
	float:left;
	z-index:97;
}
figure {
	display:inline-block;
	margin:0; padding:0;
	position:relative;
}
figcaption {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 0.9rem;
    max-width: 70%;
    padding: 0.33333rem 0.66667rem;
    position: absolute;
	left:4px;
    z-index: 10;
	text-align:left;
}


.img_galerie_25 figcaption {
	
    font-size: 0.7rem;
}
.photo-left {
	float:left;
	margin:0 20px 0 0;
}
.photo-right {
	float:right;
	margin:0 10px 0 20px;
}

div#global .photo-left img, div#global .photo-right img {
	max-width:450px;
}

div#global .photo_right_50, div#global .photo_left_50 {	
	width:50%;
	margin:0;		
}
div#global .photo_right_50 img, div#global .photo_left_50 img {	
	max-width:100%;
}
div#global .photo_right_50 { margin:0 0 0 20px;}
div#global .photo_left_50 { margin:0 20px 0 0;}

div#titre {	
	color:#414141;	
}
.encart {
	position:relative;
	/*margin:20px 0 20px 0;*/
	margin:0 0 20px 0;
}
.encart-texte {
	position:relative;
	color:#414141;
	margin:0;
	/*margin:0 10px 0 0;*/
	/*overflow:hidden;*/
}
.encart-titre {
	position:relative;
	font-size:1em;
	margin:0 0 10px 0;
	/*font-weight:bold;*/
}
.encart-contenu {
	position:relative;
	text-align:justify;
	font-size:1.1em;
	line-height:1.5em;
}
.encart-contenu a { 
	color: inherit;
    text-decoration: none;
}
.encart-contenu a:hover { 
    text-decoration: underline;
}
.encart-contenu h1 {
	margin:0;
	padding:0;	
}
.encart-contenu h2.sstitre_rouge, .encart-contenu h2.sstitre_gris { margin:15px 0; padding:0; font-size:1.2em;}
.encart-contenu p{
	margin:10px 0 10px 0;
}
.galerie {
	width:100%;
	overflow:hidden;
}
.deux_photos {
	width:48%;
	text-align:center;
	margin: 0 1%;
}
.photo-galerie {
	/*margin:10px 20px 10px 0;*/
	margin:10px 2.5% 10px 0;
}



div#global .img_galerie_100 img, div#global .img_galerie_50 img, div#global .img_galerie_33 img, div#global .img_galerie_25 img {
	max-width:98%;
	/*width:auto;*/
}
div#global .img_galerie_25 img {
	max-height:150px;	
}

.galerie .img_galerie_100 {
	width:98%;
	margin:10px 1%;
	text-align:center;
}
.galerie .img_galerie_50 {
	width:48%;
	text-align:center;
	margin:10px 1% 10px 1%;
}
.galerie .img_galerie_33 {
	width:31%;
	text-align:center;
	margin:10px 1%;
}
.galerie .img_galerie_25 {
	width:22.5%;
	text-align:center;
	max-width:200px;
	height:150px;
	margin:0 1.25% 20px 1.25%;
}



.width1000 {
	width:1000px;
	text-align:center;
}
.bord_gris {
	/*padding:3px;
	border:1px solid #CCC;*/
}
.display_none {
	display:none;
}

/************ DOCUMENTS ************/
.document {
	/*padding:10px;
	border:1px solid #999999;
	background: #efefef;*/
	overflow:hidden;
	width:100%;
	padding:5px 0;
}
/*p.picto_doc a, p.picto_lien a { text-decoration:none; display:block;}

p.picto_doc:hover, p.picto_lien:hover { text-decoration:underline;}*/

p.picto_doc {	
	font-size:0.9em;
	font-style:italic;
	text-transform:uppercase;	
	margin: 0; padding:0;
}
a.picto_doc_a {
	float:left;
	padding:12px 20px 12px 35px;
	margin: 0 5px 10px 5px;
	background:#f6f6f6 url(../img/public/picto_doc.png) center left no-repeat;
	color:#0d284e;
	text-decoration:none;
}
a.picto_doc_a:hover {
	background:#1160a2 url(../img/public/picto_doc_hover.png) center left no-repeat;
	color:#FFF;
}

.picto_doc_plus {
	font-style:italic;
	font-size:0.8em;
}
/************* VIDEOS **************/
.video_titre {
	padding:10px 0;
	text-align:center;
	font-size:1.3em;
	font-style:italic;
}
.video_player {
	text-align:center;
}

.video_player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video_player iframe,
.video_player object,
.video_player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_content {
	width: 722px;
	margin:0 auto;
	max-width: 100%;
}
div#pag-1, div#pag-2 {
	text-align:center;
	margin:0 auto; padding:5px 0;
	font-size:0.8em;
	width:100%;
	/*height:30px;*/
	line-height:30px;
	padding:5px 0;
}
div#pag-1 a, div#pag-2 a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #d5d5d5;
	text-decoration: none;
	color: #524e3f;
}
div#pag-1 a:hover, div#pag-2 a:hover {
	border: 1px solid #524e3f;
	background-color: #524e3f;
	color: #FFF;
}
div#pag-1 span.active, div#pag-2 span.active {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #524e3f;
	font-weight: bold;
	background-color: #524e3f;
	color: #FFF;
}
div#pag-1 span.inactive, div#pag-2 span.inactive {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #EEE;
}
div#pag-1 span.trois-points, div#pag-2 span.trois-points {
	/*padding: 2px 5px 2px 5px;
	margin: 2px;*/
	font-weight: bold;
	color: #FFF;
}
.prev, .prev_inactive, .next, .next_inactive {
	width:14px;
	height:18px;
	padding:5px;
}
div#pag-1 .prev a, div#pag-1 .next a, div#pag-2 .prev a, div#pag-2 .next a {
	width:14px;
	height:18px;
	padding:5px;
	border:0px;
}
div#pag-1 .prev a:hover, div#pag-1 .next a:hover, div#pag-2 .prev a:hover, div#pag-2 .next a:hover {
	background-color:transparent;
}

.prev {
	background:url(../img/public/pagination_prev.png) top no-repeat;
}
.prev_inactive {
	background:url(../img/public/pagination_prev_off.png) top no-repeat;
	margin:0 7px 0 5px;
}
.next {
	background:url(../img/public/pagination_next.png) top no-repeat;
}
.next_inactive {
	background:url(../img/public/pagination_next_off.png) top no-repeat;
	margin:0 5px 0 7px;
}
/*
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0;
text-align:center
}
 
.pagination a {
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
}
 
.pagination a:hover {
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
}
 
.pagination span.inactive {
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}
 
.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}
*/
/*********************************************************************************************************/
/* inférieur à 1920px */
/*********************************************************************************************************/
@media screen and (max-width : 1919px) {



}
/*********************************************************************************************************/
/* inférieur à 1800px */
/*********************************************************************************************************/
@media screen and (max-width : 1800px) {


}
/*********************************************************************************************************/
/* inférieur à 1700px */
/*********************************************************************************************************/
@media screen and (max-width : 1750px) {



}

/*********************************************************************************************************/
/* inférieur à 1550px */
/*********************************************************************************************************/
@media screen and (max-width : 1650px) {

	
}

/*********************************************************************************************************/
/* inférieur à 1280px */
/*********************************************************************************************************/
@media screen and (max-width : 1280px) {


	
}
/*********************************************************************************************************/
/* inférieur à 1070px */
/*********************************************************************************************************/
@media screen and (max-width : 1090px) {

	
}
/*********************************************************************************************************/
/* inférieur à 959px */
/*********************************************************************************************************/
@media screen and (max-width : 959px) {

	.encart {margin:0 0 5px 0;}
	
}

@media screen and (max-width : 800px) {
	.galerie .img_galerie_25 {height:100px;}
}

/*********************************************************************************************************/
/* inférieur à 650px */
/*********************************************************************************************************/

@media screen and (max-width : 650px) {

}
/*********************************************************************************************************/
/* inférieur à 480px */
/*********************************************************************************************************/

@media screen and (max-width : 480px) {
	
	.galerie .img_galerie_33, .galerie .img_galerie_25, .img_left_right {
		width:47.5%;
		margin:10px 2.5% 10px 0;
		height:150px;
	}
	
	
	div#global .photo_right_50, div#global .photo_left_50 {width:100%;float:none;margin:0 0 20px 0;}
	
	
	div#global .img_galerie_33 img {
		max-height:100%;
		/*width:100%;*/
		/*height:100%;*/
	}
	
	.galerie .img_galerie_33 {		
		height:100%;
		max-width:100%;
		margin:0 0 10px 0;
	}
	
	.galerie .img_galerie_33, .galerie .img_galerie_50 {
		width: 100%;
		margin:0 0 10px 0;
	}
	.photo-left {
		float:none;
		margin:0 0 20px 0;
		text-align:center;
	}
	.photo-right {
		float:none;
		margin:0 0 20px 0;
		text-align:center;
	}
	
	.galerie .img_galerie_25 {
		float:left;
	}
	
}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 390px) {
	
	.galerie .img_galerie_25 {
		width: 97%;
		max-width:none;
	}
	.galerie .img_galerie_25 img {
		text-align:center;
	}
	
}


/*********************************************************************************************************/
/* inférieur à 1800px */
/*********************************************************************************************************/
@media screen and (max-width : 1800px) {
	div#middle {
		padding-top: 160px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1550px */
/*********************************************************************************************************/
@media screen and (max-width : 1550px) {
	div#middle {
		padding-top: 130px;
	}
}
/*********************************************************************************************************/
/* inférieur à 1400px */
/*********************************************************************************************************/
@media screen and (max-width : 1400px) {
	div#gauche{
		width:38%;
	}
	div#droite{
		width:60%;
	}
	div#ariane {
		padding-right: 3%;
	}
}
/*********************************************************************************************************/
/* inférieur à 1280px */
/*********************************************************************************************************/
@media screen and (max-width : 1280px) {
	div#middle {
		padding-top: 110px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1150px */
/*********************************************************************************************************/
@media screen and (max-width : 1150px) {
	div#middle {
		padding-top: 60px;
	}
}

/*********************************************************************************************************/
/* inférieur à 1070px */
/*********************************************************************************************************/
@media screen and (max-width : 1090px) {

}

/*********************************************************************************************************/
/* inférieur à 959px */
/*********************************************************************************************************/
@media screen and (max-width : 959px) {
	div#droite, div#gauche{
		width:100%;
		float:none;
		max-width:100%;
	}
	.encart{
		width:96%;
		margin:0 auto;
	}
	div#fin_gauche {
		display:none;
	}
}
/*********************************************************************************************************/
/* inférieur à 900px */
/*********************************************************************************************************/
@media screen and (max-width : 900px) {

}
/*********************************************************************************************************/
/* inférieur à 600px */
/*********************************************************************************************************/

@media screen and (max-width : 600px) {

}

/*********************************************************************************************************/
/* inférieur à 480px */
/*********************************************************************************************************/

@media screen and (max-width : 480px) {


}
/*********************************************************************************************************/
/* inférieur à 350px */
/*********************************************************************************************************/

@media screen and (max-width : 350px) {
	.entree_desc{
		padding-bottom:15px;
	}
	.entree_lien {
		padding: 0;
	}
}