@charset "utf-8";
/*====================================================================*/
/*============================ CSS RESET =============================*/
/*====================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*====================================================================*/
/*============================= GENERAL ==============================*/
/*====================================================================*/

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
table {
	line-height: 18px;
}
body {
	background-image: url(../images/design/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #808080;
	background-position: top center;
	text-align: center;
	padding-bottom: 40px;
}
div.container {
	background-image: url(../images/design/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
div.container1 {
	width: 900px;
	background-image: url(../images/design/container1_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	padding: 0 15px;
	text-align: left;
}
.invisible {
	display: none;
}

div.clear { clear: both; }
.hidden { display: none; }
div.separate {
	clear: both;
	background: #BBBBBB;
	height: 1px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 50px 40px 50px;
	position: relative;
	top: 20px;
}
strong {
	font-weight: bold;
}
a {
	color: #D60505;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
/*====================================================================*/
/*================================ HEADER ============================*/
/*====================================================================*/

div.header {
	height: 160px;
	position: relative;
}
div.header div.buttons {
	color: #333333;
	position: absolute;
	right: 50px;
}
div.header div.buttons div.btn_newsletter a, div.header div.buttons div.btn_myspace a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding-left: 30px;
	line-height: 30px;
	height: 30px;
}
div.header div.buttons div.languages {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 60px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/design/btn_languages_bg.png);
}
div.header div.buttons ul {
	margin: 0px;
	padding: 0px;
}
div.header div.buttons li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
div.header div.buttons div a:hover {
	color: #d60505;
}
div.header div.buttons div.btn_newsletter a {
	width: 90px;
	background-image: url(../images/design/btn_newsletter_bg.png);
	position: absolute;
	right: 200px;
}
div.header div.buttons div.btn_myspace a {
	width: 90px;
	background-image: url(../images/design/btn_myspace_bg.png);
	position: absolute;
	right: 70px;
}
div.header div.pict_scroller {
	position: absolute;
	top: 60px;
}
div.overlay {
	background-image: url(../images/design/overlay.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 116px;
	left: 30px;
	height: 40px;
	width: 800px;
	line-height: 40px;
	padding-left: 30px;
}
h1.pagetitle {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 9px;
	left: 135px;
	height: 40px;
	line-height: 40px;
	padding-left: 0px;
}
h1.pagetitle span.red {
	color: #d60505;
}
/*====================================================================*/
/*================================ MAIN ==============================*/
/*====================================================================*/

div.main {
}
/*====================================================================*/
/*=============================== CONTENT ============================*/
/*====================================================================*/

div.blackmask {
	position: absolute;
	z-index: 99999991;
	background: #000000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
div.homecontainer {
	position: absolute;
	z-index: 99999992;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/design/home_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
div.homecontainer .bg_picture {
	height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(../images/design/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
}
div.homecontainer .bg_picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div.homecontainer .bg_picture a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.homecontainer .bg_picture p.enter {
	padding-top: 65px;
}
div.content_bg {
}
div.content {
	padding: 50px;
	width: 510px;
	float: left;
	/*background: url(../images/design/content_bg.gif) no-repeat 0 0;*/
}
div.content p {
	line-height: 18px;
	margin-bottom: 15px;
}
div.content h1 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 2px #d60505;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
div.content h2 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	border-bottom: solid 2px #d60505;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
div.content h3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
div.content h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*====================================================================*/
/*================================ LEFT ==============================*/
/*====================================================================*/

div.left {
	float: left;
	margin-left: 30px;
	width: 210px;
}
/*====================================================================*/
/*================================ MENU ==============================*/
/*====================================================================*/
div.menu {
	padding: 50px 0 50px 25px;
	//position: relative;
	//left: 0 !important;
	//left: -30px;
}
div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}
div.menu li.niveau1 {
	font-size: 14px;
	margin-bottom: 5px;
}
div.menu li.niveau1 a {
	color: #d60505;
	text-decoration: none;
	line-height: 20px;
	display: block;
	border-bottom: solid 1px #d60505;
	padding: 2px 10px;
	background-color: #cccccc;
}
div.menu li.niveau1 a:hover {
	color: #666666;
	font-weight: bold;
	border-bottom: solid 1px #d60505;
	background-color: #ffffff;
}
div.menu li.niveau1 ul {
	margin: 5px 0;
	list-style: none;
	padding-left: 20px;
}
div.menu li.niveau2 {
	font-size: 12px;
	margin-bottom: 5px;
}
div.menu li.niveau2 a {
	font-weight: normal;
	border-bottom: solid 1px #666666;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
div.menu li.niveau2 a:hover {
	color: #000000;
	font-weight: normal;
}
/*====================================================================*/
/*=============================== FOOTER =============================*/
/*====================================================================*/

div.footer {
	clear: both;
	color: #999999;
	padding-right: 100px;
	text-align: right;
	line-height: 18px;
	height: 100px;
}
div.footer a {
	color: #999999;
	text-decoration: none;
}
div.footer a:hover {
	color: #333333;
	text-decoration: none;
}
div.footer p.copyright, div.footer p.footer_menu {
	font-size: 10px;
}
/*===================================================================*/
/*========================= PAGES STATIQUES =========================*/
div.content div#tools{
	clear: both;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}
div.content div#tools a img{
	border: none;
	position: relative;
	top: 5px;
}
div.content div#sequence, div.content div.pagination {
	text-align: center;
	padding: 10px 0 5px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
div.content div#sequence *, div.content div.pagination * {
	margin: 0 1px;
	padding: 0 1px;
}
div.content div#sequence span, div.content div.pagination span { font-weight: bold; }
div.content div.relatedpages h2 { font-size: 14px; }
div.content div.relatedpages ul { padding: 0; margin: 0 0 0 10px; color: #7D7D7D; }
div.content div.relatedpages ul li { list-style-position: inside; }
div.content div.relatedpages ul li a { color: #7D7D7D; }
div.content div.relatedpages ul li a:hover { color: #FFB000; }
/*===================================================================*/
/*=============================== BOX ===============================*/
div.content div.right div.box {

}
div.content div.right div.content_box {

}
div.content div.right div.box h2 {

}
div.content div.right div.box h2:first-letter {

}
div.content div.right div.content_box {

}
div.content div.right div.content_box h3 {

}
div.content div.right div.content_box p {

}
div.content div.right div.content_box p a {	
 }
div.content div.right div.content_box p a:hover {

}
div.content div.right div.news p {
	
}
div.content div.right div.news p.date {

}
div.content div.right div.news p.more {

}
div.content div.right div.news div.separate {

}
div.content div.right div.newsletter label {

}
div.content div.right div.newsletter input {

}
div.content div.right div.newsletter span {

}
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
div.copyright {
	clear: both;
	text-align: right;
	padding: 20px 0;
	color: #999999;
	font-size: 10px;
}
div.copyright a { color: #999999; text-decoration: underline; }
div.copyright a:hover { color: #4C4C4C; text-decoration: underline; }
/*===================================================================*/
/*=============================== NEWS ==============================*/
div.new_content img {
	float: left;
	padding:  0 10px 10px 0;
}
div.new_content p.date {
	margin-top: -15px;
	font-size: 11px;
}
div.new_content p span.more {
	font-size: 11px;
}
div.news div.separate {
	display: none;
}
div.news_liste {
	position: relative;
	clear: both;
}
div.news_liste h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #666666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.news_liste .date {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.news_liste img {
	border:1px solid #666666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

/*===================================================================*/
/*============================= DOCUMENTS ===========================*/
div.doc_liste li {
	cursor: pointer;
}
div.categ {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
ul.liste {
	margin: 0;
	padding: 0;
}
ul.liste li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 12px;
	padding: 5px 0;
}
ul.liste li:hover {
	background: #EEEEEE;
}
ul.liste li.separated {
	border-bottom: 1px solid #BBBBBB;
}
ul.liste li span img {
	margin: 0 10px;
}
ul.liste li span a {
	font-weight: bold;
}
ul.liste li span.type {
	font-size: 11px;
	margin-left: 10px;
}
ul.liste li span.poid {
	font-size: 11px;
	position: absolute;
	right: 10px;
}
ul.liste li span.description {
	display: block;
	font-size: 11px;
	padding: 2px;
	margin: 3px 5px 0;
	position: relative;
	left: 30px;
}
/*===================================================================*/
/*========================== HOME & BIENS ===========================*/
div.content div.biens_home, div.content div.biens, div.content div.ensemblebiens {
	height: 220px;
	margin-bottom: 50px;
}
div.content div.biens_home div.bien, div.content div.biens div.bien, div.content div.ensemblebiens div.ensemblebien {
	height: 100%;
	width: 200px;
	background: url('../images/design/bien_home_bg.png') no-repeat bottom #4c4c4c;
	float: left;
	margin-right: 32px;
}
div.content div.ensemblebiens div.ensemblebien {
	background: url('../images/design/bien_home_bg.png') no-repeat bottom #4c4c4c;
}
div.content div.contenu div.biens div.bien, div.content div.contenu div.ensemblebiens div.ensemblebien {
	margin: 0 20px 20px 0;
}
div.content div.biens_home div.end, div.content div.biens div.end, div.content div.ensemblebiens div.end {
	margin-right: 0;
}
div.content div.biens_home div.bien div.photo, div.content div.biens div.bien div.photo, div.content div.ensemblebiens div.ensemblebien div.photo {
	text-align: center;
}
div.content div.biens_home div.bien div.photo img, div.content div.biens div.bien div.photo img, div.content div.ensemblebiens div.ensemblebien div.photo img {
	margin-top: 4px;
}
div.content div.biens_home div.bien h3, div.content div.biens div.bien h3, div.content div.ensemblebiens div.ensemblebien h3 {
	color: #FFF;
	margin: 0 4px;
	border-bottom: 1px solid #FFF;
	padding: 5px 0 5px 11px;
}
div.content div.biens_home div.bien h3 a, div.content div.biens div.bien h3 a, div.content div.ensemblebiens div.ensemblebien h3 a {
	color: #FFF;
	text-decoration: none;
}
div.content div.biens_home div.bien div.info, div.content div.biens div.bien div.info, div.content div.ensemblebiens div.ensemblebien div.info {
	position: relative;
}
div.content div.biens_home div.bien span.date, div.content div.biens div.bien span.date, div.content div.ensemblebiens div.ensemblebien span.date {
	color: #FFF;
	position: absolute;
	right: 16px;
	top: 8px;
}
div.content div.biens_home div.bien a:hover, div.content div.biens div.bien a:hover, div.content div.ensemblebiens div.ensemblebien a:hover {
	color: #FFF;
}
div.content div.biens_home div.bien p, div.content div.biens div.bien p, div.content div.ensemblebiens div.ensemblebien p {
	color: #FFF;
	margin: 10px 15px ;
}
div.content div.biens_home div.bien p.resume, div.content div.biens div.bien p.resume, div.content div.ensemblebiens div.ensemblebien p.resume {
	color: #FFF;
	height: 20px;
	overflow: hidden;
}
div.content div.biens div.bien p span, div.content div.ensemblebiens div.ensemblebien p span {
	font-weight: bold;
}
div.content div.contenu {
	clear: both;
}
div.content div.biens div.bien p span, div.content div.ensemblebiens div.ensemblebien p span {
	font-weight: bold;
}
/*===================================================================*/
/*=========================== BIENS FICHE ===========================*/
div.content div.bien_detail div.highlight, div.content div.ensemblebien_detail div.highlight {
	float: left;
}
div.content div.bien_detail div.photos, div.content div.ensemblebien_detail div.photos {
	margin-left: 120px;
	width: 300px;
}
div.content div.bien_detail div.photos img, div.content div.ensemblebien_detail div.photos img {
	margin: 0 5px 5px 0;
	cursor: pointer;
}
div.content div.bien_detail div.description, div.content div.ensemblebien_detail div.description {
	clear: both;
	padding-top: 30px;
}
div.content div.bien_detail div.description p span, div.content div.ensemblebien_detail div.description p span {
	font-weight: bold;
}
/*===================================================================*/
/*============================ FORMULAIRE ===========================*/
div.content form div.field {
	margin: 10px 0;
}
div.content form div.field label {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	padding: 0 10px 0 0;
	color: #7D7D7D;
	margin-top: 2px;
}
div.content form div.field input {
	width: 200px;
	padding: 2px;
}
div.content form div.field input.checkbox {
	width: auto;
}
div.content form div.field textarea {
	padding: 2px;
}
div.content form div.field img.code {
	margin: 10px 0 0 160px;
}
div.content form div.error {
	background: #F4CACA;
	border: 1px solid #CC0000;
	color: #CC0000;
	padding: 10px 0;
}
div.content form div.error div.info {
	margin: 5px 0 0 110px;
}
div.content form div.submit {
	border-top: 1px solid #BBB;
	padding: 10px 0;
	margin: 20px 0;
}
div.content form div.submit input {
	margin-left: 110px;
}
div.error_message {
	background: #F4CACA;
	padding: 15px;
	border: 1px solid #CC0000;
	color: #CC0000;
	margin-bottom: 10px;
}
div.info_message {
	background: #CAF4CA;
	padding: 15px;
	border: 1px solid #090;
	color: #090;
	margin-bottom: 10px;
}
div.indicator_message { 
	background: #F4F4F4;
	padding: 15px;
	border: 1px solid #999;
	color: #999;
	margin-bottom: 10px;
}
div.alert_message { 
	background: #CACAF4;
	padding: 15px;
	border: 1px solid #005;
	color: #005;
	margin-bottom: 10px;
}
/*===================================================================*/
/*============================== GALLERY ============================*/
div.gallery_photos div.photo, div.gallery_liste div.photo {
	float: left;
	margin: 0 5px 5px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
}
div.link {
	margin-top: 40px;
	text-align: right;
}
div.gallery_liste div.photo {
	margin-right: 10px;
}
div.galerie div.image {
	text-align: center;
}
div.galerie div.action_galerie {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 15px 0;
	position: relative;
	text-align: center;
}
div.galerie div.action_galerie span.action_previous {
	position: absolute;
	left: 0;
}
div.galerie div.action_galerie span.action_next {
	position: absolute;
	right: 0;
}
div.galerie div.action_galerie span.action_previous img, div.galerie div.action_galerie span.action_next img {
	margin-right: 5px;
}

/*===================================================================*/
/*============================= SLIDESHOW ===========================*/
div.slideshow {
	height: 96px;
	width: 150px;
	float: left;
}
/*===================================================================*/
/*============================ REFERENCES ===========================*/
div.references_photos div.photo, div.references_liste div.photo {
	float: left;
	margin: 0 7px 5px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: url('../images/design/gallery_photo_bg.png') no-repeat #FFF;
	text-align: center;
}
div.references_liste div.photo {
	margin-right: 10px;
}
/*===================================================================*/
/*=============================== GMAP ==============================*/
div#divgmap {
	height: 300px;
}
/*===================================================================*/
/*============================== MYSPACE ============================*/
div.myspace li {
	cursor: pointer;
}
div.myspace ul {
	margin: 10px 0 30px;
	padding: 0;
}
div.myspace ul li {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 12px;
	padding: 5px 0;
}
div.myspace ul li:hover {
	background: #EEEEEE;
}
div.myspace ul li.new_message:hover {
	background: none;
}
div.myspace ul li {
	border-bottom: 1px solid #BBBBBB;
}
div.myspace ul li.last {
	border: none;
}
div.myspace ul li span img {
	margin: 0 10px;
}
div.myspace ul li span a {
	font-weight: bold;
}
div.myspace ul li span.type {
	font-size: 11px;
	margin-left: 10px;
}
div.myspace ul li span.center {
	font-size: 11px;
	position: absolute;
	right: 100px;
}
div.myspace ul li span.right {
	font-size: 11px;
	position: absolute;
	right: 10px;
}
div.myspace ul li span.description {
	display: block;
	font-size: 11px;
	padding: 2px;
	margin: 3px 5px 0;
	position: relative;
	left: 30px;
}
div.myspace form div.field input, div.myspace form div.field textarea {
	width: 300px;
}
div.myspace form input.submit {
	margin-left: 160px;
}