body
{
   width: 100%;
   height: 100%;
   margin: auto; /* Pour centrer notre page */
   background-color: rgb(158, 153, 175);
   background-image: url("images/fondphotos5.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   margin-top: 1px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Idem pour le bas du navigateur */
}

h2
{
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 1.2em;
}

p
{
	text-align: center;
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Verdana, Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

tr /* Les cellules normales */
{
   border-top: 2px solid black;
}

td /* Les cellules normales */
{
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 0px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}


a img
 {
  border: 3px solid black;
 }
 
a img:hover
 {
  border: 3px solid blue;
 }
 
 a:visited
{
	color: navy;
	}
	
a:hover
{
	color: red;
	}
	
a:active
{
	background-color: white;
	}
	
a
{
	text-decoration:none;
	}

.bascentre
{
   width: 50%;
   border-top: 2px solid black;
   text-align: center;
}

.avis
{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	text-align : center;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	}
	
.avis p
{
	text-align : center;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
}

.com
{
	border-top: 2px solid black;
	text-align : center;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	}
