﻿/* ---------------------------------------- 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 ----------------------------------------- */

.ImageTitreImmofinance
{
    background-image:url('../Images/Immofinance/Immofinance.jpg');
    background-position: right center;
    background-repeat:no-repeat; 
    height:33px;
    margin-right:10px;
}


.ImageImmofinanceEnImages
{
    background-image:url('../Images/Immofinance/immofinance-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, .LigneSeparationVertComp
{
    vertical-align:middle; 
    height:1px; 
    padding-top:2px;
    padding-bottom:2px;
    font-size:0px;
    background-image:url('../Images/Immofinance/separateur-vertical.jpg');
    background-position: center center;    
}

.LigneSeparationVertComp {background-repeat :repeat-x; width:100%;}
.LigneSeparationVert {background-repeat :no-repeat; width:530px;}

/* --------------------------------------------------------------------------------------- */

/* -------------------------------------- CONTENEUR -------------------------------------- */

/* UserControls Conteneur */
.ConteneurTitre
{
    min-height:25px; 
    background-color:#fde2dc;
}

.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/Immofinance/ico-expand.gif');}
.ConteneurBtnCollapse {background-image:url('../Images/Immofinance/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 ---------------------------------------- */
.BulleImmofinance
{
	background-position: center center;
	background-image:url('../Images/Immofinance/immofinance-bulle.jpg');
	background-repeat:no-repeat;
	vertical-align: middle; 
	text-align: center;
	width : 20px;	
}

/* --------------------------------------------------------------------------------------- */

/* ---------------------------------------- LIENS ---------------------------------------- */
/* Liens GBImmo en images */
.lienLightImmofinance {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:15px; text-decoration:none}
.lienLightImmofinance:visited {color:#ffffff; text-decoration: none}
.lienLightImmofinance:link {color:#ffffff; text-decoration: none}
.lienLightImmofinance:active {color:#ffffff; text-decoration: none}
.lienLightImmofinance:hover {cursor: pointer; color: #d87f08; text-decoration: none}