@charset "utf-8";
/* CSS Document */
@media (max-width: 767px) {

	/*Page Contact*/

	.contact input, .contact textarea
	{
		width: 210px;
	}

	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner
	{
    	max-height: 233px !important;
	}

	#titre_g
	{
		font-size: 22px;
		padding-top: 0;
	}

	img.gauche
	{
		float: none !important;
		display: block !important;
		margin: auto !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}


#contenu #droite ul li
{
	text-align: center !important;
	background-image:none !important;
	padding-left: 0px;
	font-size:18px;
}
.paragraphe img.gauche,.paragraphe img.droite
{
	float:none !important;
	width:auto;
}

}