@charset "UTF-8";
/* CSS Document */
#titre #accroche{
	background-image: url(images/accroche.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: left center;
}
.accueil #titre {
}
/*Fil des dépêches =============*/
#dernieres_depeches h3, #dernieres_depeches hr {
	display:none;
}
#dernieres_depeches {
	clear:both;
	height: 40px;
	margin: 0px;
	padding: 10px 0px;
	background-image: url(images/depeches.jpg);
	background-repeat: no-repeat;
	width: 710px;
	background-position: left center;
}
/*#dernieres_depeches .mask {
	position: relative;
	left: 10px;
	top: 13px;
	width: 557px;
	overflow: hidden;
	margin-left: 123px;
	margin-right: 30px;
}*/
ul#fil {
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#fil li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
	width: auto;
}
ul#fil a {
	white-space: normal;
	padding: 0;
	color: #004587;
	font: normal 10px Verdana;
	margin: 0 10px 0 0;
	text-decoration:none;
} 
ul#fil span {
	margin: 0 0px 0 0;
	color: #004587;
	font-weight:bold;
}
#dernieres_depeches marquee {
	display: block;
	margin-left: 132px;
	margin-right: 20px;
	margin-top: 0px;
	width: auto;
	overflow: hidden;
	padding-top: 5px;
	font-size: 0.7em;
	line-height: 30px;
}
#dernieres_depeches marquee span {
	font-weight:bold;
	padding : 0px 3px 0px 10px;
	color: #004587;
}
#dernieres_depeches marquee a {
 	cursor:pointer;
}
/*AGENDA =============*/
#agenda {
	clear: both;
	padding-bottom: 10px;
	background-image: url(images/titre_agenda.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#agenda h3 {
	display: none;
}

#agenda ul, #agenda li{
	list-style:none;
	}
#agenda ul {
	padding: 0px 0px 0px 145px;
	display: block;
	margin: 0px;
	width: auto;
	height: 100px;
}
#agenda li {
	float: left;
	width: 280px;
	padding-bottom: 10px;
}
#agenda .titre {
	background-image: url(images/date_agenda.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}
#contenu  #agenda p {
	padding: 0px 5px 0px 0px;
	color: #666666;
	font-size: 0.7em;
}
#contenu #agenda h4 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px;
	padding-right:5px;
}
#contenu #agenda h5 {
	padding-top:2px;
	float:none;
	font-weight: bold;
	font-size: 0.7em;
	color: #666666;
}
#contenu #agenda li a{
	text-decoration: none;
	color:#666666;
}
#contenu #agenda p strong{
	display:block;
	padding-top:5px;
	font-weight:normal;
}
#contenu #agenda .agenda_immo h4, #contenu #agenda .agenda_immo strong {
	color:#00b0e5;
}

#contenu #agenda .agenda_collectivite h4, #contenu #agenda .agenda_collectivite strong {
	color:#83b30a;
}
#contenu #agenda .agenda_entreprise h4, #contenu #agenda .agenda_entreprise strong {
	color:#de931b;
}
/*AGENDA=================*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#E4F1FA;
	border:1px solid #cecece;
	z-index:80000;
}
#popupContact{
	display:none;
	position:fixed;
	height:auto;
	width:260px;
	background:transparent;
	z-index:90000;
	font-size:13px;
	text-align:center;
}
#popupContact p{ padding:0px; font-size:0.8em;}
#popupContact #haut_popup{
	height: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('images/popup_01.png');
}
#popupContact #centre_popup{
	background-image: url('images/popup_02.png');
	background-repeat:repeat-y;
	background-position: center top;
}
#popupContact #bas_popup{
	background-image: url('images/popup_03.png');
	height: 15px;
	background-repeat: no-repeat;
	background-position: center top;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:13px;
	top:8px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}
