@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	}
#top {
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(images/fondtop.png);
	background-repeat: no-repeat;*/	
	height: 150px;	
	width: 1000px;
}

#middle { 
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fondmiddle2.jpg);
	background-repeat: no-repeat;	
	height: 470px;
	width: 1000px;

}

#contenu { 
	margin-left: auto;
	margin-right: auto;	
	max-width: 940px;
	color: white;
}

.titre1
{ font-family: impact ;
font-size: 18pt ;
color: white ;
font-style: normal ;
letter-spacing: 1px; 
word-spacing: 3px;
}
.titre2
{ font-family: impact ;
font-size: 14pt ;
color: white ;
font-style: normal ;
letter-spacing: 1px; 
word-spacing: 3px;
}
.titre3
{ font-family: impact ;
font-size: 12pt ;
color: white ;
font-style: normal ;
letter-spacing: 2px; 
word-spacing: 3px;
}
.contenu
{ font-family: impact ;
font-size: 10pt ;
color: white ;
font-style: normal ;
letter-spacing: 2px; 
word-spacing: 3px;
}

div.scroll {
	overflow: auto;
	height: 450px;
}

a:link { color: #eee; text-decoration:none;} /* lien non-visité */
a:visited { color: #eee; text-decoration:none;} /* lien visité */
a:hover { color: #000000; text-decoration:none;} /* lien survolé */


