body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	
}

a:link{ color: #FFFFFF; text-decoration:none;}
a:visited {color: #FFFFFF; text-decoration:none;}
a:hover {color: #FFFFFF; text-decoration:underline;}
a:active {color: #FFFFFF; text-decoration:none;}

p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}


img {border:0;}

.titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}

.content {
	margin: 0;
	padding: 0;	
	width:990px;
	height:506px;
	text-align:center;
	/*margin-top:50px;*/
}

.presentation_entete{
background-color:#FFFFFF;
text-align:right;
font-weight:bold;
z-index:100;

}
.presentation_entete img{
padding-right:15px;
padding-bottom:10px;
padding-top:10px;

}