body{
	margin: 0px;
	background-color:#000000
}


#cadre{
	position: absolute;
	left:275px;
	top: 20px;
	height: 650px;
	width:650px;
	

		}
		
		
#titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;	
		}
		
		#texte{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;	
		}
		
			

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}
