@charset "utf-8";
/*--------------------------------------------------------------------------------------------*/
/*										menu												  */
/*--------------------------------------------------------------------------------------------*/
#agence
{
	margin:auto;
	padding-top:10px;
	width:859px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

#agence .titre1
{
	background:url(images/agence/titre1-fond.png) repeat-x;
	border:1px solid #ae037b;
	height:21px;
	font-size:14px;
	padding-left:5px;
}

#agence .texte1-agence { margin:5px; }

#agence li 
{
	list-style-image:url(images/agence/puce.png);
	margin-left:30px;
	margin-bottom:4px;
}

#agence .cat2
{
	border-bottom:1px dashed #fcfcfc;
	border-top:1px dashed #fcfcfc;
	padding-top:4px;
	padding-bottom:4px;
}

#agence .cat2 .titre2
{
	background:url(images/agence/titre2-fond.png) repeat-x;
	border:1px solid #b3b3b3;
	height:21px;
	font-size:17px;
	padding-left:5px;
	color:#000;
	margin-bottom:5px;
}

#agence .cat2 img { margin-right:4px; float:left; }


#agence #bulle
{
	float:right;
	width:587px;
	height:118px;
	position:relative;
}

#agence #bulle .fond_gauche
{
	position:absolute;
	left:0px;
	width:28px;
	height:84px;
	background:url(images/agence/bulle-fond_gauche.png) no-repeat;
}

#agence #bulle .fond_droit
{
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:84px;
	background:url(images/agence/bulle-fond_droit.png) no-repeat;
}

#agence #bulle .fond_content
{
	position:absolute;
	right:28px;
	left:28px;
	height:82px;
	background:#FFF;
	border-top:1px solid #c9c8c9;
	border-bottom:1px solid #c9c8c9;
}

#agence #bulle .fleche
{
	position:absolute;
	top:83px;
	right:100px;
}

#agence #bulle .bulle_content
{
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	color:#000;
	font-size:11px;
}
	