body {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-color: #171b20;
	color: #ffffff;
	text-align: justify;

}

#conteneur {
	width:800px;
	margin:0 auto;
}
#header {
	height: 70px;
	margin-left: 0px;
	margin-right: 0px;
}

#gauche {
	float:left;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
}

#droite {
	float:right;
	width: 580px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	clear: both;
	height: 40px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	color: #ffffff;
	border-top: 1px solid #87cfff;
}


h1 {
	text-align : left;
	font-weight : normal;
	font-size : 180%;
	color : #96bf55;
	margin : 5px 0 15px 0;
}

h1 span {
	clear : both;
	font-size : 60%;
	color : #ff9;
} 

.Important {
	color : #e2e171;
	font-weight: bold;
}


a {
	text-decoration: underline;
	cursor: hand;
	color: #0099ff;

}
a:hover {
	text-decoration: none;
	color:#fdb731;
}
		
		
		
a.navigation {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #0099ff;
	margin: 3px 0 0 0;
	border: 1px solid #87cfff;
	
}

a.navigation:hover, 
a.navigation:focus {
	color: #000000; 
	background: #87cfff;
}		

