﻿/* ---------------------------------------- DESIGN ----------------------------------------- */
div.DivMenu
{
    float:left; 
    width:165px;  
    margin-top:29px;
    margin-right:10px;
    margin-bottom:0px;
    margin-left:5px;
    -display:inline;
}

div.DivCorps
{
    float:right; 
    width:800px; 
    margin-bottom:20px;
    -display:inline;
}

div.DivCorpsGauche
{
    float:left; 
    width:530px; 
    margin-top:0px;
    margin-right:10px;
    margin-bottom:0px; 
    margin-left:0px;
    -display:inline;
}

div.DivCorpsDroite
{
    float:right; 
    width:255px; 
    margin-top:20px; 
    margin-right:0px;
    margin-bottom:0px;
    margin-left:0px;
    -display:inline;
}

/* ----------------------------------------------------------------------------------------- */

/* ----------------------------- LIGNE DE SEPARATION VERTICALE ----------------------------- */

.LigneSeparationVert, .LigneSeparationVertComp
{
    vertical-align:middle; 
    height:1px; 
    padding-top:2px;
    padding-bottom:2px;
    font-size:0px;
    background-image:url('../Images/CRMTopinvest/separateur-vertical.jpg');
    background-position: center center;
}

.LigneSeparationVertComp {background-repeat :repeat-x; width:100%;}
.LigneSeparationVert {background-repeat :no-repeat; width:530px;}