body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
	background: url('../images/design/body_bg.jpg') repeat-y center;
}
div, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}
a img {	border: none; }
div.clear { clear: both; }
.hidden { display: none; }

h2 { font-size: 20px; font-weight: bold; border-bottom: solid 1px #17336f; margin-bottom: 15px; padding-bottom: 15px; }
h3 { font-size: 15px; font-weight: bold; color: #17336f; margin-bottom: 15px; }
p { line-height: 17px; margin-bottom: 15px; }
a { color: #17336f; text-decoration: underline; }
a:hover { color: #333333; }
div.separate {
	clear: both;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: #BBBBBB;
	margin: 10px 0;
}
/*===================================================================*/
/*========================== CONTAINER ==============================*/
div.container {
	width: 808px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div.container2 {
	background: url('../images/design/body_bg2.png') repeat-x top;
}
div.container3 {
	background: url('../images/design/body_bg3.jpg') no-repeat center top;
}
/*===================================================================*/
/*============================ HEADER ===============================*/
div.header {
	background: url('../images/design/header_bg.png') no-repeat center;
	height: 71px;
	position: relative;
	z-index: 3;
}
div.header h1 a { display: block; height: 71px; }
div.header h1 a span { display: none; }
/*===================================================================*/
/*============================= CONTENT =============================*/
div.content {
	padding: 0 4px 15px 4px;
	margin-top: -11px;
}
/*===================================================================*/
/*============================= langues =============================*/
div.langue {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 3;
}
div.langue ul li {
	display: inline;
	padding: 0 2px;
}
/*===================================================================*/
/*=============================== LEFT ==============================*/
div.left {
	width: 200px;
	float: left;
}
div.left a {
	color: #ffffff;
	text-decoration: none;
}
div.left a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.left div.photo {
	height: 100px;
	overflow: hidden;
}
div.left div.infobox {
	font-size: 12px;
	color: #ffffff;
}
div.left div.infobox p {
	margin-bottom: 5px;
}
div.left div.infobox h2 {
	display: none;
}
div.left div.box {
	color: #ffffff;
	padding: 10px;
}
div.left div.box h2 {
	font-weight: bold;
	color: fff;
	font-size: 14px;
	border-bottom: solid 1px #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*===================================================================*/
/*============================= CONTENU =============================*/
div.contenu {
	float: left;
	width: 520px;
	padding: 33px 40px 40px 40px;
}
div.content div#tools{
	text-align: right;
	border-top: 1px solid #17336f;
}
div.content div#tools a img{
	border: none;
	position: relative;
	top: 5px;
}
div.content p.highlight {
	padding: 10px;
	margin: 10px 30px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #17336f;
	color: #ffffff;
}
/*===================================================================*/
/*=============================== GMAP ==============================*/
div#divgmap {
	margin-bottom: 10px;
	border: 1px solid #17336f;
	width: 100%;
	height: 300px;
}
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
div.copyright {
	clear: both;
	text-align: right;
	color: #999999;
	font-size: 11px;
	padding: 5px 4px 20px 0;
	padding-right: 40px;
}
div.copyright a { color: #999999; text-decoration: none; }
div.copyright a:hover { color: #17336f; text-decoration: underline; }
/*===================================================================*/
/*============================= 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: #dfe3eb;
}
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 !important;
	//right: 30px;
}
ul.liste li span.description {
	display: block;
	font-size: 11px;
	padding: 2px;
	margin: 3px 5px 0;
	position: relative;
	left: 30px;
}
/*===================================================================*/
/*=============================== NEWS ==============================*/
div.news h3 {
	margin: 0;
}
div.news h3 a {
	text-decoration: none;
}
div.news h3 a:hover {
	text-decoration: underline;
}
div.news p.date {
	font-size: 11px;
	color: #7D7D7D;
	margin-bottom: 5px;
}
div.news img {
	float: left;
	margin: 0 10px 10px 0;
}
div.news_fiche h2 {
	margin: 0;
}
div.news_fiche div.photo {
	float: left;
	margin: 0 10px 10px 0;
}
div.news_fiche p.date {
	font-size: 11px;
	color: #7D7D7D;
	margin-bottom: 10px;
}
/*===================================================================*/
/*============================== GALLERY ============================*/
div.gallery_liste {
	width: 130px;
	height: 170px;
	text-align: center;
	float: left;
}
div.gallery_photos div.photo {
	float: left;
	margin: 0 7px 7px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #dfe3eb;
	text-align: center;
	border: 1px solid #a6b5d2;
	margin: auto;
}
div.gallery_liste div.photo {
	margin: 0 7px 7px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #dfe3eb;
	text-align: center;
	border: 1px solid #a6b5d2;
}
div.gallery_liste p.name {
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
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;
}



/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/design/body_bg.jpg') repeat-x #E4E4E4;
}
div, p, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
}
h2 { font-size: 22px; font-weight: normal; color: #FFB000; margin-bottom: 15px; }
h3 { font-size: 15px; font-weight: normal; color: #FFB000; margin-bottom: 15px; }
p { font-size: 12px; color: #7D7D7D; line-height: 20px; margin-bottom: 15px; }
a { color: #FFB000; text-decoration: none; }
a:hover { color: #4C4C4C; text-decoration: underline; }
a img {	border: 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;
}*/
/*===================================================================*/
/*========================== CONTAINER ==============================*/
/*div.container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/design/content_bg.png') repeat-y transparent;
	min-height: 100%;
}
div.container_bis { width: 828px; margin-left: 16px; }*/
/*===================================================================*/
/*============================ HEADER ===============================*/
/*div.header {
	background: url('../images/design/header_bg.jpg') no-repeat;
	height: 164px;
}
div.header h1 a { display: block; height: 164px; }
div.header h1 a span { display: none; }*/
/*===================================================================*/
/*============================== MENU ===============================*/
/*div.menu {
	height: 35px;
	background: url('../images/design/menu_bg.jpg') repeat-x;
	color: white;
}*/
/*===================================================================*/
/*============================= CONTENT =============================*/
/*div.content{ padding: 20px 20px 20px 40px; }
div.content div.contenu { float: left; width: 510px; }
div.content div.right { float: right; width: 230px; }*/
/*===================================================================*/
/*========================= 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 {
	background: url('../images/design/box_bg.jpg') repeat-y #4C4C4C;
	width: 220px;
	margin: 0 0 20px 10px;
}
div.content div.right div.content_box {	background: url('../images/design/box_bottom_bg.jpg') no-repeat 0 bottom; padding: 0 10px 10px 10px; min-height: 60px; }
div.content div.right div.box h2 {
	background: url('../images/design/box_title_bg.jpg') no-repeat;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	color: #FFF;
}
div.content div.right div.box h2:first-letter {	color: #FFB000; }
div.content div.right div.content_box {
	padding: 10px 15px 20px;
}
div.content div.right div.content_box h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}
div.content div.right div.content_box p {
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	padding-right: 10px;
}
div.content div.right div.content_box p a {	font-weight: normal; }
div.content div.right div.content_box p a:hover { color: #FFF; }
div.content div.right div.news p { margin-bottom: -10px; }
div.content div.right div.news p.date { font-size: 11px; font-weight: normal; }
div.content div.right div.news p.more { margin-bottom: 10px; font-size: 11px; }
div.content div.right div.news div.separate {
	font-size: 0;
	height: 1px;
	background: #FFB000;
	width: 150px;
	margin: 20px 0;
}
div.content div.right div.newsletter label {
	display: block;
	margin: 0 0 5px 0;
}
div.content div.right div.newsletter input {
	width: 90%;
}
div.content div.right div.newsletter span {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}*/
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
/*div.copyright {
	clear: both;
	text-align: center;
	padding: 20px 10px 10px;
	color: #999999;
	font-size: 11px;
}
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;
}*/
/*===================================================================*/
/*============================= 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 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 7px 5px 0;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: url('../images/design/gallery_photo_bg.png') no-repeat #FFF;
}
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;
}*/
