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

}
/*********************************************************************************************************/
/* inférieur à 1800px */
/*********************************************************************************************************/
@media screen and (max-width : 1800px) {
	.new{
		width:50%;	
	}
}
/*********************************************************************************************************/
/* 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) {

div#gauche_recherche {
	margin:30px auto 0 auto;
	padding:2% 5%;
	overflow:hidden;
}
}
/*********************************************************************************************************/
/* inférieur à 800px */
/*********************************************************************************************************/

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

}

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

@media screen and (max-width : 600px) {
h2.liste_news_titre {
    font-size: 1.4em;
}
.news_titre { font-size: 1.2em;}
.faq_bottom {
	width:95.5%;
}
.faq_top {
	background-size:45px;
}
}

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

@media screen and (max-width : 480px) {
h2.liste_news_titre {
    font-size: 1.2em;
}
.news_titre { font-size: 1em;}
.news_photo {
	width:100%;
	height:200px;
	max-height:200px;
	float:none;
	max-width:100%;
	margin:0 0 10px 0;
}
.news_photo img {
	margin:0 0 0 0;
	width:100%;
	
}

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

@media screen and (max-width : 350px) {
.news_photo {
	width:100%;
	height:180px;
	max-height:180px;
	float:none;
	max-width:100%;
}

}