/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/fond.jpg);
	background-repeat:repeat;
	margin:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3366CC;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
a {
	font-family: verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
	text-decoration: underline;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.texte-petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.table {
	border-left: 1px dotted #3366CC;
	border-right: 1px dotted #3366CC;
	border-bottom: 1px dotted #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav:hover {
	text-decoration: none;
	color: #FF9900;
}

