.titre {
	font-family: Arial;
	font-size: 14px;
	font-style: bold;
	line-height: 4px;	
	color: #ffffff;
	letter-spacing: 9px;
	text-decoration: none;
	font-variant: small-caps;
}
.titre2 {
	font-family: Arial;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;	
	color: #ffffff;
	letter-spacing: 4px;
	text-decoration: none;
	font-variant: small-caps;
}
.titre_petit {
	font-family: Arial;
	font-size: 12px;
	font-style: bold;
	line-height: 12px;	
	color: #ffffff;
	letter-spacing: 7px;
	text-decoration: none;
	font-variant: small-caps;
}

.noir {
	font-family: Arial;
	font-size: 10px;
	font-style: bold;
	line-height: 12px;	
	color: #000000;
	letter-spacing: 5px;
	text-decoration: none;

}

.blanc {
	font-family: Arial;
	font-size: 10px;
	font-style: bold;
	line-height: 12px;	
	color: #ffffff;
	letter-spacing: 4px;
	text-decoration: none;
}

.blanc_sc {
	font-family: Arial;
	font-size: 10px;
	font-style: bold;
	line-height: 12px;	
	color: #ffffff;
	letter-spacing: 4px;
	text-decoration: none;
	font-variant: small-caps;
}

.rouge {
	font-family: Arial;
	font-size: 10px;
	font-style: bold;
	line-height: 10px;	
	color: #ff0000;
	letter-spacing: 4px;
	text-decoration: none;
}
.rouge_link {
	font-family: Arial;
	font-size: 10px;
	font-style: bold;
	line-height: 8px;	
	color: #ff0000;
	letter-spacing: 4px;
	text-decoration: none;
}
.rouge_link:link {
	color: #ff0000;
	text-decoration: none;
}
.rouge_link:visited {
	text-decoration: none;
	color: #ff0000;
}
.rouge_link:active {
	text-decoration: none;
	color: #ff0000;
}
.rouge_link:hover {
	color: #ff0000;
	text-decoration:underline;
}

