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

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

.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;
	margin: auto;
	width: 70%;
	left: 15%;
	text-align: justify;
}
strong
{
	font-family: Comic Sans MS;
	font-size: small;
}



.lien_gauche
{
position: absolute;
left: 0%;
font-weight: bold;
color:red;
font-style: italic;
}

em
{
	font-size: 15px;
}
