@charset "utf-8";
/* CSS Document */


#header{
	z-index:2000;
}

#footer{
	z-index:1999;
}

div.f0{
		width:100%;
		margin:0 auto;
}

#container{
	position:absolute;
	width:100%;
	height:55%;
	top:380px;
	margin:0 auto;
}

/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) {

#container{
	top:380px;
	width:100%;
	height:60%;
}

}

/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 769px) {

#container{
	top:175px;
	height:70%;
	width:100%;
}


}
