/* ----------------------
	BASIC ELEMENTS 
	----------------------*/

h1, h2, h3, h4{ 
	font-family:'Arial', sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	}

h1 { 
	color:#666666;
	font-size:10pt;
	padding:2px 4px 2px 0px;
	margin:12px 0px 0px 0px;
	}

h2 { 
	font-size:8pt;
	background:#FDEAC5;
	padding:4px 6px 4px 6px;
	font-weight:normal;
	color:#000000;
	border:1px #F7AA18 solid;
	margin:10px 0px 10px 0px;
	text-align:center;
	}

h3 { 
	font-size:8pt;
	color:#F7AA18;
	}

h4 { 
	font-size:8pt;
	color:#F7AA18;
	}

.article{
	font-family:'Trebushet MS', 'Tahoma', sans-serif;
	overflow:auto;
	margin-bottom:20px;
	clear:both;
	}

.article .title{
	font-family:'Arial', sans-serif;
	color:#485D97;
	text-align:left;
	font-weight:normal;
	font-size:14pt;
	padding:0px 0px 4px 0px;
	margin:0px 0px 4px 0px;
	border-width:1px;
	border-style:none none solid none;
	border-color:#BFBFBF;
	}

.article .subtitle{
	font-family:'Arial', sans-serif;
	color:#000000;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	line-height:11pt;
	padding:2px 0px 4px 15px;
	background-image:url('../../media/grey_arrow.gif');
	background-position:4px 4px;
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	}

.article .content{
	color:#222222;
	text-align:justify;
	font-weight:normal;
	font-size:8pt;
	margin-top:0px;
	line-height:11pt;
	padding:0px 0px 15px 0px;
	}

.article .content p{
	padding:0px 0px 5px 0px;
	}

.article .content b, .article .content strong{
	color:#222222;
	font-weight:bold;
	font-size:8pt;
	}

.article .img_class{
	border:1px solid #AAAAAA;
	background:#FFFFFF;
	padding:1px;
	}

.article .flash_class {
	padding:4px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}

.article a{
	color:#586CA3;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	}

.article a:link{
	color:#586CA3;
	font-size:8pt;
	}

.article a:visited{
	color:#586CA3;
	font-size:8pt;
	}

.article a:hover{
	color:#586CA3;
	font-size:8pt;
	text-decoration:none;
	}

.article .comment{
	color:#B3B3B3;
	text-align:left;
	font-weight:normal;
	font-size:7.5pt;
	line-height:8pt;
	padding:1px 0px 2px 3px;
	margin:2px 0px 3px 0px;
	background-color:#EBEBEB;
	}

.article .comment b, .article .comment strong{
	font-weight:bold;
	color:#808080;
	}

.article .content .resources{
	margin-top:10px; 
	text-align:right;
	width:auto;
	}

.article .content .resources .link, .article .content .resources .document{
	color:#808080;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	line-height:11pt;
	margin-top:5px;
	padding-left:18px;
	padding-bottom:2px;
	background-image:url('http://www.aranea.fr/systeme/media/icone_link.gif');
	background-position:0px 4px;
	background-repeat:no-repeat;
	}


/* --------------------
	LIST (ul - li - ol)
	-------------------------*/

/* Default */
ol {
	padding-left: 0px; 
	margin:2px 0px 2px 0px;
	font-size:8pt;
	text-align:left;
	}

ol li {
	list-style-type:decimal;
	font-size:8pt;
	}

ul {
	list-style-type:none;
	padding:0px; 
	margin:5px 0px 5px 0px;
	font-size:8pt;
	text-align:left;
	height:100%;
	}

ul li {	
	vertical-align:middle;	
	font-size:8pt;
	text-align:left;
	margin:6px 0px 6px 0px;
	}

/* Compatibility IE6 */
ul li .liste_li_ie {
	width:100%; 
	padding-left:12px; 
	background-image:url('../../media/list_icon.gif');
	background-repeat:no-repeat;
	background-position:3px 6px;
	text-align:left;
	}

ol li .liste_li_ie {
	width:100%; 
	padding-left: 0px; 
	background-image: none; 
	text-align: left;
	}

/* Compatibility IE7 */
ul li .liste_li_ie7 {
	padding-left:12px; 
	background-image: url('../../media/list_icon.gif');
	background-repeat:no-repeat;
	background-position:3px 6px;
	text-align:left;
	float:left;
	}

ol li .liste_li_ie7 {
	padding-left:0px; 
	margin-left:20px;
	text-align:left;
	}

/* Compatibility FIREFOX */
ul .liste_li_firefox {
	padding-left:12px; 
	background-image:url('../../media/list_icon.gif');
	background-repeat:no-repeat;
	background-position:3px 6px;
	text-align:left;
	}

ol .liste_li_firefox {
	padding-left:0px; 
	background-image:none;
	margin-left:20px;
	text-align:left;
	}


/* -----------------------
	SPECIFIC ARTICLES 
	-------------------------- */

/* Coordonnées */
.coordonnees .article{
	clear:none;
	margin-bottom:0px;
	}

.coordonnees{
	width:auto;
	float:left;
	width:475px;
	}

/* Home */
.home_encart {
	display:table;
	}


/* Left_col &  Right_col - Home */
.left_col .home_encart .title, .right_col .home_encart .title{
	text-align:right;
	padding:2px 5px 0px 0px;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	border-width:1px;
	border-style:none none solid none;
	border-color:#5B6C7C;
}

.left_col .home_encart .intro_title, .right_col .home_encart .intro_title{
	height:22px;
	text-align:right;
	padding:57px 5px 0px 0px;
	font-size:10pt;
	font-weight:bold;
	border-style: none;
	color:#000000;
}

.left_col .home_encart .intro_title{
	background-image:url('../../media/yellow_illus.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

.right_col .home_encart .intro_title{
	background-image:url('../../media/green_illus.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* Home_encart */
.home_encart .subtitle{
	color: #262626;
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	margin:4px 0px 2px 0px;
	}

.home_encart .content, .home_encart .content p{
	color: #262626;
	text-align: justify;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0px;
	padding-bottom: 5px;
	line-height:11pt;
	}

.home_encart .content b, .home_encart .content strong{
	color: #262626;
	font-weight: bold;
	font-size: 8pt;
	}

.home_encart a{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
	}

.home_encart a:link{
	color: #F18203;
	font-size: 8pt;
	}

.home_encart a:visited{
	color: #F18203;
	font-size: 8pt;
	}

.home_encart a:hover{
	color: #F18203;
	font-size: 8pt;
	text-decoration: none;
	}

.home_encart .ressources{
	text-align:right;
	height:20px;
	}

.home_encart .link, .home_encart .document{
	font-size:7.5pt;
	font-weight:normal;
	color:#999999;
	text-align:left;
	padding:4px 0px 4px 9px;
	background-image:url('../../media/list_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 8px;
	}

.home_encart .link a, .home_encart .document a{
	padding:0px;
	font-size:8pt;
	font-weight:normal;
	color:#294054;
	text-decoration:underline;
	}

.home_encart .link a:link, .home_encart .document a:link{
	color:#294054;
	text-decoration:underline;
	}

.home_encart .link a:visited, .home_encart .document a:visited{
	color:#294054;
	text-decoration:underline;
	}

.home_encart .link a:hover, .home_encart .document a:hover{
	color:#294054;
	text-decoration:none;
	}

/* LIST Segement */
.offers_head {
	clear:both;
	margin:0px 0px 10px 0px;
	border-width:1px;
	border-style:none none solid none;
	border-color:#EDA30E;
	height:22px;
}

.offers_head .title {
	float:left;
	font-size:14pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	
}

.offers_head .subtitle {
	float:right;
	font-size:7.5pt;
	font-weight:normal;
	color:#294054;
	text-align:right;
	padding:7px 0px 0px 0px;
}

/*
.list_segment, .list_segment_over {
	border-width:1px;
	border-color:#8894A2;
	border-style:none none solid none;
	padding:1px 0px 1px 0px;
	background-color:#FAFAFA;
}

.list_segment .photo, .list_segment_over .photo{ 
	width:100px;
	padding:0px 1px 0px 0px;
	vertical-align:top;
}

.list_segment .content, .list_segment_over .content{
	vertical-align:top;
	width:288px;
	padding:0px 7px 0px 7px; 
	border-width:0px 1px 0px 3px;
	border-color:#8894A2 #8894A2 #EDA30E #EDA30E;
	border-style:none solid none solid;
}

.list_segment .content, .list_segment .content p, .list_segment_over .content, .list_segment_over .content p{
	font-size:8pt; 
	color:#262626;
	text-align:left;
}

.list_segment .content b, .list_segment .content strong, .list_segment_over .content b, .list_segment_over .content strong{
	color: #262626;
	font-weight: bold;
	font-size: 7.5pt;
	}

.list_segment .content .title, .list_segment_over .content .title{
	font-size:10pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	background-image:url('../../media/top_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:0px 0px 0px 16px;
	margin:4px 0px 2px 0px;
}

.list_segment .infos, .list_segment_over .infos{
	width:162px;
	height:100%;
	font-size:8pt;
	padding: 5px 10px 5px 10px;
	vertical-align:top;
	background-color:#E0E3EC;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:none none none solid;
}


.list_segment .infos .intitule, .list_segment_over .infos .intitule{
	font-size:7.5pt;
	color:#294054;
	text-align:left;
	background-image:url('../../media/infos_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 8px;
}

.list_segment .infos .valeur, .list_segment_over .infos .valeur{
	font-size:7.5pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	padding:0px 0px 5px 8px;
}

.list_segment .contact, .list_segment_over .contact{
	background-color:#F2E7D0;
	padding: 3px 10px 5px 10px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid none none solid;
	vertical-align:bottom;
}

.list_segment .contact .intitule, .list_segment_over .contact .intitule{
	font-size:7.5pt;
	color:#294054;
	text-align:right;
	padding:0px 0px 0px 0px;
}

.list_segment .contact .valeur, .list_segment_over .contact .valeur{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	padding:2px 0px 0px 0px;
	text-align:right;
}

.list_segment .contact .valeur a, .list_segment_over .contact .valeur a{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
}

.list_segment .contact .valeur a:hover, .list_segment_over .contact .valeur a:hover{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	text-decoration:none;
}
*/


.list_segment{
	width:572px;
	background-image:url('../../media/fiche_bg.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px 0px 12px 0px;
}

.list_segment .title_zone{
	width:572px;
	height:25px;
	clear:both;
}

.list_segment .title_zone .title{
	float:left;
	margin:6px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	height:auto;
}

.list_segment .title_zone .title .type_bien{
	text-align:left;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	float:left;
	padding:0px 4px 0px 0px;
}

.list_segment .title_zone .title .zone_bien{
	text-align:left;
	color:#000000;
	font-size:8pt;
	font-weight:normal;
	margin-top:0px;
	float:left;
	padding:0px 0px 0px 0px;
}

.list_segment .title_zone .prix{
	float:right;
	margin:6px 10px 0px 0px;
}

.list_segment .title_zone .prix .intitule{
	text-align:left;
	color:#404040;
	font-size:7.5pt;
	font-weight:normal;
	float:left;
	padding:2px 3px 0px 0px;
}

.list_segment .title_zone .prix .prix_bien{
	text-align:left;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	padding:1px 0px 0px 0px;
	float:left;
}


.list_segment .content_zone{
	width:570px;
	margin:8px 1px 5px 1px;
	display:table;
}

.list_segment .content_zone .img_zone{
	float:left;
	width:104px;
	margin:0px 0px 0px 8px;
}

.list_segment .content_zone .img_zone .img{
	padding:1px;
	border:1px #D9D9D9 solid;
	width:100px;
	margin:0px 0px 1px 0px;
}

.list_segment .content_zone .description_zone{
	float:left;
	width:365px;
	margin:0px 0px 0px 8px;
}

.list_segment .content_zone .description_zone .ref{
	font-size:7.5pt;
	font-weight:normal;
	text-align:left;
	color:#8C8C8C;
}

.list_segment .content_zone .description_zone .ref b{
	font-size:8pt;
	font-weight:bold;
	color:#8C8C8C;
}

.list_segment .content_zone .description_zone .title{
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	color:#000000;
	text-transform:uppercase;
	margin:2px 0px 0px 0px;
}

.list_segment .content_zone .description_zone .content{
	font-size:8pt;
	font-weight:normal;
	text-align:justify;
	color:#404040;
	margin:0px 0px 5px 0px;
}


.list_segment .content_zone .description_zone .content b, .list_segment .content_zone .description_zone .content strong{
	font-size:8pt;
	font-weight:normal;
	color:#404040;
}

.list_segment .content_zone .description_zone .content h1{
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	color:#A6A6A6;
	border-width:1px;
	border-color:#E9E9E9;
	border-style:none none solid none;
	margin:5px 0px 2px 0px;
}

.list_segment .content_zone .description_zone .content .infos{
	color:#000000;
	}


.list_segment .content_zone .rf_zone{
	float:right;
	width:179px;
	padding:0px 0px 0px 1px;
	margin:0px 2px 0px 0px;
	border-width:1px;
	border-color:#E9E9E9;
	border-style:none none none solid;
}

.list_segment .content_zone .rf_zone .yellow_title{
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	color:#EDA30E;
	padding:0px 0px 3px 3px;
}

.list_segment .content_zone .rf_zone .rf_table{
	width:179px;
}


.rf_table .intitule, .rf_table .intitule_02{
	padding:2px 4px 2px 4px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:none none solid none;
	color:#404040;
	font-size:7.5pt;
	text-align:right;
	background-color:#E0E3EC;
	white-space:nowrap
}

.rf_table .value, .rf_table .value_02{
	width:100%;
	padding:2px 0px 2px 1px;
	border-width:1px;
	border-color:#FFFFFF;
	border-style:none none solid none;
	color:#000000;
	font-size:8pt;
	text-align:left;
	background-color:#E0E3EC;
}

.rf_table .value_02, .rf_table .intitule_02{
	background-color:#EFF1F5;
}

.list_segment .content_zone .rf_zone .ho{
	font-size:7.5pt;
	font-weight:bold;
	text-align:left;
	color:#000000;
	padding:0px 0px 0px 18px;
	background-image:url('../../media/honoraires_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:6px 0px 4px 5px;
}


.list_segment .contact_zone{
	background-color:#FDF3E0;
	width:568px;
	margin:5px 0px 0px 2px;
	display:table;
}

.list_segment .contact_zone .contact{
	float:left;
	text-align:left;
	padding:8px 0px 0px 8px;
	font-size:8pt;
	color:#000000;
}

.list_segment .contact_zone .contact b{
	font-size:8pt;
	color:#000000;
	font-weight:bold;
}

.list_segment .contact_zone .contact a{
	font-size:8pt;
	color:#000000;
	font-weight:bold;
}

.list_segment .contact_zone .contact_btn{
	float:right;
	width:121px;
	margin:2px 5px 0px 0px;
}

/* Over 
.list_segment_over{
	background-color:#FFFFFF;
}

.list_segment_over .contact{
	background-color:#F8BE4A;
}

.list_segment_over .infos{
	background-color:#BBC6E4;
}

*/


/* ----------------------------------
	FORMULAIRE DE CONTACT 
	-------------------------------*/

.form_segment {
	margin-top: 10px;
	}

.form_segment .article{
	margin-bottom:0px;
	background-image: none;
	}

.form_segment .article p{
	margin-bottom:0px;
	}

 .form_segment .article .title{
	color:#000000;
	text-align:left;
	font-weight:bold;
	font-size:13pt;
	line-height:13pt;
	border-color:#FD8000;
	border-width:1px;
	border-style:none none solid none;
	margin-bottom:5px;
	}

.title_map{
	color:#000000;
	text-align:left;
	font-weight:bold;
	font-size:13pt;
	line-height:13pt;
	border-color:#FD8000;
	border-width:1px;
	border-style:none none solid none;
	margin-bottom:5px;
	}


/* Formulaire */

.form .title {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	border-color: #FD8000;
	border-width: 2px;
	border-style: none none solid none;
	line-height: 15px;
	margin-bottom: 5px;
	}

.form .text {
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 5px;
	}

.form .intitule {
	font-family: 'Tahoma', sans-serif ;
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: bold;
	text-align:left;
}

.form .intitule_obl {
	font-family: 'Tahoma', sans-serif ;
	color: #0C0C0C;
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
}

.form .erreur {
	color: #FD8000;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 10px;
	}

.form .erreur b{
	color: #FD8000;
	font-size: 8pt;
	font-weight: bold;
	}

.form .valide {
	color:#0C0C0C;
	font-size:8pt;
	font-weight:normal;
	margin-bottom:10px;
	}

.form .valide b{
	color: #FD8000;
	font-size: 8pt;
	font-weight: bold;
	}

.form .content {
	font-size: 8pt;
	text-align: right;
	}

.form .content a {
	font-size: 8pt;
	font-weight: normal;
	color: #FD8000 ;
	}

.form .champ, .champ_erreur {
	font-family: 'Tahoma', sans-serif ;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 4px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C7C7;
	width: 100%;
	max-width: 100%;
	height: 14px;
	}

.form .champ_erreur {
	border-color: #FD8000;
	}

.form .button_parameters {
	text-align: right; 
	margin-top: 8px; 
	}

.form .button {
	font-size: 7pt; 
	height: 18px;
	background-color: #FD8000;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 3px;
	}

/* --------------------
	les ENCARTS
	---------------------------*/

.home_table .encart{
	width:215px;
	vertical-align:top;
}

.home_table .encart .top_encart{
	width:215px;
	height:148px;
	background-image:url('../../media/top_encart_bg.gif');
	background-repeat:no-repeat;
	background-position:right top;
	margin:7px 0px 0px 0px;
}

.home_table .encart .news_encart{
	width:215px;
	min-height:126px;
	background-image:url('../../media/news_encart_bg.gif');
	background-repeat:repeat-y;
	background-position:right top;
	margin:15px 0px 10px 0px;
}

.home_table .encart .news_encart .container{
	width:215px;
	min-height:112px;
	background-image:url('../../media/news_encart_top.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.home_table .encart .btn_all{
	float:right; 
	clear:both;
	padding:10px 8px 10px 0px;
}

/* Encart TOP AFFAIRES */
.top_encart .top_affaires{
	clear:both;
	width:185px;
	height:35px;
	background-image:url('../../media/top_sep_line.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px 0px 0px 6px;
	padding:3px 0px 0px 0px;
}

.top_encart .top_affaires .title{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	background-image:url('../../media/top_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 1px 16px;
}

.top_encart .top_affaires .subtitle{
	font-size:8pt;
	font-weight:normal;
	color:#4F6274;
	text-align:left;
	padding:0px 0px 0px 17px;
	height:15px;
	overflow:hidden;
}

.top_encart .top_affaires .title a{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	text-decoration:none;
}

.top_encart .top_affaires .title a:link{
	color:#294054;
	text-decoration:none;
}

.top_encart .top_affaires .title a:visited{
	color:#294054;
	text-decoration:none;
}

.top_encart .top_affaires .title a:hover{
	color:#294054;
	text-decoration:underline;
}

/* Encart NEWS */
.news_encart .container .news{
	clear:both;
	width:185px;
	height:auto;
	background-image:url('../../media/top_sep_line.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0px 0px 0px 10px;
	padding:5px 0px 5px 0px;
}

.news_encart .container .news .title{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	background-image:url('../../media/news_icon.gif');
	background-repeat:no-repeat;
	background-position:3px 5px;
	padding:0px 0px 2px 12px;
}

.news_encart .container .news .title a{
	font-size:8pt;
	font-weight:bold;
	color:#294054;
	text-align:left;
	text-decoration:none;
}

.news_encart .container .news .title a:link{
	font-size:8pt;
	color:#294054;
	text-decoration:none;
}

.news_encart .container .news .title a:visited{
	font-size:8pt;
	color:#294054;
	text-decoration:none;
}

.news_encart .container .news .title a:hover{
	font-size:8pt;
	color:#294054;
	text-decoration:underline;
}

.news_encart .container .news .summary{
	font-size:8pt;
	font-weight:normal;
	color:#4F6274;
	text-align:left;
	padding:0px 0px 7px 13px;
	line-height:11pt;
}

.news_encart .container .news .summary a{
	font-size:8pt;
	font-weight:normal;
	color:#4F6274;
	text-align:left;
	text-decoration:none;
}

.news_encart .container .news .summary a:link{
	font-size:8pt;
	color:#4F6274;
	text-decoration:none;
}

.news_encart .container .news .summary a:visited{
	font-size:8pt;
	color:#4F6274;
	text-decoration:none;
}

.news_encart .container .news .summary a:hover{
	font-size:8pt;
	color:#4F6274;
	text-decoration:underline;
}



/* Specific */

.cadre {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.commentaires {
	font-size:8pt;
	color:#737373;
	padding-bottom:5px
}