@charset "iso-8859-1";

html 
{
	height: 100%;
	margin: 0px;
	background-color: #000;
	top: 10px;
}

body 
{
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 11.5px;
	top: 10px;}
	
div.contenu 
{
	min-height: 450px;
	width: 745px;
	padding: 0px 10px;
	margin: 0px auto;
	position: relative;
	top: 28px;
}	

