/*********************************************************************************************************/
/* inférieur à 1280px */
/*********************************************************************************************************/
@media screen and (max-width : 1280px) {
div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
	font-size: 1.5em;
}

}
/*********************************************************************************************************/
/* inférieur à 1070px */
/*********************************************************************************************************/
@media screen and (max-width : 1090px) {
	div#gauche_encart_contact .entree_titre, div#gauche_content .gauche_titre {
		font-size: 1.3em;
	}
	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;
		display:table;
		max-width:100%;
	}
}
/*********************************************************************************************************/
/* 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) {


}