/*-----| lien jaune |-----*/
A:link
{
	color: #FF8943;
	text-decoration: underline;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
}
A:visited
{
	color: #FF8943;
	text-decoration: underline;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
}
A:hover
{
	color: #FF8943;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
}

/*-----| lien jaune |-----*/
A.b:link
{
	color: #BCBCBC;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
}
A.b:visited
{
	color: #BCBCBC;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
}
A.b:hover
{
	color: #BCBCBC;
	text-decoration: none;
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
}

/* Styles generaux */

.p-tit
{
	font-family : verdana;
	font-size : 10px;
	color : #E85A05;
}

.txt
{
	font-family : verdana;
	font-size : 10px;
	color : #BCBCBC;
}

.tit
{
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
	color : #E85A05;
}

.g-tit
{
	font-family : verdana;
	font-size : 14px;
	font-weight : bold;
	color : #E85A05;
}