/** Css Page d'accueil**/

#accueil {
width:800px;
position:absolute;
width:950px;
margin-left:-400px;	
left:50%;
}

h1 {
font-size:36px;
color: white;
text-align:center;
}

h2 {
font-size:24px;
color: white;
text-align:center;
}

h3 {
font-size:16px;
color: white;
text-align:center;
}

p {
text-align:center;
}

a {
color:white;
text-decoration:none;
}

#fond {

	background-image:url(composants/filet.gif);
	background-repeat:repeat-y;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:0;
}