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

div
{
   width: 50%;
	font-family: Verdana, serif;
	font-weight: bold;
	font-size: 1.4em;
	position: relative;
    left: 12%;
    text-align: right;
}

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

.cercle
{
   list-style-type: circle;
}

.carre
{
   list-style-type: square;
}

.souligne
{
   text-decoration: underline;
}

.gras
{
	font-weight: bold;
}

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

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


a img
 {
  border: 2px solid black;
 }
 
a img:hover
 {
  border: 5px solid blue;
 }
 
 a:visited
{
	color: navy;
	}
	
a:hover
{
	color: red;
	}
	
a:active
{
	background-color: white;
	}
