/** Parties personnalisables par  agences**/

.photoCentre /**photo sur page d'accueil**/
{
height:160px;
}

#divFon /** à n'afficher que pour Fontenay**/
{	display:none;
	}

.divBlanc
{
	background-color:white;
	}
	
#ContactFooter /**à cacher pour FON**/
{	display:block;
	font-style:normal;	
	}
		
#imgAgence /** à cacher que pour Fontenay**/
{	display:block;	
	}
	
#lnkComptesGerance /** à n'afficher que pour Saint Maur et Fontenay**/
{
	color:Navy;
	font-style:italic;
	margin-bottom:10px;
	font-size:12px;
	display:none;
	}
	
#gerContact/** à montrer que pour les agences faisant de la gérance**/
{	display:none;}
	
#t1 /** à cacher que pour Fontenay**/
{	display:block;	
}
#t2 /** à cacher 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:bold;
	font-size: 0.8em;
	padding-bottom: 10px;
}