body
{
   width: 760px;
   margin-left: 50px; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   font-family: Comic Sans MS, "Comic Sans MS", "Times New Roman", Times, serif;
   background-image: url("images/design/fond3.jpg"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-repeat : repeat;
}

#Layer1 {
	position:absolute;
	width:133px;
	height:115px;
	z-index:1;
	left: 16px;
	top: 275px;
}
#Layer2 {
	position:absolute;
	width:173px;
	height:153px;
	z-index:2;
	left: 165px;
	top: 106px;
}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 347px;
	top: 27px;
}
#Layer4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 931px;
	top: 17px;
}
#Layer5 {
	position:absolute;
	width:146px;
	height:115px;
	z-index:5;
	left: 1140px;
	top: 158px;
}
#Layer6 {
	position:absolute;
	width:150px;
	height:115px;
	z-index:6;
	left: 1263px;
	top: 296px;
}

.tableau1
{
	text-align:center;
	margin-left: 0px;
	overflow:auto;
	height:200px;
	width: 1000px;
}

.tableau2
{
	text-align:center;
	margin-left: -140px;
	overflow:auto;
	height:200px;
	width: 1200px;
}

#corps
{
   width: 900px;
   height: 435px;
   margin-left : 220px;
   margin-bottom: 30px;
   margin-top: 190px;
   padding: 1px;
   text-align: center;
   color: black;
   background : none;
   
   
}

#corps h1, #corps h2
{
	text-align: center;
	text-decoration : underline;
}

#corps h4
{
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	text-align: center;
	
}

#corps h5 italic
{
	font-size: 16px

}

img
{
	border-style : none;
}

a
{
	text-decoration : none;
	color : blue;
}

a:hover
{
	text-decoration : underline;
	color: blue;
}


#footer
{
   width: 1000px;
   height : 30px;
   margin-left : 170px;
   padding: 1px;
   text-align: center;
   color: black;
   background: none;

   
}

