body {
	margin: 10px;
	color: Black;
	background: url(degrade.jpg) fixed;
	scrollbar-face-color : #F6F6F6;
	scrollbar-shadow-color : #E1E1E3;
	scrollbar-highlight-color : #F0FFFF;
	scrollbar-3dlight-color : Gray;
	scrollbar-darkshadow-color : #778899;
	scrollbar-track-color : #F6F6F6;
	scrollbar-base-color : Gray;
}

a {
	text-decoration: none;
	color: Navy;
}
a:hover { text-decoration: none; 
	color: #303030; 
	background: #e8e8e8; 
}

.gauche {
	font-weight: bold;
	background:  #ecf4f4url(degrade.jpg);
	padding: 20px;
	position: absolute;
	width : 60%;
	top : 150px;
	left : 200px;
	color : #5B5B5B;
}

.droite {
	background: transparent;
	padding: 10px;
	position: absolute;
	width : auto;
	top : 10px;
	right:10px;
	font : normal x-small;
	color : Gray;
}
h1{
	color : Gray;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	font-family: "Verdana";
	font-size: xx-small;}