@media (max-width: 1340px) {

}

/*********************************************************************************************************/
/* inférieur à 1280px */
/*********************************************************************************************************/
@media screen and (max-width : 1280px) {
div#gauche_encart_contact .entree_titre, div#gauche_contact .gauche_titre {
	font-size: 1em;
}
.coord_texte {
	font-size: 0.9em;
}
.coord_tel {
	font-size:1.2em;	
}
}
/*********************************************************************************************************/
/* inférieur à 1070px */
/*********************************************************************************************************/
@media screen and (max-width : 1090px) {
div#gauche_encart_contact .entree_titre, div#gauche_contact .gauche_titre {
	font-size: 0.9em;
}
.coord_texte {
	font-size: 0.8em;
}
.coord_tel {
	font-size:1em;	
}
div#gauche_encart_contact .entree_desc {
	font-size: 0.9em;
}
div#gauche_encart_contact .entree_lien {
	font-size: 0.9em;
}


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

div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
	font-size: 1.2em;
}

div#droite, div#gauche{
	width:100%;
	float:none;
	max-width:100%;
	clear:left;
}

div#gauche_content, div#gauche_contact {
	float:left;
	width:48%;
	margin:1% auto;

}
div#gauche_menu {padding:0;}
.gauche_niveau1 {display:block; width:90%; margin:0 auto 20px auto;padding:10px 0 10px 2%;font-size: 1.1em;background:#f4f4f4;}

}
/*********************************************************************************************************/
/*WALL*/
/*********************************************************************************************************/

@media (max-width: 1000px) {

}
@media (max-width: 959px) {


}
@media (max-width: 600px) {
	div#gauche_content, div#gauche_contact {
		float:none;
		width:98%;
		margin:1%;
	
	}
}
@media (max-width: 480px) {


}