@charset "iso-8859-1";

body {
	background-attachment: fixed;
	background-image: url(_images/bg_marblack.gif);
	background-position: center;
	font-family: verdana;
	font-size: 10px;
	color: GAINSBORO;
	text-align: center;	
	vertical-align: middle;
}
	
table {
	font-family: verdana;
	font-size: small;
	color: GAINSBORO;
}
	
img { 
	BORDER-LEFT-COLOR: #474747; 
	BORDER-BOTTOM-COLOR: #474747; 
	BORDER-TOP-COLOR: #474747; 
	BORDER-RIGHT-COLOR: #474747
} 

a:link {
	font-weight: normal;
	color: #A9ADFF;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #8184C3;
	text-decoration: none;
} 
a:hover {
	font-weight: normal;
	color:BLUE;
	background:#FFFFFF;
	text-decoration: none;
} 
a:active {
	font-weight: normal;
	color: #33FFCC;
	text-decoration: line-through;
} 


.titre {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	
}

.contenu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: GAINSBORO;
	padding: 5px;
	width: 400px;
	
}