@charset "utf-8";
/* CSS Document */

.rouge_groupe {
	color: #990C0F;
}
.titre_contact {
	color: #990C0F;
	font-weight:bold;
	font-size: 18px;
}
.rouge_logement {
	color: #FF0000;
}
.date_news {
	color: #990C0F;
	font-weight:bold
}
.titre_news {
	color: #8C8C8C;
	font-weight:bold
}
.titre {
	color: #990C0F;
	font-weight:bold
}
.titre_entreprise
{
	color: #CB0E0E;
}
.texte {
	color: #8C8C8C;
}
.rouge_entreprise {
	color: #CB0E0E;
	font-size: 12px;
	font-weight: bold;
}
.rouge_entreprise_10 {
	color: #CB0E0E;
	font-size: 10px;
	font-weight: bold;
}
.blanc{
	color: #FFFFFF;
}
/* -------------------------------------------------------------------- */

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #666666
}

a:link {
	color: #990C0F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990C0F;
}
a:hover {
	text-decoration: none;
	color: #990C0F;
}
a:active {
	text-decoration: none;
	color: #990C0F;
}