/* CSS Document */

html, body {
	background: #000000;
	margin: 0;
	padding: 0;
}

body, td, select, input, textarea { 
	font: 12px Arial, sans-serif;
	color: #ffffff;
	line-height: 18px;
}
	
.credit {
	font-size: 10px;
	color: #9d9284;
	line-height: 12px;
	margin-bottom:70px;
}

.titre {
	font-size: 20px;
	line-height: 30px;
	margin-bottom:35px;
}

.intertitre {
	font-size: 14px;
	color: #be092f;
}

.menuoff {
	color: #be092f;
}

a { 
	color: #9d9284;
	text-decoration: none;
}

a:hover { 
	color: #be092f;
	text-decoration: none;
}
