/* CSS Document */
body{
color:black;
background-image:url(images-site/bckg.jpg);
}

p,ul,li,td {
font-size : 100%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : white; 
background-color : black;
}

h1 {
font-size : 200%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : navy; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : red;
padding-left:15px;
}

a:link {color: green; text-decoration:none;}
a:visited {color: green; text-decoration:none;}
a:hover {color:yellow; text-decoration:none;}

#fond {
	position:absolute;
	width : 1024px;
	height: 768px;
	left: 1px;
	top:-3px;
	/*background-image:url(images-site/index4.jpg);*/
	background-repeat: no-repeat;
	z-index:1;
}

#boutonAccueil {
position:absolute;
width : 85px;
height: 175px;
left: 10px;
top:425px;
z-index:1;
}
