body /*style generale de la page*/
{
	width: 95%; /*largeur de la page*/
	margin-left: auto; /*page centrée à gauche*/
	margin-right: auto; /*page centrée à droite*/
	background: white; /*couleur fond d'ecran*/
	font-family: Arial,times, sans-serif; /*police*/
}


a
{
	color: rgb(0,0, 255);
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.logo
{
	position: absolute;
	top: 0px;
	left: 5%;
} 

#bande_laterale_g /*position bande coté*/
{
	width: 5%;
	height: 820px;
	position: absolute; /*position par rapport coin sup droit*/
	top: 0px; /*position / au haut de page tjs en positif */
	left: 0px; /*position / a la gauche de page tjs en positif */
	background: url("../images/deco_colonne.jpg") repeat-y; 
	background-attachment: scroll;
}
#bande_laterale_d  /*position bande coté*/
{
	width: 5%;
	height: 820px;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../images/deco_colonne2.jpg") repeat-y;
	background-attachment: scroll;
}
	
strong
{
	
	font-size: medium;
}




h4
{
	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%;	
}

											/*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: 20px;
   margin-bottom: 20px;
   padding: 5px;   /* La marge doit se faire au-dessus et non en-dessous maintenant */
   
}

table
{
	margin: auto;
	border: 4px outset gray;
	border-collapse: collapse;
	position: absolute; /*position par rapport coin sup droit*/
	top: 300px; /*position / au haut de page tjs en positif */
	left: 25%;
	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*/

.bouton
{
	position: absolute; /*position par rapport coin sup droit*/
	top: 730px; /*position / au haut de page tjs en positif */
	left: 33%;
	right: 20%;
	
}

.disquette
{
	position: absolute;
	left: 25%;
	margin-top: 25px;
	padding-bottom: 15px;
	cursor: pointer;
}

.texte_tableau
{
	position: absolute;
	top: 675px;
	left: 26%;
	right: 25%;
	font-family: Arial,times, sans-serif;
	font-size: small;
}