/** Parties personnalisables par  agences**/

.photoCentre /**photo sur page d'accueil**/
{
height:140px;
}

#divFon /** à n'afficher que pour Fontenay**/
{	display:block;
	}

.divBlanc
{
	background-color:transparent;
	overflow:auto;
	height:300px;
	}
	
.divBR /*à cacher que pour fontenay */
{
	display:none;
	}
	
.formAnnonces select /**pour FON uniquement**/
{
	background-color:#FFFFCC;
}
	
		
#imgAgence /** à cacher que pour Fontenay**/
{	display:none;	
	}
	
#lnkComptesGerance /** à n'afficher que pour Saint Maur et Fontenay**/
{
	color:Navy;
	font-style:italic;
	margin-bottom:10px;
	font-size:12px;
	display:block;
	}
	
#t1 /** à cacher que pour Fontenay**/
{	display:none;	
}
#t2 /** à cacher que pour Fontenay**/
{display:none;	
}

#nousContacter /** à cacher que pour Fontenay**/
{
	display:none;
	}

#gerContact /** à n'afficher que pour  Fontenay**/
{	display:block;
	
	}

#main .titre
{
	font-family: garamond;
	color: #c90e0e;
	font-size: 18pt;
	font-weight:bold;
	padding-bottom: 12px;
}


#main .txt /**Gras ou pas gras : pas gras pour FON**/
{
	font-family: arial;
	font-weight:normal;
	font-size: 0.8em;
	padding-bottom: 10px;
}