
* {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-style: normal;
	font-weight: normal;
}

body {
	padding:10px;	
	scrollbar-face-color: #C7CBD4; 
	scrollbar-shadow-color: #A9B0BD;
	scrollbar-highlight-color: #A9B0BD;
	scrollbar-3dlight-color: #C6CAD3; 
	scrollbar-darkshadow-color: #C6CAD3; 
	scrollbar-track-color: #C6CAD3; 
	scrollbar-arrow-color: #F8A314;
}

body {
	background-color: #4f555a;
	background-image: url('bg.gif');
}

p {
	margin:5px;	
}
 
.texte {

	font-size: 10px;
	color: #666666;
}

.soustitre {

	font-size: 11px;
	font-weight: bolder;
	color: #8E9196;
}

.titre {

	font-size: 16px;
	font-weight: bolder;
	color: #8E9196;
}

a {

	font-size: 10px;
	color: #E78D09;
	font-weight: bold;
	text-decoration: none;

}

a:link {

	font-size: 10px;
	color: #E78D09;
	font-weight: bold;
	text-decoration: none;
}
a:visited {

	font-size: 10px;
	font-weight: bold;
	color: #E78D09;
	text-decoration: none;
}
a:hover {

	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.faq
{

	font-size: 10px;
	color: #c56b07;
	font-weight: bold;
	text-decoration: none;
}


