@charset "utf-8";
/* CSS Document */
.top_page {
	background:url(accueil/top_bg.gif) top left no-repeat;
	/*background-color:#090;*/
}
.content {
	background:url(accueil/page_bg.gif) top left repeat-y;
	z-index:0;
}
.img_left {
	background:url(../images/left_accueil.jpg) left bottom no-repeat;
}
.page_content {
	/*padding:50px;
	width:575px;*/
}
.left_menu, .page {
	/*display:none;*/
	z-index:0;
}
.txt_accueil {
	font-size:12px;
	line-height:14px;
	/*color:#333;*/
	color:#57744b;
	margin:2px;
	padding:7px;
}
/* bloc présentation services */
.services hr {
	clear:both;
}
.services {
	padding:5px;
}
.services .bloc {
	float:left;
	/*width:250px;*/
	width:460px;
	clear:both;
	padding:0;
	margin:5px 50px;
}
.services .bloc h2 {
	width:195px;
	float:left;
}
.services .arrondis {
	margin:5px 7px 10px 5px;
	padding:15px 0px 10px 10px;
	width:265px;
	float:left;
	clear:none;
	display:inline;
}
.services .title_rub {
	height:auto;
	padding:0 5px;
	top:-9px;
	font-size:12px;
	font-weight:normal;
}
.services .accueil {
	position:relative;
	/*width:auto;
	max-width:200px;*/
	width:194px;
	margin:2px 10px 5px 5px;
	padding:6px 8px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	clear:right;
	display:block;
	background-color:#cbcfb4;
}
.services .accueil a {
	color:#FFF;
	text-decoration:none;
}
.service .accueil a:hover {
	text-decoration:underline;
}
.services .conseil {
	background-color:#7EA3D1;
}
.services .accession {
	background-color:#7ABC76;
}
.services .passfoncier {
	background-color:#008C4F;
}
.services .locatif {
	background-color:#AF0917;
}
.services .locapass {
	background-color:#907CB4;
}
.services .travaux {
	background-color:#F08C3E;
}
.services .mobilite {
	background-color:#703527;
}
.services .assistance {
	background-color:#E53534;
}
.services .orange_proprietaire {
	background-color:#f15f22;
}
.services .mauve_locataire {
	background-color:#622d91;
}
.services .rose_mobilite {
	background-color:#ee4097;
}
.services .vert_difficulte {
	background-color:#a4cf57;
}
.services .vert_autres {
	background-color:#009649;
}
/* arrondis */
.services .accueil .agh, .services .accueil .adh, .services .accueil .agb, .services .accueil .adb {
	height:7px;
	width:7px;
	padding:0;
	margin:0;
	display:block;
	position:absolute;
}
.services .accueil .agh {
	top:-1px;
	left:-1px;
	background:url(../images/blc_hg.png) top left no-repeat;
}
.services .accueil .adh {
	top:-1px;
	right:-1px;
	background:url(../images/blc_hd.png) top left no-repeat;
}
.services .accueil .agb {
	bottom:-1px;
	left:-1px;
	background:url(../images/blc_bg.png) top left no-repeat;
}
.services .accueil .adb {
	bottom:-1px;
	right:-1px;
	background:url(../images/blc_bd.png) top left no-repeat;
}
.services .mentions {
	font-size:10px;
	color:#6e7544;
}