html, body {
	background-color: #e6e6e6;
	
	margin: 0;
}
	html._vieux, body._vieux { background-color: #f5ead4; }

h1 {
	margin: 0 0 -20px 0;
	
	color: #0366a5;
	font-family: 'Helvetica', Tahoma, Arial, sans-serif;
	font-size: 20px;
}
h2 {
	margin: 0 0 -15px 0;
	
	color: #444;
}

a:link,
a:visited { 
	color: #0366a5;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
}

a.important {
	background-color: #faa;
	
	padding: 0 2px;
	
	color: #a00;
	text-decoration: none;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.important:hover,
a.important:active,
a.important:focus {
	color: #f00;
	
	border-bottom: 1px solid #f00;
}

a img {
	border: none;
}

acronym, abbr {
	text-decoration: none;
	cursor: help;
	
	border: none;
}

legend {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
