@charset "UTF-8";
/* CSS Document */

body {
	background:#ececed;
	font:12px/18px Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

* { border: 0; }

a {
	color:#b20f31;
	text-decoration:none;
}

a:hover {
	color:#b20f31;
	text-decoration:underline;
}

.clear { clear: both; }


.img {
	display: block;
	margin:0px;
}

.imgfll {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 6px;
}

.imgflr {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color:#7675ae;
	font-size:12px;
	font-weight:bold;
}


/* Container
------------------------------------------------------------------------------*/

#container {
	margin: 0px auto;
	width:835px;
	height:auto; 
	text-align: left;
	background:#fff;
	border-bottom:2px solid #fff;
	z-index:100;
}

#container_accueil {
	margin: 0px auto;
	width:835px;
	height:auto; 
	text-align: left;
	z-index:100;
	}
	
#accueil_menu {
	float:left;
	width:140px;
}

#defil1 {
	float:right;
	width:695px;
	height:474px;
	background:url(images/accueil_rgt.gif) no-repeat;
}

#defil2 {
	position:relative;
	top:100px;
	left:410px;
	padding:10px;
	width:150px;
	height:200px;
	background:url(images/trans.gif);
}

#cadrpg { width:150px; margin:0 auto; border:0; overflow:hidden;}

#newshr { position:relative; width:150px; height:200px; overflow:hidden; }

#defile { position:absolute; margin-top:1px; background-color:transparent;}

/* Header
------------------------------------------------------------------------------*/
#header {}
	
#hd_logo_lft {float:left;}

#hd_menu {
	float:right;
	width:431px;
	text-align:right;
	background:#f6cfa2;
}
	
#hd_menu_01 {
	float:right;
	width:431px;
	height:17px;
	text-align:right;
	background:url(images/menu_01_bg.gif);
	color:#7675ae;
}
	
#hd_menu_01 a {
	color:#e6860b;
	text-decoration:none;
}

#hd_menu_01 a:hover {
	color:#7675ae;
	text-decoration:none;
}
	
#hd_menu_02 {
	float:right;
	width:835px;
	height:17px;
	text-align:right;
	background: url(images/logo_top_footer.gif) no-repeat left #7675ae;
	color:#fff;
}
	
#hd_menu_02 a {
	color:#bbb8d7;
	text-decoration:none;
}

#hd_menu_02 a:hover {
	color:#fff;
	text-decoration:none;
}
	
/* Menu
------------------------------------------------------------------------------*/

/* Content
------------------------------------------------------------------------------*/

#content {
	padding:20px;
}

#sub-content {
	width: 500px;
	text-align:justify;
	float: right;
}

#sub-content-ventes-01 {
	width: 480px;
	float: right;
	background:#b20f31;
	color:#fff;
	padding:10px;
}

#sub-content-ventes-02 {
	width: 500px;
	float: right;
}

#sub-content-location-01 {
	width: 480px;
	float: right;
	background:#e6860b;
	color:#fff;
	padding:10px;
}

#sidebar {
	float: left;
}

#sidebar_coup_coeur {
	width:265px;
	float: left;
	border: 1px solid #e6860b;
	padding:5px;
}

#prestations {font-size: 12px;}

.coup_coeur {
	background:#fdf4e8;
	border:#e6860b 1px solid;
	padding:5px;
	text-align:left;
}
	
.coup_coeur h1 {
	color:#7675ae;
	font-size:14px;
}

.logements {
	text-align:left;
	float:left;
	width:250px;
	height:130px;
}

.equipe1 {
	float: left;
	text-align: left;
	width: 360px;
	height: 130px;
	margin-left: 285px;
}

.equipe2 {
	float: left;
	text-align: left;
	width: 360px;
	height: 130px;
	margin-left: 35px;
}
	
#sub-content-lotissements {
	width: 800px;
}	

#sub-content-lotissements-02 {
	float: right;
	width: 350px;
}	

.lotissements {
	text-align:left;
	float:left;
	width:400px;
	height:150px;
}

/* Infos
------------------------------------------------------------------------------*/

#infos {
	float:left;
	width:300px;
	height:181px;
	background:url(images/infos_bg.gif) repeat-x;
	padding:10px;
	color:#fff;
	text-align:justify;
}

#infos h1 {
	font-size:14px;
	color:#fff;
}

#conseils {
	width:495px;
	float:right;
	padding:10px;
	color:#000;
	background:#f9f1d6;
	height:161px;
}

#conseils_sub_01 {float:left;}

#conseils_sub_02 {float:right;}

/* Footer
------------------------------------------------------------------------------*/
#footer{
	height:23px;
	background: url(images/footer_illus_rgt.gif) no-repeat right #e6860b;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding-left:10px;
}

#valid{}

.green{color:#a7c73b;}
.red{color:#e0121b;}
.bleu{color:#7675ae;}
.lft{text-align:left;}
.rgt{text-align:right;}
.img_border_orange{border:#e6860b 1px solid;}
.text_center{ text-align:center;}

/* Formulaire contact
-------------------------------------*/
form { width: auto; color: #333; }
.champ { clear: both; padding: 2px 0px; margin: 1em 0em; }
.champ fieldset { border: 1px solid #c5e2ee; padding: 5px 10px; }
.champ fieldset legend { color: #666; margin-top: 0.5em; margin-bottom: 0.5em; font-style: italic; }
.champ input.info { border: 1px solid #156098; }
.champ textarea { border: 1px solid #156098; color: #666; }
.champ select { border: 1px solid #156098; background-color: #F8F8F8; }