/*_____________________________________________________________
//
// P A R T I E     A G E N C E    D U    S I T E
//_____________________________________________________________
// 
// MENU (PARTIE CENTRALE GAUCHE)
//-----------------------------------*/
#gauche-central-agence
	{
		width 					: 196px;
		padding					: 0;
		margin					: 0;
		float					: left;
		background-color		: #FF9900;
		
	}
/********************************************

	-> DEBUT DU MENU DEROULANT DOC

********************************************/
#gauche-central-agence ul
{
	margin					: 0;
	padding					: 0;
	list-style				: none;
	border-bottom			: 1px solid #ccc;
	padding					: 30px 0 0 0;
	margin					: 0 0 0 0;
	width 					: 193px;
	border					: 1px solid #FF9900;
	list-style-type			: none;
	list-style-position		: inside;
	background				: url(../images/agence-fond-menu.gif) right top no-repeat #FF9900;
}

#gauche-central-agence ul li
{
	padding			: 0 0 0 15px;
	background		: url(../images/agence-puce.png) 5px 7px no-repeat;
	position		: relative;
}
/* Styles for Menu Items */
#gauche-central-agence ul li a
{
	display: block;
	text-decoration: none;
	font					: bold 12px "Verdana";
	color					: #FFFFFF;
	/*background				: #fff;  IE6 Bug */
	padding					: 5px;
	border-bottom			: 0;
	width:70%;
}
#gauche-central-agence ul li a:hover
{
	color:#FFFFCC;
}
/* - - - - - - - - - - - - - - - - 

 >>> S O U S     M E N U S
 
- - - - - - - - - - - - - - - - - */
/*+ + + + + + + + + 
ooo LISTE SOUS-MENU
+ + + + + + + + + */
#gauche-central-agence li ul
	{
		position			: absolute;
		/*
		ooo Postion du ss menu
		*/
		left				: 150px; 
		/*------------------------*/
		top					: 0;
		display				: none;
		background-image	: none;
		background-color	: #FFFFFF;
		z-index				: 100;
		margin				: 0;
		padding				: 10px 5px;
		width				: 260px;
	}
html #gauche-central-agence ul li ul li {
		background-image	: none;
		margin				: 0;
		padding:0;
		z-index				: 200;
	}
/*+ + + + + + + + + 
ooo LIENS SOUS-MENUS
+ + + + + + + + + */
#gauche-central-agence li ul li a
{
	width					: 100%;
	padding					: 2px 0;
	font					: bold 12px "Verdana";
	color					: #FFCC00;
	text-decoration			: none;
}
#gauche-central-agence li ul li a:hover
{
	color:#FF6600;
}

/* - - - - - - - - - - - - - - - - 

 >>> H A C K    P O U R   I . E . 
 
- - - - - - - - - - - - - - - - - */
/* Fix IE. Hide from IE Mac \*/
* html #gauche-central-agence ul li
{
		float			: left;
		height			: 1%;
		background		: url(../images/agence-puce.png) 5px 7px no-repeat;
		position		: relative;
}
* html #gauche-central-agence ul li a
{
	height	: 1%;
	color	: #FFFFFF;
}
/*     F I N     D U    H A C K     */

/* The magic */
#gauche-central-agence li:hover ul,
#gauche-central-agence li.over ul { display: block; } 
/*on remet la bonne couleur pour IE*/
#gauche-central-agence li ul li a
{ 
	color					: #FF9900;
}
/********************************************

	-> FIN MENU DEROULANT

********************************************/
/*----------------
PARTIE DROITE
----------------*/
/*-------------------------------------
// CONTENU (PARTIE CENTRALE DROITE )
//-----------------------------------*/
#droite-central-agence,
#droite-central-agence-recherche
	{
		width 					: 629px;
		float					: right;
		/*background-color:#FFFFCC;*/
	}
#droite-central-agence h1
	{
		font				: bold italic 14px "Verdana";
		margin				: 5px  0 10px 20px;
		color				: #FF3300;
		width				: 90%;
		padding:0 0 5px 0;
		background			: url(../images/agence-bg-titre.png) repeat-x center left;
	}
#droite-central-agence #sous-menu
	{
		list-style-type		: none;
		font				: bold 11px "Verdana";
		color				: #FF3300;
		margin				: 0 0 5px 40px;
		padding				: 0 0 0 0;
	}
#droite-central-agence #sous-menu li
	{
		margin:0;
		padding:0;
		line-height:15px;
	}
#droite-central-agence #sous-menu li a
	{
		color				: #FF3300;
		text-decoration:none
	}

/*_____________________________________________________________________________


 - - > > M O T E U R    D E     R E C H E R C H E

_____________________________________________________________________________*/
.h1-agence a
	{
		text-decoration		: none;
		font				: bold italic 14px "Verdana";
		margin				: 5px  0 10px 5px;
		color				: #FF3300;
		background-image	: none;
		background-repeat:no-repeat;
	}
.h1-agence
	{
		background			: url(../images/agence-bg-titre.png) repeat-x center left;
	}
.list-agence a
	{
		text-decoration		: none;
		color				: #FF3300;
	}

