body {
	background-color: #666666;
	margin: 0px;
	background-image:url(images/acier.jpg);
}
a {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #FF6633;
text-decoration: none;
} 
a:hover {
text-decoration: underline;
color: #CC0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	font-style:italic;
}
h2 {
	font-family: "Arial Rounded MT Bold";
	font-size: 20px;
	color: #FF9933;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.nav {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display:block;
	background-color: #FF9933;
	width: 160px;
	height: 25px; 
	border: 1px; 
	text-align: center;
	line-height: 25px;
} 
.nav:hover {
	text-decoration: none;
	display:block;
	color: #FF9933;
	background-color:#333333;
}
.titre {
	font-family: "Bradley Hand ITC";
	font-size: 26px;
	color:#000000;
	font-weight: bold;
	margin: 0px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.activ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

