body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center; /* pour corriger le bug de centrage IE */
	background-image: url(images/fd-home.png);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	font-size: 11px;
}

/* Style des polices*/
#copy {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	top:510px;


	

}

/* centrer le site*/
#site {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:926px;
	height:100%;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-image: url(images/fd-bas-home.gif);
	background-repeat: repeat-y;
}

/* la home page*/
#hp-img-gh {
	position:absolute;
	left:0px;
	top:0px;
	width:322px;
	height:531px;
	background-image: url(images/hp-img-gh.png);
	background-repeat: no-repeat;
}

#hp-visu {
	position:absolute;
	left:322px;
	top:0px;
	width:284px;
	height:599px;
	background-image: url(images/hp-visu.jpg);
}

#hp-img-dt {
	position:absolute;
	left:606px;
	top:0px;
	width:323px;
	height:531px;
	background-image: url(images/hp-img-dt.png);
	background-repeat: no-repeat;
}

#txthome{
	position:relative;
	text-align: center;	
	top:350px;
	line-height : 18px;
}

#drapo{
	position:relative;
	text-align: center;	
	top:370px;

}

#drapo img {	
	margin-right:15px;	
	margin-left:15px;	
}

#copy a {	
	color: #FFFFFF;
	text-decoration:none;
}

#copy a:hover {	
	color: #FFFFFF;
	text-decoration:underline;
}
