﻿/***************    ************************************************************/
/**********************General**********************************************/
/***************************************************************************/
body  
{
    margin:0px;
    padding:0px;
    background-color:#64b8e4;
}

form
{
	text-align:left;
}
div.retour {
    clear:both;
    visibility:hidden;
    height:1px;
}
.bandeau {
    background-color:#FFFFFF;
    height:120px;    
}
.bandeau .contenu {
    width:1003px;
    margin:auto;
    height:120px;
    text-align:center;
}
.cadre {
    margin:10px auto 0;
    padding:35px;
    width:826px;
    height:844px;
    background:url('../Images/fondCadreMoyen.gif') left top no-repeat;    
}
.cadrePetit {
    height:610px;
    background-image:url('../Images/fondCadrePetit.gif'); 
}
.cadreGrand {
    height:967px;
    background-image:url('../Images/fondCadreGrand.gif'); 
}
.footer {
    width:1003px;
    margin:auto;
}
.footer p {
    font-size:18px;
    color:#FFFFFF;
    text-align:center;
}
.footer p a {
    font-size:18px;
    color:#FFFFFF;
    text-decoration:none;
}

/* Rubrique */
.logoTypeRubrique {
    position:relative;
    z-index:2;
}
.logoTypeRubrique img {
    position:absolute;
    z-index:2;
    width:280px;
}
.cartoucheHautRubriques {
    float:right;
}
.contenuRubrique {
    width:827px;
    margin-top:120px; 
    padding-top:8px;     
}
.cadrePetit .contenuRubrique {
    height:474px;
}
.cadreMoyen .contenuRubrique {
    height:705px;
}
.cadreGrand .contenuRubrique {
    height:828px;
}
.basContenu {
    background:url('../Images/basFond.jpg') left bottom no-repeat; 
    width:827px;
    height:24px;    
}
.blocContenuChefEntreprise {
    background:url('../Images/fondChefEntreprise.jpg') left top no-repeat; 
}
.cadreGrand .blocContenuChefEntreprise {
   background-image:url('../Images/fondChefEntrepriseGrand.jpg');
}
.cadreMoyen .blocContenuChefEntreprise {
   background-image:url('../Images/fondChefEntrepriseMoyen.jpg');
}
.blocContenuExpertComptable{
    background:url('../Images/fondExpertComptable.jpg') left top no-repeat; 
}
.cadreGrand .blocContenuExpertComptable{
   background-image:url('../Images/fondExpertComptableGrand.jpg');
}
.cadreMoyen .blocContenuExpertComptable{
   background-image:url('../Images/fondExpertComptableMoyen.jpg');
}
.basContenuChefEntreprise {
    float:right;
    margin-right:3px;
    width:434px;
    height:24px;
    background:url('../Images/basFondChefEntreprise.png') -1px -18px no-repeat; 
}
.basContenuExpertComptable {
    float:right;
    margin-right:3px;
    width:434px;
    height:24px;
    background:url('../Images/basFondExpertComptable.png') -3px -20px no-repeat; 
}
.menuGauche {
    float:left;
    clear:left;
    width:350px;
    padding:80px 10px 10px 30px; 
    height:330px;
}
.menuGauche h1 {
    text-transform:uppercase;
}
.contenuDroit {  
    height:400px;
    float:left;
    width:380px;
    padding:60px 30px 0px 20px;    
}
.cadrePetit .contenuDroit {
    height:414px;
}
.cadreMoyen .contenuDroit {
    height:645px;
}
.cadreGrand .contenuDroit {
    height:768px;
    overflow:auto;
}
.contenuAutre {
    height:498px !important;
    padding:0 30px 0 10px;
    width:821px;
    margin-top:110px;
    background:url('../Images/fondVide.png') left top no-repeat;    
}
.contenuAutre .contenuDroit {
    padding-top:10px;
    height:464px;
    width:760px;
}
/* Menu Gauche */
.menuGauche ul {
    list-style-type:none;    
}   
.menuGauche .ulMenu {
    margin-top:30px;
}
.menuGauche ul li {
    padding:5px 0;
    background:none;
}
.menuGauche ul li a{
    font-size:18px;
    text-decoration:none;
}

.blocContenuChefEntreprise .menuGauche ul a,
.blocContenuExpertComptable .menuGauche ul a.Selected 
{
    color:#e19900 !important;
}
.blocContenuExpertComptable .menuGauche ul a,
.blocContenuChefEntreprise .menuGauche ul a.Selected {
    color:#326898 !important;
}

/* Partie droite */
.blocContenuChefEntreprise .fondContenu {
    background:url('../Images/fondContenuChefEntreprise.png') -3px -3px no-repeat;
}
.blocContenuExpertComptable .fondContenu {
    background:url('../Images/fondContenuExpertComptable.png') -3px -3px no-repeat;
}