/* Mise en page */
body {
	background-image:  url();
	background-color: #37444b;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #7d080f;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/* Blocs */

#design {
	position:fixed;
	width:500px;
	height:20px;
	margin-left:610px;
	margin-top:578px;
}

#conteneur {
	position:absolute;
	left:50%;
	top:50%;
	width:"800";
	height:"600";
	margin-top:-300px;
	margin-left:-400px;
}

/* Style de texte */

.StyleBas {
	color: #EFEFEF; 
	font-size: 11px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}
