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



body {
	margin:0px;
	padding: 0px;
	background-color:#FFF;
	color:#1a171b;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(../img/pattern.png);
	background-repeat:repeat;

}

.main
{
	width: 1000px;
	margin : auto;
}


.container
{
	background : #ffffff;
	overflow: hidden;
}

.clear
{
	clear : both;
}

.centre
{
	text-align : center;
}

.droite
{
	text-align : right;
}

.gauche
{
	text-align : left;
}

/*--------------------------------------------------------------------------------------------
  Popup
-------------------------------------------------------------------------------------------- */

.masque
{
	position : fixed;
	height : 100%;
	width : 100%;
	background : black;
	z-index : 2000;
	opacity:0.7;
	MozOpacity : 0.7;
	KhtmlOpacity : 0.7;
	filter : alpha(opacity=70);
	display : none;
}

.div_popup
{
	visibility : hidden;
	position : fixed;
	top : 0px;
	left : 0px;
	width : 100%;
	z-index : 2000;
	display : none;
}

.table_popup
{
	margin : auto;
	visibility : visible;
	margin : auto;
	padding : 0px;
}

.popup_top
{
	background-image : url('../img/box/mb_top.png');
	background-position : top center;
	background-repeat : no-repeat;
	height : 73px;
	padding-bottom : 15px;
}

.popup_top img
{
	width : 207px;
	height : 73px;
}

.popup_bottom
{
	background-image : url('../img/box/mb_bottom.png');
	background-position : bottom center;
	background-repeat : no-repeat;
	height : 74px;
	padding-top : 15px;
}

.popup_bottom img
{
	width : 207px;
	height : 74px;
}

.popup_closer
{
	position : absolute;
	display : block;
	height : 42px;
	width : 41px;
	background : url('../img/box/btn_close.png');
	top : -20px;
	right : -20px;
	z-index : 2600;
}

.popup_contents
{
	padding : 10px;
	font-size:18px;
}

.popup_center
{
	position : relative;
	border : 2px solid #907350;
	background : #ffffff;
}

.popup_back
{
	width : 39px;
	height : 40px;
	position : absolute;
	display : block;
	left : -60px;
	background : url('../img/box/btn_left.png');
	display : none;
}

.popup_next
{
	width : 39px;
	height : 40px;
	position : absolute;
	display : block;
	right : -60px;
	background : url('../img/box/btn_right.png');
	display : none;
}

/*--------------------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------------------- */
#header {
	height:181px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	background-image:url(../img/bg_header.png);
	background-repeat:repeat-x;
}


#logo {
	margin-left:0px;
	margin-top:0px;
	width:560px;
	height:149px;
	float: left;}

#logo img {border:0px;}

h1  {padding: 0px;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;}

#header_left {
	padding: 0px;
	margin: 0px;
	width: 300px;
	position: relative;
	float: right;
}

#header_left ul{
	display: block;
	width: 60px;
	float: right;
	margin: 10px 25px 0px 0px;

}
#header_left ul li{
	display:block;
	padding-right: 10px;
	float:left;

}

#header_left ul li a{ display:block;width:16px;height:11px;text-indent:-9999px;background:url(../img/flag.png) top left no-repeat;}
#header_left ul li.flag-uk a{background:url(../img/flag.png) 0px 0px no-repeat;}
#header_left ul li.flag-fr a{background:url(../img/flag.png) -16px 0px no-repeat;}
#header_left ul li.flag-uk a:hover{background:url(../img/flag.png) 0px -11px no-repeat;}
#header_left ul li.flag-fr a:hover{background:url(../img/flag.png) -16px -11px no-repeat;}	

#number {
	margin-right: 40px;
	margin-top: 45px;
	float: right;
	line-height: 30px;
	position: relative;
	width: 280px;
}

h2 { 
color:#1a171b;
margin:0px;
padding:0px;
font-family:"Times New Roman", Times, serif;
font-size: 35px;
font-weight: bold;
text-align:right;
letter-spacing: 0.5pt;
word-spacing: 0.5pt;
}

h2 a { 
color:#1a171b;
text-decoration:none;
}

h2 a:hover {
	color:#a48259;
}

h3 {
	color: #7b674c;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1pt;
	margin-right: 40px;
}

h3 a { 
color:#907350;
text-decoration:none;
}

h3 a:hover {
	color:#1a171b;
}

h4 {
color: #907350;
font-family:"Times New Roman", Times, serif;
font-size:17px;
text-transform:uppercase;
margin:0px;
padding-bottom: 11px;
background-image:url(../img/separator.png);
background-repeat:repeat-x;
background-position: bottom;
 }
 
 h5 {
color: #907350;
font-family:"Times New Roman", Times, serif;
font-size:17px;
text-transform:uppercase;
margin:0px;
padding-bottom: 11px;
background-image:url(../img/separator.png);
background-repeat:repeat-x;
background-position: bottom;
 }
 
#main_column h5
{
	float : left;
	width: 650px;
	margin-bottom : 20px;
}
 
 h5 a { 
color:#907350;
text-decoration:none;
}

h5 a:hover {
	color:#1a171b;
}

h5 .red  {color:#e42322; }
.cred {color:#e42322; }
h5 .green { color:#269137; } 
.cgreen { color:#269137; }
.cbrown { color:#907350; }
h5 .black { color:#1a171b; }
.cblack { color:#1a171b; }

h6 {
color: #907350;
font-family:"Times New Roman", Times, serif;
font-size:17px;
text-transform:uppercase;
margin:0px;
margin-bottom: 11px;
padding-bottom: 11px;
background-image:url(../img/separator.png);
background-repeat:repeat-x;
background-position: bottom;
 }


h7  { 
color:#907350;
text-transform:uppercase;
font-size:15px;
padding:0px;
margin:0px;
font-weight:bold;
}

a  {color: #907350; 
text-decoration:none; 
	}
	
a:hover  {color:#1a171b;}

/*--------------------------------------------------------------------------------------------
  Menu
-------------------------------------------------------------------------------------------- */


#menu {
	margin:0px;
	margin:0px;
	width:1000px;
	height:20px;
	clear : both;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	color:#1a171b;
	}
	
	
#menu .link
{
	position : relative;
	width:185px;
	height:20px;
	float:left;
	padding-left: 60px;
	padding-top:7px;
}
	
	


#menu .link a  {
color:#907350;
	text-decoration:none;
	text-align:center;
	
}

#menu .link a:hover  {
color:#1a171b;

}


/*--------------------------------------------------------------------------------------------
  Diaporama Home
-------------------------------------------------------------------------------------------- */

#diaporama {
	margin:0px;
	padding:0px;
	width: 1000px;
	background-color:#fff;
	height: 360px;
	display:block;

}

/*--------------------------------------------------------------------------------------------
  Architecture
-------------------------------------------------------------------------------------------- */

.conteneur_select_tri
{
	position : relative;
	float : right;
	text-transform : none;
	font-weight : default;
	font-size : 16px;
}

.select_tri
{
	color : #907350;
	text-transform : none;
	font-weight : default;
	text-decoration : none;
	display : block;
	padding-right : 35px;
	background-image : url('../img/scroll_down.png');
	background-position : top right;
	background-repeat : no-repeat;
}

a:hover.select_tri
{
	color : #907350;
}

.select_tri span
{
	color : #1a171b;
}

.liste_tri
{
	position : absolute;
	padding : 0px 35px 5px 5px;
	top : 20px;
	right : 0px;
	width : 90px;
	background-image : url('../img/liste_tri.png');
	background-position : left bottom;
	background-repeat : no-repeat;
	display : none;
}

.liste_tri a
{
	display : block;
	text-align : right;
	color : #1a171b;
}

.liste_tri a:hover
{
	color : #907350;
}

#content {
	margin:0px;
	padding:0px;
	width: 1000px;
	overflow:hidden;
}

#left_column {
	margin-left:15px;
	margin-top:20px;
	padding-left:15px;
	padding-right:45px;
	margin-bottom:5px;
	text-align:justify;
	float:left;
	display:block;
	width:245px;


}

ul#navigation  {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  padding-bottom: 25px;
  background-image:url(../img/separator.png);
background-repeat:repeat-x;
background-position: bottom;
}

ul#navigation li  {
padding-top : 15px;
  font-size:15px;
  font-weight:bold;
  text-transform:uppercase;
}

ul#navigation li a {
  color:#1a171b;
  text-decoration: none;
}
ul#navigation li a:hover {color:#907350;
}

ul#navigation li a.red {color:#e42322;}
ul#navigation li a.green {color:#269137;}
ul#navigation li a.brown {color:#907350;}
ul#navigation li a.red:hover ,
ul#navigation li a.green:hover ,
ul#navigation li a.brown:hover  {color:#1a171b;}

#home_column {
	margin-top: 20px;
	padding-right: 15px;
	margin-bottom: 5px;
	float: left;
	width: 300px;

}

.home_column_right {
	padding-left: 30px;
}

#home_column {
	margin-top: 20px;
	padding-right: 15px;
	margin-bottom: 5px;
	float: left;
	width: 300px;

}

#home_box {
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
	width: 300px;

}

#home_box #img  { 
padding-bottom: 10px;
float:left;

}

#home_box  img  { border: 0px;}

#home_box .rollover   { 

 top:-20px; 
 left:180px;
 width: 27px; 
 height:22px;
 position:relative;

}

#home_box #title {
	font-size: 15px;
	font-weight: bold;
	color: #907350;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 2px;
}

#home_box #title a    { color:#907350; text-decoration:none;}
#home_box #title a:hover    {color:#1a171b;}

#home_box #desc  {
	font-size: 13px;
	text-align: justify;
	float:left;
}

#home_box .green_price  { 
font-size: 18px;
color:#269137;
line-height: 30px;
}
#home_box .red_price  { 
font-size: 18px;
color:#e42322;
line-height: 30px;
}

.main_float
 {
	float : right;
	width : 650px;
}

#main_column {
	margin-top: 20px;
	padding-right: 30px;
	margin-bottom: 5px;
}

#list_box ,
#about_box_left {
	margin-bottom: 10px;
	float: left;
	width: 650px;
}

#list_box #img  { 
padding-bottom: 10px;
padding-right: 50px;
float:left;
}



#list_box  img  , 
#focus_box  img , 
#about_box_left img ,
#focus_box #thumbnail img { border: 0px;}

#about_box_left .rollover   {
	 top:-10px; 
	 left: 265px;
 width: 27px; 
 height:22px;
 position:relative;
}

#about_box_right    {
	margin-top: 20px;
	float: left;
	width: 335px;
	line-height:17px;
	text-align:justify;
}

#list_box .rollover   {
	 top:-10px; 
 left:180px;
 width: 27px; 
 height:22px;
 position:relative;
}


#list_box #title {
	font-size: 15px;
	font-weight: bold;
	color: #907350;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 2px;
	float: left;
	width: 395px;
	height: 52px;
}

#list_box #title a    { color:#907350; text-decoration:none;}
#list_box #title a:hover    {color:#1a171b;}

#list_box .geo {
	font-size: 11px;
	color: #646464;
	text-transform: none;
	font-weight: normal;
	word-spacing: 1px;
	line-height: 18px;

}

#list_box #desc  {
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	float: left;
	padding-bottom: 5px;
	width: 395px;
	height: 45px;
	padding-top: 5px;
	
}



#list_box #green_price  {
	color: #269137;
	font-size: 18px;
	line-height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;

}
#list_box #red_price  {
	color: #e42322;
	font-size: 18px;
	line-height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;

}

#list_box #price  {
	color: #1a171b;
	font-size: 18px;
	line-height: 30px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
}



#more  a  {color: #907350; 
text-decoration:none; 
background-image: url(../img/over.png);
	background-repeat: no-repeat;
	background-position: 75px 5px;
	width: 105px;
	float: right;
	color: #907350;
	font-size: 12px;
	padding-top: 10px;
	}
	
#more  a:hover  {color:#1a171b;
background-image: url(../img/over_on.png);}

#add  a  { 
text-decoration:none; 
background-image: url(../img/over.png);
	background-repeat: no-repeat;
	background-position: 118px 5px;
	width: 145px;
	float: right;
	color: #907350;
	font-size: 12px;
	padding-top: 10px;
	}
	
#add  a:hover  {color:#1a171b;
background-image: url(../img/over_on.png);}

#delete  a  {
text-decoration:none; 
background-image: url(../img/delete.png);
	background-repeat: no-repeat;
	background-position: 118px 5px;
	width: 145px;
	float: right;
	color:#F00;
	font-size: 12px;
	padding-top: 10px;
	}
	
#delete  a:hover  {color:#1a171b;
background-image: url(../img/over_on.png);}


#page   {
	float:left;
	margin-top: 5px;
	text-align:center;
	width:100%
} 

 #page ul {padding: 0px; }
 
  ul#pagination li a img {
	  border: 0px;
	  position:relative;
	  top: 5px;
	  padding-left: 5px;
	  padding-right: 5px;
   } 
   
    ul#pagination li a:hover img {
	  opacity:0.8; 
	
   }    
 
 ul#pagination li {
   display: inline;
	color:#907350;	
	margin:0px;
	line-height:0px;
	font-size: 15px;
	letter-spacing: 1px;
   }
   
 ul#pagination li a {
	text-decoration:none;
	padding: 8px;
	color:#907350;
   }
 ul#pagination li a:hover {
	opacity:0.5; 
	
   }
	
#focus_box {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: justify;

}

#focus_box #img  {
	padding-bottom: 10px;
	padding-right: 25px;
	float: left;
}


#focus_box #title {
	font-size: 15px;
	font-weight: bold;
	color: #907350;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 2px;
	float: left;
	width: 305px;
	height: 70px;
}


#focus_box  .geo {
	font-size: 11px;
	color: #646464;
	text-transform: none;
	font-weight: normal;
	word-spacing: 1px;
	line-height: 18px;

}

#focus_box  .ref {
	font-size: 11px;
	color:#907350;
	text-transform: none;
	font-weight: normal;
	word-spacing: 1px;

}

#focus_box  #infos {
	font-size: 13px;
	width: 305px;
	float: left;

}

#focus_box .info {
	font-size: 14px;
	color:#907350;
	font-weight: bold;

}

#focus_box  th.dpe {
	color:#907350;
	font-weight: bold;
	line-height:30px;


}


#focus_box  th.ges {
	color:#907350;
	font-weight: bold;
	line-height:30px;


}




#focus_box #desc  {
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
	float: left;
	padding-bottom: 5px;
	width: 305px;
	margin-top: 10px;
	height: 62px;
	overflow : hidden;
}



#focus_box #green_price  { 
color:#269137;
font-size: 18px;
line-height: 30px;
float:left;
padding: 0px;
margin: 0px;
width: 150px;
padding-top:10px;
}
#focus_box #red_price  { 
color:#e42322;
font-size: 18px;
line-height: 30px;
float:left;
padding: 0px;
margin: 0px;
width: 150px;
padding-top:10px;
}

#focus_box #price  {
	color: #1a171b;
	font-size: 18px;
	line-height: 20px;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
}

#focus_box #thumbnail  {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 324px;
}

#focus_box #thumbnail  .thumb {
	margin-right:6px;
	margin-bottom:6px;
	border: 0px;
	float : left;
	width : 75px;
	height : 50px;
}


#focus_box #resume {
	margin-top: 20px;
	margin-bottom: 5px;
	float: left;
	width: 650px;

}

/*--------------------------------------------------------------------------------------------
  Table
-------------------------------------------------------------------------------------------- */

table, td  { 
padding: 7px;
	color:#1a171b;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}

table.dpe , td.dpe  { 
padding: 0px;
}

td.dpe_txt { 
font-weight : normal;
font-size : 13px;
color : #1A171B;
}

table.ges { 
padding: 0px;
float : right;
}

td.ges  { 
padding: 0px;
}

td.ges_txt { 
font-weight : normal;
font-size : 13px;
color : #1A171B;
}

input , textarea { 
border:#907350 1px solid;
font-family:"Times New Roman", Times, serif;
font-size: 14px;
}

input.button { 
background-color:#907350;
padding: 3px 20px 3px 20px;
border:#1a171b 1px solid;
color:#FFF;
font-family:"Times New Roman", Times, serif;
font-size: 14px;

}
input.radio { 
border:#1a171b 0px solid;
}


/*--------------------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------------------- */


#footer {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 940px;
	background-image: url(../img/separator.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_column {
	margin-left: 28px;
	margin-top: 30px;
	padding-left: 22px;
	padding-right: 25px;
	margin-bottom: 5px;
	text-align: justify;
	float: left;
	display: block;
	width: 230px;
}

ul#footer_column  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#footer_column li  {
	padding-bottom : 4px;

}

ul#footer_column li a {
  color:#1a171b;
  text-decoration: none;
}
ul#footer_column li a:hover {color:#907350;}

#footer_column a {color:#907350; text-decoration:none; }
#footer_column a:hover {color:#1a171b; }


/*--------------------------------------------------------------------------------------------
  Signature
-------------------------------------------------------------------------------------------- */


#signature {
	padding: 0px;
	margin: auto;
	text-align:center;
	font-size: 13px;
	text-transform:uppercase;
	word-spacing: 1px;

	color:#FFF;
	font-weight:bold;
	margin-top: 10px;
	width : 1000px;
	}
	
	#signature img {
	padding-top: 10px;
	padding-bottom: 20px;
	border:0px;
	}
	
#signature a {color:#FFF; text-decoration:none; }
#signature a:hover {color:#1a171b; }


/*--------------------------------------------------------------------------------------------
  Recheche
-------------------------------------------------------------------------------------------- */

.recherche_hide
{
	display : none;
}

.div_recherche
{
	width : 700px;
	background : #ffffff;
	padding : 15px;
}

.table_recherche td, .table_recherche th
{
	padding : 6px 5px;
	height : 23px;
	line-height : 23px;
	vertical-align : middle;
}

.conteneur_select_recherche
{
	width : 185px;
	background-image : url('../img/scroll_down.png');
	background-position : top right;
	background-repeat : no-repeat;
	position : relative;
	cursor : pointer;
}

.input_recherche
{
	width : 140px;
	padding-left : 10px;
	height : 19px;
	line-height : 19px;
	color : #907350;
}

.input_recherche_pointer
{
	cursor : pointer;
}

.liste_select_recherche
{
	width : 150px;
	border-left : 1px solid #907350;
	border-right : 1px solid #907350;
	border-bottom : 1px solid #907350;
	position : absolute;
	top : 22px;
	left : 0px;
	background : #ffffff;
	display : none;
	z-index : 3000;
}

.itemSelectRecheche
{
	display : block;
	line-height : 15px;
	padding : 3px 0px 3px 11px;
	background : #ffffff;
	font-size : 14px;
}

a:hover.itemSelectRecheche
{
	background : #eeeeee;
}

.save_select
{
	display : block;
	padding-right : 35px;
	float : right;
	height : 22px;
	background-image : url('../img/save.png');
	background-position : top right;
	background-repeat : no-repeat;
	text-transform : none;
	font-size : 14px;
	color : #269137;
}


/*--------------------------------------------------------------------------------------------
  Selection
-------------------------------------------------------------------------------------------- */

.selection_hide
{
	display : none;
}

.div_selection
{
	width : 700px;
	background : #ffffff;
	padding : 15px;
}

.table_recherche td, .table_recherche th
{
	padding : 6px 5px;
	height : 23px;
	line-height : 23px;
	vertical-align : middle;
	font-weight:normal;
}

.conteneur_select_recherche
{
	width : 185px;
	background-image : url('../img/scroll_down.png');
	background-position : top right;
	background-repeat : no-repeat;
	position : relative;
	cursor : pointer;
}

.input_recherche
{
	width : 140px;
	padding-left : 10px;
	height : 19px;
	line-height : 19px;
	color : #907350;
}

.input_recherche_pointer
{
	cursor : pointer;
}

.liste_select_recherche
{
	width : 150px;
	border-left : 1px solid #907350;
	border-right : 1px solid #907350;
	border-bottom : 1px solid #907350;
	position : absolute;
	top : 22px;
	left : 0px;
	background : #ffffff;
	display : none;
	z-index : 3000;
}

.itemSelectRecheche
{
	display : block;
	line-height : 15px;
	padding : 3px 0px 3px 11px;
	background : #ffffff;
	font-size : 14px;
}

a:hover.itemSelectRecheche
{
	background : #eeeeee;
}

.save_select
{
	display : block;
	padding-right : 35px;
	float : right;
	height : 22px;
	background-image : url('../img/save.png');
	background-position : top right;
	background-repeat : no-repeat;
	text-transform : none;
	font-size : 14px;
	color : #269137;
}

.alert
{
	width : 25px;
	height :25px;
	vertical-align : -5px;
	margin-left : 3px;
}

.alert_img
{
	background : url('../img/alert.png');
}