﻿/* ---------------------------------------- DESIGN ----------------------------------------- */
div.DivMenu
{
    float:left; 
    width:175px; 
    -width:170px;
    margin-top:29px;
    margin-right:10px;
    margin-bottom:0px;
    margin-left:5px;
    -display:inline;
}

div.DivCorps
{
    float:right; 
    width:790px; 
    margin-bottom:20px;
    -display:inline;
}

div.DivCorpsGauche
{
    float:left; 
    width:530px; 
    margin-top:0px;
    margin-right:9px;
    margin-bottom:0px; 
    margin-left:0px;
    -display:inline;
}

div.DivCorpsDroite
{
    float:right; 
    width:251px; 
    margin-top:20px; 
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    -display:inline;
}

/* ----------------------------------------------------------------------------------------- */

/* ----------------------------------------- TITRE ----------------------------------------- */

.ImageTitreGBImmo
{
    background-image:url('../Images/GBImmo/gbimmo.jpg');
    background-position: right center;
    background-repeat:no-repeat; 
    height:33px;
    margin-right:10px;
}


.ImageGBImmoEnImages
{
    background-image:url('../Images/GBImmo/GBImmo-en-images.jpg');
    background-position: right center;
    background-repeat:no-repeat; 
    height:358px;
    width:523px;
    margin:0px 3px 0px 3px;
}

/* ----------------------------------------------------------------------------------------- */

/* ----------------------------- LIGNE DE SEPARATION VERTICALE ----------------------------- */
.LigneSeparationVert
{
    vertical-align:middle; 
    height:1px; 
    padding-top:2px;
    padding-bottom:2px;
    font-size:0px;
    background-image:url('../Images/GBImmo/separateur-vertical.jpg');
    background-position: center center;
    background-repeat :no-repeat;
    width:530px;
}

/* -------------------------------------- CONTENEUR -------------------------------------- */

/* UserControls Conteneur */
.ConteneurTitre
{
    min-height:25px; 
    background-color:#d9edfa;
}

.ConteneurBtnExpand, .ConteneurBtnCollapse
{
    background-position: left  center;
    background-repeat :no-repeat;
    height:16px;
    width:16px;
    cursor:pointer;
    float:left;
    display:inline;
    margin-right:5px;
}


.ConteneurBtnExpand {background-image:url('../Images/GBImmo/ico-expand.gif');}
.ConteneurBtnCollapse {background-image:url('../Images/GBImmo/ico-collapse.gif');}

.LabelConteneurTitre {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#001552;
                       vertical-align:middle; width:530px; ?width:500px; margin:0px;}
.LabelConteneurZoneText {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#2E3033}

/* --------------------------------------------------------------------------------------- */

/* ---------------------------------------- PUCES ---------------------------------------- */

.BulleGBImmo
{
	background-position: center center;
	background-image:url('../Images/GBImmo/gbimmo-bulle.jpg');
	background-repeat:no-repeat;
	vertical-align: middle; 
	text-align: center;
	width : 20px;
}

/* --------------------------------------------------------------------------------------- */

/* ---------------------------------------- LIENS ---------------------------------------- */
/* Liens GBImmo en images */
.lienLightBoxGBImmo {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:15px; text-decoration:none}
.lienLightBoxGBImmo:visited {color:#ffffff; text-decoration: none}
.lienLightBoxGBImmo:link {color:#ffffff; text-decoration: none}
.lienLightBoxGBImmo:active {color:#ffffff; text-decoration: none}
.lienLightBoxGBImmo:hover {cursor: pointer; color: #d87f08; text-decoration: none}
