html *{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

img{
	border: none;
}
h1 {
	width: 1024px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #9a141b;
	}
h2 {
	width: 100%;
	background-color: #dadada;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #9a141b;
	}

#cadre-general {	
	position: absolute;
	width: 1024px;
	height: 788px;
	border: 1px solid #333;
	background-color: #ffffff;
	top : 15px;
	/*
	margin-left: -512px; // moitié de la largeur
	margin-top: -384px; // moitié de la hauteur 
	left: 50%;
	top: 50%;
	*/
	
	}

#Tableau_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
}

/*-------------	GAUCHE --------------*/

#H2B-Gauche-Logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:213px;
	height:142px;
}

#H2B-Gauche_ {
	background-color: #646466;
	position:absolute;
	left:0px;
	top:142px;
	width:213px;
	height:26px;
}

#H2B-Gauche-Titre-Nos-programmes_ {
	background-color: #9a141b;
	position:absolute;
	left:0px;
	top:168px;
	width:213px;
	height:41px;
}

#H2B-Gauche-titre-carte_ {
	background-color: #9a141b;
	position:absolute;
	left:0px;
	top:504px;
	width:213px;
	height:41px;
}

#H2B-Gauche-carte_ {
	position:absolute;
	left:0px;
	top:545px;
	width:213px;
	height:223px;
}

#H2B-Gauche-Menu-programmes_ {
	background-color: #000000;
	position:absolute;
	left:0px;
	top:209px;
	width:213px;
	height:295px;
}

#Gauche-menu-programme {
	width: 213px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}
#Gauche-menu-programme li{
	margin-left: 20px;
	padding-top: 10px;
}
#Gauche-menu-programme a{
	height: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 0px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#Gauche-menu-programme a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#Gauche-menu-programme a.selected{
	color: #ffffff;
	text-decoration: underline;
}


/*-------------	HAUT --------------*/

#H2B-Bandeau_ {
	position:absolute;
	left:213px;
	top:0px;
	width:811px;
	height:142px;
}



#H2B-Menu_ {
	background-color: #9a141b;
	position:absolute;
	left:213px;
	top:142px;
	width:811px;
	height:26px;
}

#menuHaut{
	width: 811px;
	margin: 0px auto;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#menuHaut li{
	background: url('../images/h2b-menu-intercale.png') no-repeat;
	float: left;
}
#menuHaut a{
	display: block;
	height: 26px;
	background: #9a141b;
	text-decoration: none;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#menuHaut a:hover{
	color: #000000;
	background: #e8cbcd;
}
#menuHaut a.selected{
	color: #000000;
	background: #e8cbcd;
}

#Les-hommes-de-biens-immobilier_ {
	background-color: #646466;
	position:absolute;
	left:213px;
	top:168px;
	width:791px;
	height:41px;
	color: #ffffff;
	padding-left: 20px
}

#formuRech input, #formuRech select{
	margin: 10px 5px 0px 5px;
}

.titre-menu {
	padding-top: 8px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	}
	
/*-------------	PAGES --------------*/	
	
#H2B-Page_ {
	position:absolute;
	overflow: auto;
	left:213px;
	top:209px;
	width:811px;
	height:559px;
}
/*-------------	LISTES BIENS --------------*/

#programme_tab{
	width: 790px;
	margin-top: 5px;
	margin-bottom: 25px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#programme_tab li.appartement{
	border: dotted 1px #9c9c9c;
	background: #ee7f00;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}

#programme_tab li.maison{
	border: dotted 1px #9c9c9c;
	background: #519ed4;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}

#programme_tab li.terrain{
	border: dotted 1px #9c9c9c;
	background: #a4c300;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}

#programme_tab li.residence{
	border: dotted 1px #9c9c9c;
	background: #9a141b;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}

#programme_tab li{
	border: dotted 1px #9c9c9c;
	background: #ee7f00;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}
#programme_tab a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#programme_tab a:hover{
	color: #000000;
	background: #e8cbcd;
}	


#programme_tab_appartement{
	width: 790px;
	margin-top: 5px;
	margin-bottom: 25px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#programme_tab_appartement li{
	border: dotted 1px #9c9c9c;
	background: #ee7f00;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}
#programme_tab_appartement a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#programme_tab_appartement a:hover{
	color: #000000;
	background: #e8cbcd;
}	
	
#programme_tab_maison{
	width: 790px;
	margin-top: 5px;
	margin-bottom: 25px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#programme_tab_maison li{
	border: dotted 1px #9c9c9c;
	background: #519ed4;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}
#programme_tab_maison a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#programme_tab_maison a:hover{
	color: #000000;
	background: #e8cbcd;
}	
	
	
#programme_tab_terrain{
	width: 790px;
	margin-top: 5px;
	margin-bottom: 25px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#programme_tab_terrain li{
	border: dotted 1px #9c9c9c;
	background: #a4c300;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}
#programme_tab_terrain a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#programme_tab_terrain a:hover{
	color: #000000;
	background: #e8cbcd;
}	

	
#programme_tab_residence{
	width: 790px;
	margin-top: 5px;
	margin-bottom: 25px;
	list-style: none;
	overflow: hidden;
	padding-top:0px;
}

#programme_tab_residence li{
	border: dotted 1px #9c9c9c;
	background: #9a141b;
	float: left;
	margin-left: 40px;
	text-align: center;
	min-height: 150px;
	width: 200px;
}
#programme_tab_residence a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
#programme_tab_residence a:hover{
	color: #000000;
	background: #e8cbcd;
}	

/*-------------	BIEN --------------*/
#titre_bien {
	position:absolute;
	left:0px;
	top:0px;
	width:345px;
	height:39px;
	background-color: #dadada;
}

#titre_type_prix {
	position:absolute;
	background-color: #e7c7c8;
	left:345px;
	top:0px;
	width:466px;
	height:39px;
}

#texte_bien {
	position:absolute;
	overflow: auto;
	background-color: #ffffff;
	text-align:justify;
	left:0px;
	top:39px;
	width:341px;
	height:296px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#photo_bien {
	position:absolute;
	background-color: #ffffff;
	left:345px;
	top:39px;
	width:466px;
	height:300px;
}

#photo_bien img {
	margin-left: 10px;
	margin-top: 10px;
	}

#titre_dispo {
	position:absolute;
	background-color: #dadada;
	left:0px;
	top:339px;
	width:345px;
	height:39px;
}

#titre_plan {
	position:absolute;
	background-color: #e7c7c8;
	left:345px;
	top:339px;
	width:466px;
	height:39px;
}

#bien_dispo {
	position:absolute;
	overflow: auto;
	background-color: #ffffff;
	left:0px;
	top:378px;
	width:345px;
	height:181px;
}

#tab_lot {
	margin-left: 10px:
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	width: 100%;
	}
	
#tab_lot tr {
	border: solid 2px #c2c2c2;
	}
	
#tab_lot td {
	border: solid 1px #c2c2c2;
	font-weight: normal;
	padding: 4px;
	}

#bien_plan {
	position:absolute;
	overflow: auto;
	background-color: #ffffff;
	left:345px;
	top:378px;
	width:462px;
	height:177px;
	padding:2px;
}

#gallery {
	float: right;
	text-align: top;
	}

.titre_bien {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #9a141b;
	}

#fichier ul{
	list-style: none;
	margin-bottom: 50px;
}
#fichier ul a{
	display: block;
	height: 15px;
	text-decoration: none;
	color: #000;
	margin: 5px 0px 5px 2px;
	padding-left: 0px;
	background: url(images_site/fleche_rose.jpg) no-repeat;	
}
#fichier ul a:hover{
	text-decoration: underline;
}	
	
/*-------------	FORMULAIRE	--------------*/
input {
	background : #FFFFFF;
	border : 1px solid #CCC;
	font-size : 11px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

.input_blank {
	background : #FFFFFF;
	border : 0px;
	font-size : 10px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

select {
	background : #FFFFFF;
	border : 1px solid #CCC;
	font-size : 10px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

checkbox {
	background : #FFFFFF;
	border : 1px solid #CCC;
	font-size : 11px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

textarea {
	background : #FFFFFF;
	font-size : 12px;
	border : 1px solid #CCC;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}
/*-------------	Carte Bretagne --------------*/		
#tab_recherche img {
	border: solid 1px #c2c2c2;
	}
	
#tab_recherche a{
	display: block;
	text-decoration: none;
	color: #000;
	}
#tab_recherche a:hover{
	background:  #CCC;
	}


/*-------------	CONTACT --------------*/		
.er {
	background-color: #FFFFFF;
	color: red;
	}
/*-------------	FOOTER --------------*/	

#H2B-Footer-Gauche_ {
	background-color: #646466;
	position:absolute;
	left:0px;
	top:768px;
	width:213px;
	height:20px;
}

#H2B-Footer-Droite_ {
	background-color: #9a141b;
	position:absolute;
	left:213px;
	top:768px;
	width:661px;
	height:16px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 4px;
}

#H2B-Footer-Droite_ a{
	text-decoration: none;
	color: #fff;
	}
#H2B-Footer-Droite_ a:hover{
	background:  #CCC;
	color: #000;
	}
	
#H2B-Footer-Droite-Mentions_ {
	background-color: #9a141b;
	position:absolute;
	left:894px;
	top:768px;
	width:129px;
	height:16px;
	color: #ffffff;
	padding-top: 4px;
	padding-right: 2px;
	text-align: left;
	}

#H2B-Footer-Droite-Mentions_ a{
	text-decoration: none;
	color: #fff;
	}
#H2B-Footer-Droite-Mentions_ a:hover{
	background:  #CCC;
	color: #000;
	}