@charset "utf-8";
@import url("/design/styles/_head.css");
@import url("/design/styles/_content.css");
@import url("/design/styles/_foot.css");
/* CSS Document */

/* Par défaut */
* { margin: 0; padding: 0; border: none; }
body { background-color: #999; }
li { list-style: none; }

a:link, a:visited {
	text-decoration: none;
	color: #000000;
} 
a:active, a:hover {
	color: #000000;
	text-decoration: underline;
} 

/* ID's */
h6#description { 
	font: 10px/20px Arial, sans-serif;
	color: #666;
	width: 950px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -275px 0 0 -475px;
	text-align: center;
	z-index: 1000;
}
