/* fonte permise*/
/* Arial, Verdana, Tahoma, Georgia */
/* links */
A:link	{
	text-decoration : none;
	color : #000000;
}
A:hover 	{
	text-decoration : underline;
	color : #000000;
}
A:active 	{
	text-decoration : none;
	color : #000000;
}
A:visited {
	text-decoration : none;
	color : #000000;
}
A:visited:Hover {
	text-decoration : underline;
	color : #000000;
}
.link{
	font-family: Verdana;
	color : #000000;
}
.linkCategorie{
	font-family: Verdana;
	color : #404040;
	font-size: 10px;
	font-weight :regular;
	text-transform : uppercase;
}
.linkCategorieOn{
	font-family: Verdana;
	color : #8C320F;
	font-size: 10px;
	font-weight :regular;
	text-transform : uppercase;
}

/* texte */
.categorie{
	font-family: Verdana;
	color: #404C52;
	font-size: 10px;
}

.texte{
	font-family: verdana;
	font-size: 10px;
	color: #404C52;
	text-align : left;
}

.texteR{
	font-family: verdana;
	font-size: 18px;
	color: #6F0604;
	text-align : left;

}

.Tableau{
	font-family: verdana;
	font-size: 10px;
	color: #444B52;
	text-align : left;
}

.Titre{
	font-family: Tahoma;
	color: #404C52;
	font-size: 15px;
}
.Titre p{font-weight:bold;}


.SousTitre{
	font-family: Tahoma;
	color: #8D9186;
	font-size: 12px;
}

.Copy{
	font-family: Verdana;
	color: #A9A37F;
	font-size: 10px;
}

.texteRech{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height : 12px;
	text-align : left;
	/* padding-left : 5px; */
	padding-right : 5px;
}

.texteSmall{
	font-family: Verdana;
	color: #68700F;
	font-size: 9px;
	text-align : left;
}

.hr{
	border : 1px dashed #641B00;
}
