A.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #334391;
	text-decoration : none;
}

.menu_red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #C62224;
	text-decoration : none;
}

A:HOVER.menu {
	color : #3163CE;
}

A.menu_w {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
	text-decoration : none;
}


A:HOVER.menu_w {
	color : #E2E2E2;
}



A.link {
	text-decoration : none;
	color : Gray;
}

A:HOVER.link {
	text-decoration : underline;
	color : #959595;
}

.link{
	font-family : Arial, Helvetica, sans-serif;
	color : #606060;
}

H1{
	font-family : Arial, Helvetica, sans-serif;
	color : #A8A8A8;
	font-size : 22px;
	margin-bottom : 0;
	font-weight : bold;
}

A.H1{
	text-decoration : none;
		color : #A8A8A8;
}
A:HOVER.H1{
	text-decoration : none;
	color : #D5D5D5;
}
H2{
	font-family : Arial, Helvetica, sans-serif;
	color : #334391;
	font-size : 16px;
	margin-bottom : 0;
	font-weight : bold;
}
H3{
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 14px;
	margin-bottom : 0;
	font-weight : bold;
}

A:HOVER.btext_h {
	color : #334391;
}

.text
{
	color : Black;
	font-size : 80%;
	font-family : Arial, Helvetica, sans-serif;
}
.text_a
{
	color : #C62224;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
A.text_a{
	text-decoration : underline;
}
A:HOVER.text_a{
	text-decoration : underline;
	color : #C62224;
}
.text_b
{
	color : #C62224;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
A.text_b{
	text-decoration : none;
}
A:HOVER.text_b{
	text-decoration : none;
		color : #D19173;
}
.fond
{
	color : #D19173;
	font-size : 70%;
	font-family : Arial, Helvetica, sans-serif;
}

.text_m
{
	color : Gray;
	font-size : 80%;
	font-family : Arial, Helvetica, sans-serif;
}

A.text {
	color: #808080;
	text-decoration: none;
}

.copyright {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.copyright {
	
	text-decoration : none;
	
}
.redtext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : Red;
	font-weight : normal;
	text-decoration : none;
}
a.redtext{
	text-decoration : none;
}

A:HOVER.redtext {
	text-decoration : underline;
}