/* CSS Document */
a {color: #8c6081; text-decoration: none;}
a:visited {color: #8c6081; text-decoration: none;}
a:hover {color: #000000;	text-decoration: none;}

body {
	background-color: #d4d4d4;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;

}

#cadre {	
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	top: 10px;
	position: absolute;

}
#bandeau{
	width: 1000px;
	float: left;
}
#menu{
	width: 1000px;
	float: left;
	margin-left: 17px;
	margin-top: -11px;	
}
#contenu {
	text-align: justify;
	float: right; 
	width: 760px;
	padding: 20px;
}
#central {
	text-align: justify;
	float: right; 
	width: 958px;
	padding: 20px;
}

#navigation {
	width: 158px;
	float: left;
	text-align: right;
	padding: 20px;
	overflow: auto;
}
#basdepage{
	text-align: left;
	width: 1000px;
	float: left;
}
.titre {
	font-weight: bold;
	color: #8c6081;
}
.mauve {
	color: #8c6081;
}
#CC{
margin-left:20px;}