body /*style generale de la page*/
{
	background: white; /*couleur fond d'ecran*/
	font-family: Arial,times, sans-serif; /*police*/
}	

#contenu_global
{ 
		position: relative; 
		width: 920px;
		height: 2360px;
		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, 255);
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.logo_france
{
	position: absolute;
	top: 10px;
	left: 3%;
}

h1
{
	font-size: large;
	font-family: Comic Sans MS;
	position: absolute;
	top: 200px;
	left: 15%;
}
p
{
	font-size: small;
	position: absolute;
	top: 250px;
	text-align: justify;
	margin: auto;
	width: 70%;
	left: 15%;
	
}
.paragraphe_1
{
	font-size: small;
	position: absolute;
	top: 460px;
	text-align: justify;
	margin: auto;
	width: 70%;
	left: 15%;
	
}
.img
{
	margin-top: 20px;
	margin-bottom: 20px;
}
