/* CSS Document */
.texteGrisTitre{
	font-family: "Century Gothic";
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	color:#000;
}

.texteReferences{
	font-family: "Century Gothic";
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	color:#000;
}

.texteRougeTitre{
	font-family: "Century Gothic";
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	color:#bc1021;
}

.texteStandardBold {
	font-family: "Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#000;
}
.texteStandard {
	font-family: "Century Gothic";
	font-size:11px;
	color:#000;
}

.texteRouge{
	font-family: "Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}

.texteActus{
	font-family: "Century Gothic";
	font-size:10px;
	color:#000;
}

h2{
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

/**/
a.lienNavNoir{
	font-family: "Arial";
	font-size:12px;
	letter-spacing:1px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a.lienNavNoir:hover{
	text-decoration:underline;
	color:#bc1021;
}


/**/
a.lienNavAcc{
	font-family: "Arial";
	font-size:12px;
	/*color:#F0910B;*/
	color:#bc1021;
	text-decoration:none;
	font-weight:bold;
}

a.lienNavAcc:hover{
	text-decoration:underline;
	color:#bc1021;
}

/**/
a.lienNavRouge{
	font-family: "Arial";
	font-size:12px;
	letter-spacing:1px;
	color:#bc1021;
	text-decoration:none;
	font-weight:bold;
}

a.lienNavRouge:hover{
	text-decoration:underline;

}

/**/
ul.listeLarge {
	margin-top:5px;
}

ul.listeLarge li{
	padding:0px 0px;
	list-style-image:url(../images/structure/v_puce3.png);
	margin:10px;
}

/**/
ul.listeSmall {
	margin-top:10px;
}

ul.listeSmall li{
	padding:0px 0px;
}

/**/
ul.listeLien {
	margin:10px;
	padding:0;
}

ul.listeLien li{
	padding:0;
	margin-left:15px;
	margin-top:3px;
}

ul.listeLien li a{
	font-family: "Arial";
	font-size:12px;
	color:#000;
	text-decoration:none;
}
ul.listeLien li a:hover{
	color:#bc1021;
	text-decoration:underline;
}

.formContact td {
padding:2px 10px;
}

.boutonTableau {
	padding:2px 10px;
	margin:2px;
	background-color:#CC0000;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	width:150px;
}
	