<style type="text/css" media="screen">
	html {
		height: 100%;
		overflow: hidden;
		background-color:fff;
	}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-image:url(img/fond.gif);
		background-position:left top;
		background-repeat:repeat-x;
		background-attachment:scroll;
	}	
	.bgaccueil {
		background-image:url(img/index.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-color:#85bcbc;
		width:100%;
		height:450px;
		margin:0;
		padding:0;
	}
	.accueil {
		width:100%;
		text-align:center;
		margin:0;
		padding:0;
	}
	.accueil h1 {
		font-family: Times New Roman, Times, serif;
		font-weight : normal; 
		font-size : 30px;
		color:#e9680c;
		margin:0 0 5px 0;
		padding:0;
	}
	.accueil h2 {
		font-family: Times New Roman, Times, serif;
		font-weight : normal; 
		font-size : 24px;
		color:#e9680c;
		margin:0 0 10px 0;
		padding:0;
	}
	.accueil p {
		font-family: Times New Roman, Times, serif;
		font-weight : normal; 
		font-size : 18px;
		color:#666;
		margin:0;
		padding:0;
		font-weight:11px;
	}
	#top {
		margin:0;
		padding:5px 0 0 20px;

		height: 20px;
		font-family: verdana, arial, sans-serif ;
	 	font-size:11px;
	}
	#top a:link{color: #fff; text-decoration: none;}
	#top a:hover{color: #fff; text-decoration: underline;}
	#top a:visited {color: #fff; text-decoration: none;}
	#top a:visited:hover {color: #fff; text-decoration: underline;}
	
	a:link{color: #666; text-decoration: none;}
	a:hover{color: #000; text-decoration: underline;}
	a:visited{color: #666; text-decoration: none;}
	a:visited:hover{color: #000; text-decoration: underline;}
	
	#picsengine2 {
		margin:0;
		padding:0;
		height: 95%;
	}
	#footer {
		position:absolute;
		bottom:10px;
		right:10px;
		font-family: verdana, arial, sans-serif ;
	 	font-size:9px;
	 	color: #CCC;
		height:20px;
		text-align:right;
		margin:0;
		padding:0;
	}
	img {
	border:0;
	}
</style>