@charset "iso-8859-1";
/* CSS Document */

/* ------------------------------Général */

a {
	text-decoration:none;
	color:#ffffff;
}

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

/* ------------------------------ Structure ----------------------------------------------- */

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}

#principale {
	position:absolute;
	left: 50%; 
	top: 50%;
	width:944px;
	height:618px;
	margin-left:-472px; 
	margin-top:-309px;
	text-align:left;
}