@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
}
.texte {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.texteP {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.texteOrangeP {
	color: #F15A24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.lienNoir {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
}
.lienNoir:hover{
	color: #666;
}
.nav {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
}
.nav:hover{
	color: #666;
}
