/* CSS Document */
A:link{color:#FFFFFF;text-decoration:none}
A:visited{color:#FFFFFF;text-decoration:none}
A:hover{color:#FFFFFF; text-decoration:underline}
	.Style1 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 38px;
			color: #FFFFFF;
		}
		.Style2 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			color: #FFFFFF;
		}
		.Style3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			color: #FFFFFF;
		}
		.Style4 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 46px;
			color: #FFFFFF;
		}
		.Style5 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color: #FFFFFF;
		}
* { margin:0;padding:0;} 
 

html  {  
 height:100%; 
 width:100%; 
} 
/*on applique une taille et on place en absolute l'image et son conteneur */ 
html img.imghtml, html div.imghtml{ 
 width:100%;height:100%; 
 top:0px; 
 left:0px; 
 position:absolute; 
} 
 
html, html * { 
 position:relative; 
 z-index:0; 
} 
body { 
 z-index:2; /* pour afficher tout au dessus de l'image */ 
 width:100%; 
 height:100%; 
} 
/*ne pas modifier le css au dessus de cette ligne */ 
/* vous pouvez a partir de la modifié et ajouter votre css */ 
/* conteneur de votre page */ 
#corps { 
 width:80%; /* pour le centré ,facultati f*/ 
 height:100%; 
 border:3px solid #666;/*facultatif*/ 
 margin:auto; /* pour le centré ,facultati f*/ 
 scroll:auto;/* pour IE ? */ 
}
.bordure {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
