html, body{
    margin: 0;
    padding: 0;
    font-family: arial, verdana, sans-serif;
}

body{
	background-color: #EBF3FB;
	background-repeat: repeat-x;
}

div#container{
	background-color: #ffffff;
    width: 980px;
    margin: auto;
    border-color: #1a5479;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0px 10px 10px;
    
    background-repeat: repeat-y;
}

div#banner{
	padding: 3px 0px;
}

div#banner h1{
	margin: 0px;
	padding: 5px;
	font-size: 0pt;
}

div#banner h1 span{
	display: block;
	position: absolute;
	top: -100px;
}

div#old_saisoloc h3{
	background-color: #b0b0b0;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 6px;
	margin: 0px 12px 0px 0px;
}

div#old_saisoloc div{
	border: 1px solid #b0b0b0;
	background-color: white;
	margin: 0px 12px 5px 0px;
}

div#old_saisoloc ul#old_cats{
	margin: 0px;
	padding: 0px 0px 0px 208px;
	list-style-type: none;
	height: 22px;
}

div#old_saisoloc ul#old_cats li{
	float: left;
	font-size: 8pt;
	font-weight: bold;
}

ul#old_cats a,
ul#old_cats span{
	float: left;
	padding: 4px 7px;
	height: 14px;
	text-decoration: none;
	color: #707070;
}

ul#old_cats span{
	width: 401px;
	font-style: italic;
}

ul#old_cats a{
	color : #909090;
	border-left: 1px solid #b0b0b0;
}

ul#old_cats a.first{
	border: none;
}

div#old_saisoloc ul#old_cats li a:hover{
	background-color: #b0b0b0;
	color: white;
}

div#old_saisoloc form{
	margin: 0px;
	padding: 0px;
}

div#old_saisoloc form span{
	color: #707070;
	font-style: italic;
}

/* MENU PROPRIÉTAIRE */
div#owner_menu{
	height: 70px;
	width: 500px;
	margin: 10px 160px 10px 0px;
	border: 1px solid #af9040;
	float: right;
}

div#owner_menu h3{
	margin: 0;
	font-size: 8pt;
	height: 15px;
	background-color: #af9040;
	color: #ffffff;
	text-align: center;
}

div#owner_menu div{
	height: 55px;
	width: 250px;
	font-size: 8pt;
	text-align: center;
}

div#owner_menu div.left{
	float: left;
	background-color: #ffffe5;
}

div#owner_menu div.right{
	float: right;
	background-color: #ffffe5;
	border-left: 1px solid #af9040;
	width: 249px;
}

div#owner_menu p{
	margin: 0;
	padding: 5px
}

div#owner_menu a{
	display: block;
	height: 15px;
	color: black;
	padding: 1px 0px;
	font-weight: bold;
}

div#owner_menu div.left a{ background-color: #ffffe5; }
div#owner_menu div.left a:hover{ color: white; background-color: #af9040; }
div#owner_menu div.right a{ background-color: #ffffe5; }
div#owner_menu div.right a:hover{ color: white; background-color: #af9040; }

/* Espace Propriétaire */
div.owner_message{
	font-size: 10pt;
	margin: 10px;
	border: 1px solid #1B5B9B;
	padding: 0px;
	color: #004080;
}

div.owner_message h3{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 4px 5px;
	background-color: #EBF3FB;
}

div.owner_message p{
	margin: 4px 15px;
}

img{
    border: none;
}

.pointer{
    cursor: pointer;
}

abbr{
    border-bottom: 1px dotted #000000;
    cursor: help;
}

a{
	color: #004080;
}
a:hover{
	text-decoration: none;
}

table#pictrip{
	width: 100%;
}

table#pictrip td{
	width: 25%;
	text-align: center;
	border: 1px solid black;
}

table#pictrip td span.inactive{
	color: #C0C0C0;
}

ul#marquee{
	overflow: hidden;
	border: 2px solid #FBF940;
	top: 3px;
	padding: 0;
	list-style-type: none;
	width: 786px;
	height: 20px;
	margin: 10px 0px;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
}

ul#marquee li{
	font-family: verdana, sans-serif;
	display: block;
	padding: 1px;
	text-align: center;
}

p#france_map{
	font-size: 8pt;
	font-weight: bold;
	margin: -28px 0px 0px 126px;
	padding: 0px 0px 5px 18px;
	background-image: url(../img/icons/carte_france.png);
	background-repeat: no-repeat;
}

h2{
	margin: 0px;
	padding: 2px 4px;
	font-size: 14pt;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #4080C0;
}

span.not_available{
	font-style: italic;
	border-bottom: 1px dashed #909090;
	cursor: help;
}

/**********/
/* MENU 2 */
/**********/

div#menu_second{
    border-top: 1px solid #cfdfeb;
    color: #8db4d0;
    font-style: italic;
    padding: 3px 15px 3px;
    font-size: 9pt;
    text-align: right;
}

div#menu_second a{
    color: #9A93a4;
}

div#menu_second ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    font-style: normal;
    font-weight: bold;
}

div#menu_second ul li{
    display: inline;
}

div#menu_second ul li.first{
    background-image: none;
}

div#menu_second ul li a{
    color: #60697A;
}



/***********/
/* CONTENU */
/***********/

div#content{
    clear: both;
    margin-top: 7px;
}

p#last_minute{
    text-align: center;
    margin: 0 0 10px;
}

div#content div#welcome{
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    margin: 10px 100px;
}

div#content div#welcome h2{
	font-size: 12pt;
	margin: 0;
}

/***************/
/* Zone Gauche */
/***************/

div#content_left{
    float: left;
    margin: 0px;
    width: 180px;
}

div#content_left h3{
	font-size: 8pt;
	color: #ffffff;
	background-color: #1b5b9b;
	padding: 3px 6px;
	margin: 0px;
	width: 155px;
}

div#content_left h3.owner{
	background-color: #af9040;
}

div#content_left ul{
	background-color: #ffffff;
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 5px;
    font-size: 9pt;
    font-weight: bold;
    border-style: solid;
    border-color: #1b5b9b;
    border-width: 0px 1px 1px;
    width: 165px;
}

div#content_left ul.owner{
	border-color: #af9040;
}

div#content_left ul li a{
    display: block;
    width: 156px;
    border-bottom: 1px solid #c9cEf9;
    padding: 4px 0px 4px 9px;
}

div#content_left ul.owner li a{
	border-color: #af9040;
	color: black;
}

div#content_left ul li.last a{
    border: none;
}

div#content_left ul a:hover{
    background-color: #ebf3fb;
}

div#content_left ul.owner a:hover{
	background-color: #af9040;
	color: white;
}

div#content_left h3.desist{
	background-color: #FF3060;
}

div#content_left ul.desist{
	border-color: #FF3060;
	padding: 6px 0px;
	overflow: hidden;
}

div#content_left ul.desist li a{
	font-size: 8pt;
	display: inline;
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	color: #FF3060;
	white-space: nowrap;
	border: none;
}

div#content_left ul.desist li a:hover{
	background-color: transparent;
}

/***************/
/* Zone Droite */
/***************/

div#content_right{
    float: right;
    width: 798px;
    padding-right: 2px;
}

div.frame{
    background-image: url(../img/global/shadow_right.png);
    background-repeat: no-repeat;
    background-position: 190px 0;
    font-size: 9pt;
    width: 199px;
}

div.frame div{
    width: 184px;
    padding: 5px 0;
    border-width: 0 1px 1px 5px;
    border-style: solid;
    border-color: #FBF940;
	background-color: #ffffe5;
	background-repeat: no-repeat;
	background-position: bottom right;
    margin-bottom: 10px;
}

div.frame div.small { min-height: 80px; }
div.frame div.medium { min-height: 170px; }
div.frame div.big{ min-height: 420px; }
div.frame div.big a { padding-top: 2px; padding-bottom: 2px; }

div.frame h3{
    margin: 0;
    padding: 3px 0;
    font-size: 11pt;
    text-align: center;
    width: 190px;
	background-color: #FBF940;
}

div.city div{ background-image: url(../img/global/city_bg.jpg); }
div.mountain div{ background-image: url(../img/global/mountain_bg.jpg); }
div.sea div{ background-image: url(../img/global/sea_bg.jpg); }
div.domtom div{ background-image: url(../img/global/domtom_bg.jpg); }
div.foreign div{ background-image: url(../img/global/foreign_bg.jpg); }
div.campaign div{ background-image: url(../img/global/campaign_bg.jpg); }

div.frame h3 a{
	text-decoration: none;
	color: black;
	cursor: text;
}

div.frame h3 a:hover{
	color: black;
}

div.frame div a{
    width: 162px;
    padding-left: 22px;
    display: block;
    background-image: url(../img/icons/bullet3.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    cursor: pointer;
}

div.frame a:hover{
	background-color: #FBF940;
}

div.frame ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.frame ul ul a{
    width: 152px;
    padding-left: 32px;
    background-image: url(../img/icons/bullet2.png);
    background-position: 16px center;
}

div.frame ul ul ul a{
	width: 142px;
    padding-left: 38px;
    background-image: url(../img/icons/bullet3.png);
    background-position: 22px center;
}

div.frame a:hover{
	color: #ff0000;
}


/*
div.campaign div { border-color: #F7DB00; background-color: #FEF7D7; }
div.campaign h3, div.campaign a:hover { background-color: #F7DB00; }

div.sea div { border-color: #F7DB00; background-color: #FEF7D7; }
div.sea h3, div.sea a:hover { background-color: #F7DB00; }

div.domtom div { border-color: #F7DB00; background-color: #FEF7D7; }
div.domtom h3, div.domtom a:hover { background-color: #F7DB00; }

div.foreign div { border-color: #F7DB00; background-color: #FEF7D7; }
div.foreign h3, div.foreign a:hover { background-color: #F7DB00; }

div.mountain div { border-color: #F7DB00; background-color: #FEF7D7; }
div.mountain h3, div.mountain a:hover{ background-color: #F7DB00; }

div.city div { border-color: #F7DB00; background-color: #FEF7D7; }
div.city h3, div.city a:hover{ background-color: #F7DB00; }
*/

p.add_rent{
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	margin: 5px 0px 7px;
}
/*
div.campaign div { border-color: #E4F4CA; background-color: #EFFFE5; }
div.campaign h3, div.campaign a:hover { background-color: #E4F4CA }

div.sea div { border-color: #E0E9FA; background-color: #EDF6FF; }
div.sea h3, div.sea a:hover { background-color: #E0E9FA; }

div.domtom div { border-color: #F4F4DA; background-color: #FFFFE9; }
div.domtom h3, div.domtom a:hover { background-color: #F4F4DA; }

div.foreign div { border-color: #F4DAE5; background-color: #fff3fc; }
div.foreign h3, div.foreign a:hover { background-color: #F4DAE5; }

div.mountain div { border-color: #EEEEEE; background-color: #F6F6F6; }
div.mountain h3, div.mountain a:hover{ background-color: #EEEEEE; }

div.city div { border-color: #F4E5F6; background-color: #fef4ff; }
div.city h3, div.city a:hover{ background-color: #F4E5F6; }
*/

div#wait_loading{
	display: none;
	position: fixed;
	top: 200px;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	background-color: #303030;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: white;
	font-size: 24pt;
	padding: 8px;
	text-align: center;
	border: 5px solid black;
}

div#wait_loading img{
	vertical-align: -15px;
	margin-right: 30px;
}

/*************************/
/* Style table classique */
/*************************/
table.classic{
	margin: 0px auto;
	font-size: 8pt;
	border-collapse: collapse;
	width: 500px;
}

table.classic thead th.title{
	font-size: 12pt;
	background-color: #D5D9EF;
}

table.classic tbody th{
	text-align: left;
}

table.classic tbody th,
table.classic tbody td{
	border-bottom: 1px dashed #CCC;
	padding: 4px 2px;
}

table.classic tbody tr.colored{
	background-color: #f5f5f5;
}

/******************************/
/* Tableau Dernières Annonces */
/******************************/
h4#last_rents_title{
	width: 781px;
	margin: 0;
	padding: 3px;
	font-size: 11pt;
	background-color: #FBF940;
}
table#last_rents{
	width: 785px;
	border-collapse: collapse;
	font-size: 8pt;
	border-color: #FBF940;
	border-style: solid;
	border-width: 0px 1px 1px 3px;
	margin-left: 2px;
}

table#last_rents a:hover{
	color: #ff0000;
}
table#last_rents td{
	padding: 1px 5px;
}
table#last_rents tbody tr{
	background-color: #FFFFE5;
	border-bottom: 1px dashed #FFFBDB;
}
table#last_rents tbody tr.colored{
	background-color: #FEF7D7;
}
table#last_rents tbody tr.boosted{
	background-color: #F7F0D0;
}

table#last_rents tbody tr.boosted td{
	font-weight: bold;
	font-size: 8pt;
}

/***********************************************/
/* CRITERES DE TRIS DES RESULTATS DE RECHERCHE */
/***********************************************/

p#search_sort_tab{
	margin: 0px;
	background-image: url(../img/global/search_sort_bg.png);
	background-repeat: no-repeat;
	font-size: 8pt;
	width: 108px;
	text-align: center;
	font-weight: bold;
	color: white;
}

ul#search_sort{
	padding: 3px 0px;
	border: 1px solid #a0a0a0;
	margin: 0px 11px 5px 0px;
	list-style-type: none;
	font-size: 7pt;
	font-weight: bold;
}

ul#search_sort li{
	display: inline;
	margin: 0px 10px;
}

ul#search_sort li img{
	vertical-align: -5px;
}

/**********************************/
/* TABLEAUX RÉSULTAT DE RECHERCHE */
/**********************************/

table.rent{
	border-collapse: collapse;
    width: 786px;
    font-size: 8pt;
    margin: 6px 0px;
    background-color: #ECF4FC;
    border: 1px solid #5e8fb4;
    background-image: url(../img/global/table_standard_bg.png);
    background-position: right;
    background-repeat: repeat-y;
}

table.rent td,
table.rent th{
	padding: 0;
}

table.rent a{
	font-weight: bold;
}

table.boosted{
    background-color: #FFFFE5;
    border-color: #D7BB00;
    background-image: url(../img/global/table_boosted_bg.png);
}

/* CELLULE TYPE DE LOGEMENT + VILLE */

table.rent td.rent_type{
	color: #333333;
	padding-left: 10px;
	font-weight: bold;
}

/* CELLULE CATÉGORIE */

table.rent td.rent_category{
	padding: 4px 10px 4px 0px;
	text-align: right;
}

/* CELLULE PHOTO */

table.rent td.rent_picture{
	padding: 0px;
	width: 80px;
	vertical-align: bottom;
	font-size: 7pt;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}

table.rent td.rent_picture span{
	padding-left: 1px;
	display: block;
	width: 10px;
	text-align: center;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #606590;
	background-color: #ffffff;
	cursor: help;
}

table.boosted td.rent_picture span{
	border-color: #D7BB00;
}

table.rent td.no_picture{
	background-image: url(../img/global/no_picture.png);
}

/* CELLULE "VOIR" */

table.rent td.rent_detail{
	padding-right: 10px;
	text-align: center;
	width: 64px;
}

table.rent td.rent_detail a{
	font-size: 7pt;
	background-image: url(../img/icons/magnify.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 64px;
	padding-top: 33px;
}

table.rent td.rent_detail a:hover{
	background-image: url(../img/icons/magnify_hover.gif);
}

/* CELLULES INFOS */

table.rent td.rent_infos,
table.rent th.rent_infos{
	text-align: center;
	border: 1px solid #5e8fb4;
}

table.rent td.rent_admin{
	border-top: 1px solid #5e8fb4;
	padding: 0px;
}

table.rent td.rent_admin a,
table.rent td.rent_admin strong{
	float: left;
	padding: 2px 5px;
}

table.rent td.rent_admin a:hover{
	background-color: #1B5B9B;
	color: white;
}

table.boosted td.rent_infos,
table.boosted th.rent_infos{
	border-color: #D7BB00;
}

table.rent th.rent_infos{
	height: 20px;
	background-color: #6e9fc4;
	color: #ffffff;
}

table.boosted th.rent_infos{
	background-color: #E7CB00;
}

table.rent td.rent_infos{
	height: 23px;
	background-color: #FFFFFF;
	color: #555555;
}

/* CELLULE CAPACITE, CHAMBRES, SUPERFICIE */

table.rent th.rent_capacity,
table.rent th.rent_bedroom,
table.rent th.rent_surface{
	width: 107px;
}

/* CELLULE DÉPARTEMENT */

table.rent th.rent_dpt{ width: 75px; }

/* CELLULE AJOUT - MAJ */

table.rent th.rent_update{ width: auto; }

/* CELLULE PLANNING */

table.rent td.rent_planning{
	width: 84px;
	text-align: center;
}

/************/
/* TOOLTIPS */
/************/

#tooltip_container{
    border: 1px solid #1B5B9B;
    background-color: #EBF3FB;
    font-size: 8pt;
}

#tooltip_title{
	font-size: 8pt;
	color: white;
	background-color: #1B5B9B;
	padding: 3px;
	font-weight: bold;
	margin: 0px;
}

#tooltip_content{
	margin: 0px;
	padding: 3px 6px;
}

/*********************/
/* BOOSTER UNE OFFRE */
/*********************/

div.boost_container{
	background-color: #EBF3FB;
	border: 1px solid #004080;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
}

h2.boost{
	font-size: 16pt;
	margin: 0px;
}

div.boost_container h3{
	font-size: 12pt;
	margin: 0px;
}

div.boost_container table{
	margin: 0px auto;
}

div.boost_container a.boost{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 210px;
	text-decoration: none;
	background-image: url(../img/global/boost_button_bg.png);
	background-position: center -6px;
	background-repeat: no-repeat;
	color: #454e5f;
}
div.boost_container a.boost:hover{
	background-position: center -177px;
	color: #656e7f;
}
div.boost_container a.boost span{
	font-size: 24pt;
}

div.boost_container a.boost span.price{
	font-size: 16pt;
	color: #FF9030;
}

/*******************/
/* ACCOUNT MANAGER */
/*******************/
table#account_manager{
	width: 100%;
}
table#account_manager td{
	width: 33%;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	font-weight: bold;
}

table#account_manager td a{
	text-decoration: none;
}

table#account_manager td a:hover span{
	color: #4080C0;
}

/***********************************/
/* EDITION D'UNE OFFRE DE LOCATION */
/***********************************/

h2.edit{
	font-size: 12pt;
	margin: 0px;
}
div.edit_container{
	background-color: #EBF3FB;
	border: 1px solid #CBD3E8;
	padding: 4px;
	margin: 10px;
	font-size: 10pt;
}
div.edit_container h3{
	background-color: #CBD3E8;
	padding: 3px 8px;
	font-size: 10pt;
	margin: 0px;
}
div.edit_container h3 span{
	float: right;
}

div.edit_container table{
	margin: 10px 30px;
}
div.edit_container th{
	text-align: right;
	padding-right: 10px;
}
div.edit_container p{
	margin: 4px 30px;
}

/*********************************/
/* ÉDITION DE LA GÉOLOCALISATION */
/*********************************/

div#map_container{
	display: none;
}

p#not_started{
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

div#map_container h4{
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	text-decoration: underline;
}

div#map_container ul{
	font-weight: bold;
	font-size: 8pt;
	margin: 3px 0px 8px;
}

/**********/
/* FOOTER */
/**********/

div#footer{
    clear: both;
    text-align: center;
    margin: 15px 10px 0;
    border-top: 1px dashed #DBE4F5;
    color: #b0b0b0;
}

div#footer p{
    margin: 4px 0;
    font-size: 8pt;
}