/* links style classique*/

A:link	{
	text-decoration : none;
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : none;
}
A:visited {
	text-decoration : none;
	color : #A9A99C;
}
A:visited:Hover {
	text-decoration : underline;
}

/* links avec Span >>>  pour les link, mettre des tag  <span id="link">    - permet de faire différent classe de link, sinon enlever commentaire plus haut */
.link{
	font-family: Arial;
	color : #4C4C32;
	text-decoration : none;
}

/* form */
.InputSelect{
		font-family: arial, helvetica, verdana;
		background-color: #F0F0F0;
		font-size: 10px;
		color: #00314D;
}
.Input{
		font-family: arial, verdana, helvetica;
		background-color: #F0F0F0;
		font-size: 10px;
		color: #00314D;
}
.TextArea{
		font-family: arial, helvetica, verdana;
		background-color: #F0F0F0;
		font-size: 12px;
		color: #000000;
}

/* texte */
.texteRech{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height : 12px;
	text-align : left;
	/* padding-left : 5px; */
	padding-right : 5px;
}

.texte{
	font-family: verdana;
	font-size: 10px;
	color: #6B6849;
	line-height : 12px;
	text-align : left;
	/* padding-left : 5px; */
	/* padding-right : 5px; */
}

.titreBlanc{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height : 12px;
	text-align : left;
}


.titreRouge{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8C0909;
	text-align : left;
}

.titreCondo{
	font-family: helvetica;
	font-size: 16px;
	font-weight : bold;
	color: #00314D;
	line-height : 18px;
	padding-bottom : 2px;
	padding-top : 2px;
}
.typePropriete{
	font-family: helvetica;
	font-size: 16px;
	color: #4C4C32;
	line-height : 18px;
	padding-bottom : 2px;
	padding-top : 2px;
}
.slogan{
	font-family: helvetica;
	font-size: 15px;
	color: #4C4C32;
	line-height : 18px;
}
