/* HTML DE BASE
******************************************************************************************/

body 
  {
	background: #F0F0F0;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
  }

h1 
  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #393E91;
	font-weight: normal;
	text-align: center;
  }

h2 
  {
	font-size: 16px;
	color: #393E91;
	font-weight: bold;
  }

img 
  {
	border: 0;
  }

.right 
  {
	text-align: right;
  }

.left 
  {
	text-align: left;
  }

.center 
  {
	text-align: center;
  }

tr 
  {
	vertical-align: top;
  }

form 
  {
	padding: 0;
	margin: 0;
  }

/* HACKS
********************************************************************************/

/* POINILLES AUTOUR DES LIENS (FIREFOX) */

a, a:active 
  {
	outline: none;
  }

/* CANEVAS
******************************************************************************************/

#wrapper 
  {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/content_bg.png) repeat-y;
  }

/* EN-TETE
******************************************************************************************/

#header 
  {
	width: 720px;
	height: 100px;
	margin: 0 auto 8px auto;
	padding: 0;
	background: url(../img/header_bg.png) repeat-x;
  }

#logo 
  {
	display: block;
	width: 250px;
	height: 96px;
	padding: 0;
	background: url(../img/logo.png) repeat-x;
	float: left;
  }

/* CHANGEMENT DE LANGUE AVEC ICONES
#lang
  {
    display: block;
    width: 28px;
    height: 19px;
    float: right;
    margin: 4px 4px 0 0;
  }


#lang_d
  { background: url(../img/b-deutsch.png); 
	  display: block;
    width: 28px;
    height: 19px;
    float: right;
    margin: 4px 4px 0 0;
	}

#lang_f
  { background: url(../img/b-francais.png); 
	  display: block;
    width: 28px;
    height: 19px;
    float: right;
    margin: 4px 4px 0 0;
	}
	
#lang span { display:none}	

FIN CHANGEMENT DE LANGUE AVEC ICONES */

/* CHANGEMENT DE LANGUE AVEC TEXTE */

#lang_f span, #lang_d span 
  {
	display: block;
	width: 28px;
	height: 19px;
	float: right;
	margin: 4px 36px 0 0px;
  }

#lang_f , #lang_d  , #lang_f span, #lang_d span 
  {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
  }

/* FIN CHANGEMENT DE LANGUE AVEC TEXTE */

#header h1, #header h2, #logo span 
  {
	display: none;
  }

/* PIED DE PAGE
******************************************************************************************/

#footer_print 
  {
	display: none;
  }

#footer 
  {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/footer_bg.png) no-repeat;
  }

#impressum 
  {
	width: 750px;
	height: 20px;
	margin: 20px auto;
	padding: 0;
	font-size: 10px;
	color: #999999;
	text-align: center;
  }

#impressum a 
  {
	color: #999999;
	text-decoration: none;
  }

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

/* MENU
******************************************************************************************/

#menu 
  {
	padding-top: 78px;
	margin-left: 12px;
  /*positi

on: relative;*/
  }

#menu ul 
  {
	padding: 0;
	margin: 0;
  }

#menu li 
  {
	display: block;
	float: left;
	height: 22px;
	width: 104px;
  }

#menu li 
  {
	background: url(../img/menu_off.png) left no-repeat;
	padding: 0 0 0px 6px;
	margin: 0 0 0 6px;
  }

#menu li span 
  {
	height: 22px;
	display: block;
	background: url(../img/menu_off.png) right no-repeat;
	padding: 0 6px 0 0;
	text-align: center;
  }

#menu li span, #menu li a 
  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: silver;
	line-height: 1.8em;
  }

#accueil #m-accueil,  
#a_louer #m-a_louer,
#bielfina #m-bielfina,  
#contact #m-contact 
  {
	background: url(../img/menu_on.png) left no-repeat;
  }

#accueil #m-accueil span,  
#a_louer #m-a_louer span,
#bielfina #m-bielfina span,  
#contact #m-contact span 
  {
	background: url(../img/menu_on.png) right no-repeat;
	color: black;
  }

/* SOUS-MENU
******************************************************************************************/

#submenu 
  {
	background: url(../img/submenu_off.png) repeat-x;
	width: 714px;
	height: 31px;
	margin: 0 auto;
  }

#submenu ul 
  {
	padding: 0;
	margin: 0;
  }

#submenu li a span 
  {
	display: block;
	;
    padding-top: 6px;
  }

#submenu li 
  {
	display: block;
	float: left;
	height: 31px;
	width: 50%;
	text-align: left;
  }

#submenu li a 
  {
	display: block;
	height: 31px;
	width: 150px;
	color: grey;
	text-decoration: none;
	text-align: center;
  }

#t-presentation a 
  {
	margin: 0 0 0 auto;
  }

.presentation #t-presentation a,
.plan_acces #t-plan_acces a 
  {
	background: url(../img/submenu_on.png) repeat-x;
	color: white;
  }

/* TEXTE
******************************************************************************************/

.content 
  {
	width: 714px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../img/div_bg.png) repeat-x;
  }

.content .gutter 
  {
	padding: 30px;
  }

.content .photo
  {
	width: 600px;
	border: 1px dotted red;
  }
/* PHOTO
******************************************************************************************/

.photo_medium 
  {
	width: 260px;
	height: 250px;
	background: url(../img/photo_medium_bg.png) no-repeat;
	text-align: center;
	padding-top: 10px;
	float: right;
  }

.photo_small 
  {
	width: 120px;
	height: 120px;
	background: url(../img/photo_small_bg.png) no-repeat;
	text-align: center;
	padding-top: 6px;
	float: left;
	margin: 0 4px 0 0;
  }

/* CARTE
******************************************************************************************/

.map 
  {
	display: block;
	float: left;
	width: 380px;
	height: 250px;
  }

#plan #map 
  {
	width: 700px;
	height: 461px;
	float: left;
	margin: 0 0 0 6px;
	background: url(../img/map_big.png) no-repeat;
  }
  
#immeuble #map  
 {
	background: url(../img/map_detail.png) no-repeat;
	margin: 0;
  }
#plan .content.big 
  {
	height: 500px;
  }

#map_d
  {
	background: url(../img/map_d.png) no-repeat;
  }
#map_f
  {
	background: url(../img/map_f.png) no-repeat;
  }

.blue 
  {
	background: url(../img/blt_blue.png) no-repeat;
  }

.red 
  {
	background: url(../img/blt_red.png) no-repeat;
  }

.green 
  {
	background: url(../img/house.png) no-repeat;
  }

.black 
  {
	background: url(../img/blt_black.png) no-repeat;
  }


.spot, .label 
  {
	position: relative;
	float: left;
  }

span.link 
  {
	position: relative;
	float: left;
  }

span.link a 
  {
	display: block;
	float: left;
	width: 13px;
	height: 11px;
    position: absolute;
	text-decoration: none;
  }

span.link a span 
  {
	display: none;
  }

span.link a:hover 
  { display:inline;
  }


span.link a:hover span
  {
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-left: 8px;
	/*	width: 125px;*/
	padding: 5px;
    float: left;
	color: white;
	background: url(../img/map_label.png)  0% 50%;
	padding: 4px 4px 4px 14px;
  }
  

span.link a:hover span.bielfina,
span.link a:hover span.carrefour
  {
	display: block;
	position: absolute;
	margin-top: -5px;
	margin-right: 8px;
	padding: 5px;
    float: left;
	color: white;
	background: url(../img/map_label.png)  right 50%;
	padding: 4px 14px 4px 4px;
  }  
  
span.link a:hover span.bielfina
  {
	margin-left: -260px;
  }  
  
.big #map span.link a:hover span.bielfina
  {
	margin-left: -325px;
  }    
  
span.link a:hover span.carrefour
  {
	margin-left: -156px;
  }   
  
.big #map span.link a:hover span.carrefour
  {
	margin-left: -205px;
  }   
  
span.link a:hover span
  { font-size: 9px; }

 
#plan span.link a:hover span
  { 
    font-size: 12px; 
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  }  
   
  #zoom 
  {
	position: relative;
	top: 230px;
	left: 310px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #393E91;
  }

#zoom 
  {
	position: relative;
	top: 230px;
	left: 320px;
	font-size: 10px;
	text-decoration: none;
	color: #393E91;
  }

#zoom img 
  {
	vertical-align: middle;
  }

/* LISTE DES OBJETS
******************************************************************************************/

#toolbar 
  {
	text-align: center;
	width: 700px;
	height: 30px;
	background: url(../img/toolbar.png) no-repeat;
	margin: 0 auto 36px auto;
	vertical-align: middle;
	padding-top: 3px;
  }

.object_list 
  {
	width: 690px;
	margin: 36px auto;
	padding: 4px;
  }

.building tr 
  {
	background: #FFD784 url(../img/line_bg_yellow.png) repeat-x;
	font-weight: normal;
	margin: 0 0 36px 0;
  }

.building td, .object_list td 
  {
	padding: 8px;
  }

.object_list tr 
  {
	height: 42px;
	vertical-align: middle;
  }

.even 
  {
	background: #F0F0F0 url(../img/line_bg_gray.png) repeat-x;
  }

.odd 
  {
	background: #D4D6E7  url(../img/line_bg_blue.png) repeat-x;
  }

.b-detail 
  {
	display: block;
	width: 100px;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid silver;
	border-right: 1px solid gray;
	border-left: 1px solid silver;
	border-bottom: 1px solid gray;
	background: #F0F0F0;
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	float: right;
  }

.b-detail:hover 
  {
	background: gray;
	color: white;
  }

.object_list a, .object_list a:hover 
  {
	color: black;
	text-decoration: none;
  }

/* MENU OBJETS
******************************************************************************************/

#obj_menu 
  {
	background: url(../img/submenu_off.png) repeat-x;
	width: 714px;
	height: 31px;
	margin: 0 auto;
  }

#obj_menu ul 
  {
	padding: 0;
	margin: 0;
  }

#obj_menu li a span 
  {
	display: block;
	;
    padding-top: 6px;
  }

#obj_menu li 
  {
	display: block;
	float: left;
	height: 31px;
	width: 130px;
	margin: 0 2px;
	text-align: left;
	font-size: 11px;
  }

#obj_menu li.select 
  {
	width: auto;
	padding: 5px 4px 0 4px;
	vertical-align: middle;
  }

#obj_menu li a.selected 
  {
	background: url(../img/submenu_on.png) repeat-x;
  }

#obj_menu li a 
  {
	display: block;
	height: 31px;
	width: 100%;
	color: black;
	padding: 0 4px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
  }

#obj_menu li a span 
  {
	height: 31px;
	vertical-align: middle;
  }

/* DETAIL D'UN OBJET
******************************************************************************************/

.content.detail 
  {
	margin-top: 0px;
	padding-top: 2px;
	width: 714px;
	margin: 0 0 0 18px;
	clear: both;
  }

.content .detail .gutter 
  {
	padding: 2px 20px;
  }

.loue_f 
  {
	background: url(../img/loue_f.png) right top no-repeat;
  }

.loue_d 
  {
	background: url(../img/loue_d.png) right top no-repeat;
  }

.loue_label 
  {
	font-size: 10px;
	font-weight: bold;
	background: maroon;
	color: white;
	padding: 1px;
	margin: 0 0 0 6px;
  }

.content.detail  h1 
  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 22px;
	text-align: left;
	padding: 10px 0 10px 0;
  }

.content.detail  p 
  {
	/*font

-family:  "Times new roman";*/
     font-size: 16px;
	text-align: justify;
	line-height: 1.3em;
	color: #333333;
  }

.content.detail.button 
  {
	text-align: center;
	padding: 20px 0;
  }
  
.inscription img
  {
	vertical-align:middle;
	border: 0;
  }  
  
.inscription a
  {
	text-decoration: none;
	font-weight:bold;
  }  

/* ACCUEIL
******************************************************************************************/

#accueil table 
  {
	width: 690px;
	margin: 0 auto;
  }

#accueil tr 
  {
	vertical-align: top;
  }

#accueil td 
  {
	width: 50%;
	padding: 20px;
	font-size: 12px;
  }

#accueil td.left 
  {
	border-right: 1px solid silver;
  }

#accueil td.right 
  {
	border-left: 1px solid white;
	text-align: left;
  }

/* IMMEUBLE
 ******************************************************************************************/

#immeuble .content img 
  {
	padding: 2px;
	margin: 2px;
	border: 1px solid #F0F0F0;
  }

#immeuble .object_list 
  {
	width: 650px;
	margin: 0 auto;
	padding: 4px;
  }
  
.buildings_table tr
  {
	vertical-align:middle;
  }  
  
.buildings_table a
  {
	text-decoration: none;
	font-weight: bold;
  }  
  
.buildings_table img
  {
	padding: 2px;
	margin: 2px;
	border: 1px solid #F0F0F0;
  }  

/* boutons
******************************************************************************************/

.button_bar
  {
	padding: 0 0 36px 0;
  }

.button_bar ul 
  {
	margin: 0 0 0 60px;
	padding: 12px 0 0 0px;
  }

#photo .button_bar ul, #immeuble .button_bar ul, #plan .button_bar ul 
  {
	margin: 0 0 0 260px;
  }
  
#envoyer .button_bar ul
  {
	margin: 0 0 0 140px;
  }  

#inscription .button_bar ul 
  {
	margin: 0 0 0 160px;
  }

.button_bar li 
  {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	height: 26px;
	background: url(../img/b-bg.png) right no-repeat;
  }

.button 
  {
	height: 26px;
	width: 180px;
	font-size: 11px;
  }

.button span 
  {
	display: block;
	text-align: center;
	padding-top: 0px;
	height: 26px;
  }

.button a 
  {
	text-decoration: none;
	width: 190px;
	height: 26px;
	color: #222222;
	display: block;
  }

.button a span 
  {
	display: block;
	font-weight: bold;
	padding-top: 6px;
  }

.button.back a 
  {
	background: url(../img/b-back.png) left no-repeat;
  }

.button.print a 
  {
	background: url(../img/b-print.png) left no-repeat;
  }

.button.send a 
  {
	background: url(../img/b-send.png) left no-repeat;
  }

/* FORMULAIRES
******************************************************************************************/

label 
  {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 260px;
	float: left;
  }

p.radio strong 
  {
	font-size: 12px;
	font-weight: bold;
  }

input.error 
  {
	background: lightyellow;
  }

#success 
  {
	margin: 150px auto;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
  }

#error 
  {
	color: white;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	border: 3px solid black;
	background: maroon;
	margin: 0 0 36px 0;
  }
  
/* JOB
  ****************************************************************************************************/
.job li { margin-bottom: 12px;}  
    
