/* Large desktop */
@media (min-width: 1200px) {}
@media (max-width: 1199px) and (min-width: 980px) {
	.row-fluid {
		width: 100%;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	div.lieux
	{
		text-align: center;
	}
	div.paragraphe{
		border-color: #444444;
	}
	div#nav-top{
		margin-top: 50px;
	}
	#infobulle{
		width: 150px;
	}
	#fbsocial{
		position: absolute;
		right: 20px;
		top: 8px;
	}
	#home{
		position: absolute;
		right: 42px;
		top: 8px;
	}
	header h1{
		margin-top: 8px;
	}
	h3
	{
		font-size: 16px;
	}
	h4
	{
		font-size: 14px;
	}
	.contenu{
		text-align: center;
	}
	.contenu.alignleft{
		text-align: left;
	}
	article h1{
		font-size: 15px;
	}
	div.contenu{
		padding-top: 0px;
	}
	div.ssmenu{margin-bottom: 45px;}
	div.logo h1 a{
		font-size: 30px;
	}
	div.dateheader{
		text-align: left;
	}




}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.container-fluid{
		min-width: 200px;
	}

}