body
{
   width: 100%;
   height: 100%;
   margin: auto; /* Pour centrer notre page */
   background-image: url("images/fondpresentation.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: 80%;
	font-family: "Comic Sans MS", Verdana, serif;
	font-size: 1em;
	position: relative;
    text-align: left;
	text-align: justify;
	margin: auto;
}

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

p
{
text-indent: 30px;
}

.signature
{
   text-align: right; /* Pour aligner à droite ma signature */
   font-family: "Monotype Corsiva", "Comic Sans MS", Verdana, Georgia, "Times New Roman", serif;
   font-size: 1.4em;
   font-weight: bold;
   text-decoration: underline;
}

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

a img
 {
  border: 2px solid black;
 }
 
a img:hover
 {
  border: 5px solid blue;
 }

a
{
	text-decoration:none;
	}

a:visited
{
	color: navy;
	}
	
a:hover
{
	color: red;
	}
	
a:active
{
	background-color: white;
	}
