@charset "utf-8";
/* CSS Cruise Support */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.sommaire {
	position:absolute;
	left:143px;
	top:56px;
	width:500px;
	height:200px;
	overflow:auto;
	visibility:hidden;
	z-index:1;
}
.liens {
	position:absolute;
	left:300px;
	top:150px;
	width:200px;
	height:200px;
	overflow:auto;
	visibility:hidden;
	z-index:2;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

