@CHARSET "UTF-8";

/****************/
/*  CSS TEXTES  */
/****************/

/*
	color:
	font-family:
	font-size:
	font-style:
	font-variant:
	font-weight:
	line-height:
	text-align:
	text-decoration:
	text-indent:
	text-transform:
	vertical-align:
*/

	h1 {
		color: #666666;
		font-family: verdana, sans-serif;
		font-size: 20px; }
	h2 {
		color: #666666;
		font-family: arial, sans-serif;
		font-size: 16px; }

		#entete p,
		#pied p {
			color: #ffffff;
			font-size: 10px; }
		#pied p a,
		#pied p a:visited,
		#pied p a:hover {
			color: #ffffff;
			font-size: 10px;
			text-decoration: underline; }

/*** MENU PAGES *******************************/

		#menu_pages li {
			color: #ffffff;
			font-weight: bold; }
		#menu_pages li:hover {
			color: #99cc00; } /* Vert */
		#menu_pages li a,
		#menu_pages li a:visited {
			color: #ffffff; }

/*** MENU BIENS *******************************/

		#menu_biens li {
			color: #ffffff;
			font-weight: bold; }
		#menu_biens li:hover {
			color: #99cc00; } /* Vert */
		#menu_biens li a,
		#menu_biens li a:visited {
			color: #ffffff; }

/*** ACCUEIL **********************************/

		#animation_accueil {
			line-height: 1.4em; }
		.telephone {
				text-align: right; }
		.ouverture {
				text-align: center; }

		#recherche_accueil p {
			font-weight: bold; }

		#titre_coups_coeur span {
			color: #99cc00; /* Vert */
			font-family: verdana, sans-serif;
			font-size: 20px; }

		.coup_coeur_accueil {
			text-align: center;
			overflow: hidden; }
		.coup_coeur_accueil .ville {
			white-space: nowrap;
			font-variant: small-caps; }

/*** EQUIPE ***********************************/

		.collaborateur {
			white-space: nowrap;
			overflow: visible;
			line-height: 2em; }
		.collaborateur span a {
				letter-spacing: -0.5px; }

/*** VENTE, LOCATION, NEUF, PRESTIGE **********/

		.affaire,
		.coup_coeur,
		.exclusivite,
		.reserve,
		.vendu,
		.loue {
			text-align: center;
			overflow: hidden; }
		.affaire .ville,
		.coup_coeur .ville,
		.exclusivite .ville,
		.reserve .ville,
		.vendu .ville,
		.loue .ville {
			white-space: nowrap;
			font-variant: small-caps; }

/*** NEUF, GESTION, SYNDIC, CONTACT ***********/

		#formulaire_neuf p.thanks,
		#formulaire_gestion p.thanks,
		#formulaire_syndic p.thanks,
		#formulaire_contact p.thanks {
			color: #99cc00; } /* Vert */
		#formulaire_neuf p.no,
		#formulaire_gestion p.no,
		#formulaire_syndic p.no,
		#formulaire_contact p.no {
			color: orange; } /* Orange */

/*** SYNDIC ***********************************/

		.interlocuteur {
			white-space: nowrap;
			overflow: visible;
			line-height: 1.5em; }
		.interlocuteur span {
				letter-spacing: 0px; }
		.atout {
			font-size: 14px;
			line-height: 1.5em; }

		#fichiers_syndic {
			text-align: center; }

/*** CONTACT **********************************/

		#coordonnees_agence {
			line-height: 1.5em; }

/*** FICHE ************************************/

		#produit_fiche .ville {
			font-variant: small-caps; }
		#contact_fiche {
			text-align: center; }

/*** ADMINISTRATION ***************************/

		#formulaire_administration {
			text-align: center; }

/*** AVERTISSEMENTS ***************************/

		#avertissements p {
			line-height: 1.5em; }

/******************************************************************************/
/*	verdana, Lucidasans, arial, Helvetica, 'Bitstream Vera Sans', sans-serif; */
/*	arial, Helvetica, 'Bitstream Vera Sans', sans-serif;					  */
/******************************************************************************/

