body /*style generale de la page*/
{
	background-position: 0px ;
	font-family: Arial,times, sans-serif; /*police*/
}

#contenu_global
{ 
	position: relative; 
	width: 920px;
	height: 670px;
	margin: 50px auto;
	margin-top: 25px;  /*valeur à ajouter pour ne pas avoir de marge de 50 px en haut, reste les 20px de l'ombre */
	margin-bottom: 0px; /*=============idem mais en bas=============*/
	padding: 20px; 
	background:	white; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
}
/*==================================reglages img background===============================*/

img.img_background {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1680px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
	@media screen and (max-width: 1680px)
{
	img.img_background
	{
		left: 50%;
		margin-left: -840px; 
	}
}
/*==================================fin reglages img background===============================*/

a
{
	color: rgb(0,0,0);
	text-decoration: none;
	margin-bottom: 30px;
}
a:hover
{
	text-decoration: underline;
}
.logo_france
{
	position: absolute;
	top: 10px;
	left: 3%;
}

h1 
{
	position: absolute;
	top: 200px ; /*sera retenu par firefox*/
	left: 15%;
	font-family: Comic Sans MS;
	font-size: large;
}

p								
{
	font-size: small;
	position: absolute;
	top: 250px;
	margin: auto;
	width: 70%;
	left: 15%;
}

.img_statut
{
	position: relative;
	left: 44%;
	padding-bottom: 20px;
}

.milieu
{
margin-left: 30%;

}
