/* +--------------------------------------------------------------------------+
// 2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: zonepageo_a.css,v 1.2 2016/01/29 16:39:32 ccraig Exp $ */

/*------------------------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	background-color: #fff;
}

#intro {

}

#main {
	width: auto;
	box-sizing: border-box;
	width:71%;
	float: left;
}

#bandeau {
	width: 29%;
	max-width: 341px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
	position: relative;
	clear: both;
}

#bandeau_2 {
}
#footer {
    clear: both;
}

/*------------------------------------------------------------------------------------------*/
/*-------------------------------------------------1200-------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 980px) {
	#container {
		max-width: 100% !important;
	}

	#main {
	}

	#bandeau {
	}
}
/*------------------------------------------------------------------------------------------*/
/*-------------------------------------------------980-------------------------------------*/
/*------------------------------------------------------------------------------------------*/

@media screen and (max-width: 980px) {
	#container {
		width: 100%!important;
		position: static;
	}

	#main {
		float: none;
		width: auto;
		margin: 0 auto;
	}

	#bandeau {
		float: none;
		max-width: none;
		overflow: visible;
		position: static;
	}
}




/*------------------------------------------------------------------------------------------*/
/*-------------------------------------------------768-------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) and (min-width: 600px){
	#container {
		height: auto;
		overflow-x: hidden;
	}

	#bandeau {
		display: block;
	}
}
/*------------------------------------------------------------------------------------------*/
/*-------------------------------------------------600-------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#container {
		max-width: 100%;
		height: auto;

		overflow-x: hidden;
}

	#bandeau {
		display: block;
	}
}
/*------------------------------------------------------------------------------------------*/
/*-------------------------------------------------400 -------------------------------------*/
/*------------------------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {
	#container {
		width: 100%;
		height: auto;
	}

	#bandeau, #main, .SliderNot, .listNotAccueil, .img_listeNotice, .widget, .blocFooter  {
		display: block;
		width: 100%;
	}

	#intro .nav > li {
		display: block;
		float: none !important;
	}


}
