﻿

body 
{
    margin-top:15px;
    background-color:White;
}

.page  
{
    margin:auto;
    width:700px;
}
.bouton_on, .bouton_off
{
    width:105px;
    height:19px;
    color:#210043;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    border:0;
    cursor:pointer;
    
}
.bouton_on 
{  
    background:url('../images/bouton_on.gif') top left no-repeat;
}
.bouton_off 
{
    background:url('../images/bouton_off.gif') top left no-repeat;
}

.logo 
{
    float:left;
    margin-bottom:15px;
    display:block;
    width:200px;
    height:44px;
    background:url('../Images/logo.jpg') left top no-repeat;
}

.cadreLogin 
{
    float:right;
    margin-bottom:10px;
}
.titreLoginEspacePrive 
{
    font-size:1.1em;
    font-weight:bold;
    color:#0076BE;
}
.txtLogin 
{
    width:80px;
    margin-bottom:3px;
}
.btnOk 
{}
.lienRequestAccess 
{
    
}
.ligneHaut
{
    clear:both;
    width:700px;
    height:2px;
    background:url('../Images/ligne.jpg') left top repeat-y;
}
.cadreMenu
{
    margin-top:10px;
    margin-bottom:20px;
    width:700px;
    height:110px;
    background:url('../Images/fond.jpg') left bottom no-repeat;
}

#content
{
    height:auto !important;
    height:350px;
    min-height:350px;
 }

.footer
{
    margin-top:15px;
    color:#8CA0BE;
}

.realisation
{
    float:left;
}
.copyright
{
    float:right;
}
/**************/
/*     Menu     */
/**************/
ul.Menu, .Menu  ul 
{
    margin-left:50px !important;
    margin-left:0;
}

.Menu li
{
    margin-top:4px;
    margin-left:-30px !important;
    margin-left:10px;
    margin-right:40px !important;
    margin-right:0;
    list-style-type:none;
    height:92px;
    width:126px !important;
    width:120px;
    float:left;
    border-right:solid 2px white;
}
.Menu2 li 
{
    margin-left:-90px !important;
    margin-left:0;
    height:auto;
    float:none;
    border-width:0px;
}

a.MenuNiveau1, a.MenuNiveau1_Selected
{
    color:Black;
    font-weight:bold;
    padding-left:20px;
    background-position: left 5px;
    background-repeat:no-repeat;
}
a.MenuNiveau2_Selected 
{
    color:black !important;
    font-weight:bold;
}

.puce1, .puce6 
{
    background-image:url('../Images/menu/puce_company.gif');
}
.puce2, .puce7
{
    background-image:url('../Images/menu/puce_products.gif');
}
.puce3, .puce8
{
    background-image:url('../Images/menu/puce_services.gif');
}
.puce4, .puce9
{
    background-image:url('../Images/menu/puce_fields.gif');
}
.puce5, .puce10
{
    background-image:url('../Images/menu/puce_news.gif');
}
.cadreLangues 
{
    float:right;
    margin-top:10px;
    margin-left:100px;
    width:35px;
}
.cadreLangues img 
{
    width:30px; 
    margin-bottom:3px;  
}