/* CSS Document */

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

body, td, select, optgroup, input, textarea, .normal { 
	font: 13px Arial, Helvetica, sans-serif;
	color: #cfcfcf;
	line-height: 18px;
}
	
p {
	margin-top: 0px;
	margin-bottom: 14px;
}

.chapeau {
	font-size: 18px;
	font-weight: bold;
	color: #efefef;
	line-height: 24px;
	margin-bottom: 40px;
}

.auteur {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

.intertitre {
	font-size: 14px;
	font-weight: bold;
	color: #9d9284;
}

.credit {
	font-size: 10px;
	color: #726a60;
	line-height: 12px;
}

.menu {
	font-size: 11px;
	color: #efefef;
	font-weight: bold;
	line-height: 16px;
}

.menuoff {
	color: #9d9284;
}

a { 
	color: #be092f;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a.menu { 
	color: #9d9284;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover { 
	text-decoration: underline;
}

