/* CSS Document */

body {

	background-color: #F5F5F5;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #2B2B2B;
	border-right-color: #2B2B2B;
	border-bottom-color: #2B2B2B;
	border-left-color: #2B2B2B;
	background-color: #414141;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.bloc_d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #414141;
}
.bloc_d_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* POLICES & TITRES  */

.Gris1 {color: #656565}
.Gris2 {color:#656565}
.Gris3 {color:#CCCCCC}
.Petit {font-size: 10px}
.Petit:hover {color:#666666;}

.titre_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #414141;
}
.texte_centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #c8c8c8;
	text-decoration: none;
	padding-right: 30px;
}
.titre_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
/* LIENS */

.liens_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.mail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.mail a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.mail a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footer a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footer a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4F4F4F;
	text-decoration: none;
}
/* FORMULAIRE */

.formulaire {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: medium none; 
	WIDTH: 100%; 
	COLOR: #888888; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #202020
}
.formulaire_bouton {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: medium none; 
	WIDTH: 49%; 
	COLOR: #888888; 
	BORDER-BOTTOM: medium none; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #202020
}

/* DIVS FOOTER */

.footer {
	padding-right: 0px;
	padding-bottom: 0px;
	height: 215px;
	padding-left:10px;
	background-image: url(gfx/index_09.gif);
	background-repeat: no-repeat;}	.bouton {
	background-image: url(gfx/bouton-entrez.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	font-size:14px;
	FONT-WEIGHT: bold; 
	}
	
	/* MENU */
	/***************/
			#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				text-decoration:none;	
				}
			#nav li {
	width: 290px;
	height:32px;
	margin-right: 1px;
	color: #fff;
	line-height: 3px;
	text-decoration:none;}
			#nav li a {
	display: block;
		height:4px;
	color: #656565;
	padding: 12px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;			}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
	background-color: #656565;
	color:#fff;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration:none;			}
