body
{
   width: 100%;
   height: 100%;
   margin: auto; /* Pour centrer notre page */
   background-image: url("images/fondphotos1.jpg");
   background-repeat: 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 */
}

h1
{
	text-align: center;
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 2em;
}

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

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

.souligne
{
   text-decoration: underline;
}

.gras
{
	font-weight: bold;
}

.sureleve
{
position: relative;
   bottom: 30px;
}

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

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;
	}

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