/* Overseeing CSSs */
body {
	background-color: #23252A;
	background-image: url(images/common/main_background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Text CSSs */
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1B1;
	text-decoration: none;
	line-height: 15px;
}
.liens {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1B1;
	text-decoration: none;
	line-height: 15px;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1B1;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
}

/* Paragraph CSSs */
.titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
}
.sous-titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
}
.titre-resultats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

/* Miscellaneous CSSs */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #68696D;
	text-decoration: none;
	line-height: 10px;
	vertical-align: middle;
}
.copyright-submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 10px;
}
.menu-resultats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
	padding-right: 9px;
}
.tag-nouveau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #019CFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}

/* Dynamic CSSs */
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.texte a:link {
	color: #B1B1B1;
	text-decoration: underline;
}
.texte a:visited {
	color: #B1B1B1;
	text-decoration: underline;
}
.texte a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #019CFF;
}
.copyright a:link {
	color: #68696D;
	text-decoration: underline;
}
.copyright a:visited {
	color: #B1B1B1;
	text-decoration: underline;
}
.copyright a:hover {
	color: #FFFFFF;
	background-color: #019CFF;
	text-decoration: none;
}
.copyright-submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright-submenu a:visited {
	color: #68696D;
	text-decoration: none;
}
.copyright-submenu a:hover {
	color: #FFFFFF;
	background-color: #68696D;
	text-decoration: none;
}
.news a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.news a:visited {
	color: #B1B1B1;
	text-decoration: underline;
}
.news a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #019CFF;
}
.menu-resultats a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu-resultats a:visited {
	color: #B1B1B1;
	text-decoration: underline;
}
.menu-resultats a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #019CFF;
}
.liens a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.liens a:visited {
	color: #B1B1B1;
	text-decoration: underline;
}
.liens a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #019CFF;
}
.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}
