@charset "utf-8";
/* CSS Studio M2V */

body {
	background-color:#232228;
	width:980px;
	margin:0 auto;
	color:#E1F1FF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100%;
}
a, a:link, a:visited, {
	color:#0CF;
}
a:hover {
	color:#C36;
}
div#milieu { 
	position:absolute; 
	left: 50%;  
	top: 50%; 
	width: 420px; 
	height: 100px; 
	margin-top: -50px; /* moitié de la hauteur */
	margin-left: -210px; /* moitié de la largeur */
	text-align: center;
	overflow:visible;
}
div#milieu2 { 
	width:420px; 
	height:100px; 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div#footer {
	position: absolute; 
	bottom: 0px;
	height: 40px;
	right:20px;
}
