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

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

.logo_france
{
	position: absolute;
	top: 10px;
	left: 3%;
} 
	
strong
{
	font-size: medium;
}

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: 0 auto;
	width: 70%;
	left: 15%;	
}
											/*position tableau*/
caption
{
   caption-side: top; /* Le titre sera placé en haut du tableau  */
   margin: auto;
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.3em;
   color: #009900;
   margin-top: 10px;
   margin-bottom: 20px;
   padding: 5px;   /* La marge doit se faire au-dessus et non en-dessous maintenant */
   
}

table
{
	width: 650px;
	margin: 0 auto;
	border: 4px outset gray;
	border-collapse: collapse;
	margin-bottom: 50px;
}

th
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   text-align: center;
   padding-bottom: 10px;
}

td
{
   height: 25px; /* J'agrandis la hauteur des cellules pour que l'on puisse voir l'alignement vertical */
   vertical-align: middle; /* Alignement vertical, le contenu des cellules sera placé en bas */
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center;
   padding: 5px;
   padding-bottom: 10px;
}
											/*fin position tableau*/
.texte_fond
{
	margin-left:25%;
	margin-right: 0%;
}
.bouton
{
	margin-left:25%;
}
