﻿/* DEBUT Page Generale */
    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        margin: 0;
        padding: 0;
        /*background-image:url(../images/fond-du-site-gris.gif);*/
    }
    #header {
        height: 155px;
    }
    #corps {
        position: absolute;
        width: 100%;
    }
    #centre {
        background-color:white;
        margin-left: 154px;
        margin-right: 164px;  
        min-height:400px;  
        overflow:auto;
          
    }
    #gauche {
        float:left;
        width: 144px;
        z-index:2;
    }

    #gaucheFond 
    {
        position:absolute;
        top:155px;
        bottom:60px;
        float:left;
        width: 150px;
        background-image:url(../images/Cadre/bandeGaucheV2.png);
         background-repeat:repeat-y;
        left:0px;
        z-index:1;
        padding-left:8px;
    }
   
    #droite {
        float:right;
        width: 164px;
        z-index:2;
    }
    #bordureBlanche 
    {
        width: 150px;
        height:10px;
        z-index:2;
        background-color:White;
        border-right:solid 1px white;
    }
    #droiteFond 
    {
        position:absolute;
        top:155px;
        bottom:60px;
        width: 164px;
        background-image:url(../images/Cadre/bandeDroiteV2.png);
         background-repeat:repeat-y;
        right:0px;
        z-index:1;
    }
    #pied {
        clear:both;
        height: 60px;
    }
/* FIN Page Generale */
/* DEBUT Page barre Entete*/

    #barreEntete {
        height:90px;
    }
    #barreEntete #Gauche {
        height:90px;
        width:360px;
        background-image:url(../images/Entete/enteteGauche.jpg);
        background-repeat:no-repeat;
        float:left;
    }
    #barreEntete #Droite {
        height:90px;
        width:360px;
        background-image:url(../images/Entete/enteteDoite.jpg);
        background-repeat:no-repeat;
        float:right;
    }
    #barreEntete #Centre{
        height:90px;
        right:360px;
        left:360px;
        background-color:Black;
        vertical-align:middle;
        text-align:center;
        position:absolute;
    }

     #ImageCentralEntete {
        height:76px;
        width:84px;
        background-image:url(../images/Entete/logoCentral.jpg);
        background-repeat:no-repeat;
        float:left;
    }
     #blockEnteteGauche{
        height:76px;
        width:50%;
        margin-left:-42px;
        float:left;
        
    }
    #blockEnteteDroite{
        height:76px;
        width:50%;
        margin-right:-42px;
        float:left;
    }
/* FIN Page entete */

/* DEBUT Page barreMenu */
    #BarreMenuFond {
        height:23px;
        background-image:url(../images/Menu/FondBarre.jpg);
        background-repeat:repeat-x;
    }
    #ImageMenuGauche {
        height:23px;
        width:154px;
        background-image:url(../images/Menu/SpeedArrowV2.jpg);
        background-repeat:no-repeat;
        float:left;

    }
    #BarreMenu{
        height:23px;
        right:155px;
        left:166px;
        vertical-align:baseline;
        text-align:center;
    }
    #ImageMenuDroite {
        height:23px;
        width:166px;
        background-image:url(../images/Menu/imageEnteteDroite3.jpg);
        background-repeat:no-repeat;
        float:right;
    }
/* FIN Page entete */

/* DEBUT Page colonne de droite sous Partie */

    #DroiteColoneLigne1
    {
        height:10px;
        background-repeat:repeat-y;
    }
    #DroiteColoneLigne2
    {
        background-repeat:repeat-y;
        padding-right:13px;
    }
    .DroiteColoneTitre
    {     
        height:23px;
        background-repeat:no-repeat;
        border-bottom:solid 1px #777777;
        border-top:solid 1px #777777;
        background-image:url(../images/Cadre/FondTitre.jpg);
        line-height:23px;
        color:Orange;
        text-align:right;

    }
    .DroiteColoneContenu
    {    
        padding-left:10px;
    }
/* FIN Page colonne de droite sous Partie */
/* DEBUT Pied de Page*/

    #PiedDePageGauche {
        height:60px;
        width:154px;
        background-image:url(../images/PiedDePage/basGaucheV2.jpg);
        background-repeat:no-repeat;
        float:left;
    }
    #PiedDePageCentre{
        height:60px;
        right:164px;
        vertical-align:bottom;
        text-align:center;
        background-image:url(../images/PiedDePage/BandeBasV2.jpg);
        background-repeat:repeat-x;
        color:Orange;
        font-size:9px;
        line-height:24px;
    }
    #PiedDePageDroite {
        height:60px;
        width:164px;
        background-image:url(../images/PiedDePage/basDroiteV2.jpg);
        background-repeat:no-repeat;
        float:right;
    }

/* FIN Pied de Page*/
/* DEBUT Configuration des liens*/

a.lnk,a.lnk:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: Orange;
}
a.lnk:active
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
}
a.lnk:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
}
a,a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: Orange;
}
a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
}
a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
}
a.lnkDossiers,a.lnkDossiers:visited,a.lnkDossiers:hover,a.lnkDossiers:active
{
	color: Black;	
	text-decoration:none;
	z-index:2000px;
}
a.lnkServer:hover
{
	font-family: Verdana;
	color: Orange;
}
/* FIN Configuration des liens*/
/* DEBUT colonne gauche */
#gaucheMenu
{
    height:230px;
    width:146px; 
    overflow:hidden;
}

    .GaucheColoneTitre
    {      
        width:126px;
        height:23px;
        padding-left:10px;
        padding-right:10px;
        background-repeat:no-repeat;
        border-bottom:solid 1px #777777;
        border-top:solid 1px #777777;
        background-image:url(../images/Cadre/FondTitreG.jpg);
        line-height:23px;
        color:Orange;
        text-align:left;
    }
    .GaucheColoneContenu
    {
        padding:10px;
    }
/* FIN colonne gauche */
/* DEBUT Cadre div Admin */
    .divAGauche
    {
        width:128px;
        padding-left:15px;
        line-height:22px;
        float:left;
        text-align:left;
        background-image:url(../aaimages/Cadre/bandeGaucheV0.png);
        background-repeat:repeat-y;
        color:Orange;
        border-left:solid 1px #777777;
        border-right:solid 1px #777777;
    }
    .divADroite
    {
        float:right;
        width:344px;
        padding-left:10px;
        line-height:22px;
        text-align:left;
	    background-color: #808080;
        border-right:solid 1px #777777;
    }
    .divAConteneur
    {
        height:460px;
        width:100%;
        text-align:center;
        
    }
    
    .divAEntete
    {
        height:22px;
        border:solid 1px #777777;
        background-image:url(../images/Cadre/Popup/fondEntete.png);
        background-repeat:repeat-x;
        color:orange;
        line-height:22px;
        text-align:left;
        vertical-align:middle;
        background-color:Black;
    }
    .divAEntete #Gauche
    {
        float:left;
    }
    .divAEntete #Droite
    {
       float:right; 
    }
/* FIN Cadre div Admin*/

.Text
{
	font-family: Verdana;
	font-size: 11px;
	color: Orange;
}

/* DEBUT Configuration de avatar Logger*/

.imgAvatar
{
    position:absolute;
    padding:3px;
    z-index:3;
    margin-right:50px;
    margin-top:2px;
}
.imgAvatarCadre
{
    position:absolute;
    z-index:3;
    margin-right:50px;
    margin-top:2px;
}

/* FIN Configuration de avatar Logger*/

    .tblAdmGauche
    {
        width:128px;
        padding-left:15px;
        line-height:22px;
        text-align:left;
        background-image:url(../images/Cadre/bandeGaucheV0.png);
        background-repeat:repeat-y;
        color:Orange;
        border-left:solid 0px #777777;
        border-right:solid 1px #777777;
    }
    .tblAdmDroite
    {
        padding-left:10px;
        line-height:22px;
        text-align:left;
	    background-color: #808080;
        border-right:solid 1px #777777;
    }
    .tblAdmConteneur
    {
        height:460px;
        width:100%;
        text-align:center;
    }
    
    .tblAdmEntete
    {
        min-height:22px;
        border:solid 1px #777777;
        background-image:url(../images/Cadre/Popup/fondEntete.png);
        background-repeat:repeat-x;
        font-weight:bold;
        color:orange;
        line-height:22px;
        text-align:left;
        vertical-align:middle;
        background-color:Black;
        font-size:10px;
        padding-left:3px;
        float:none;

    }
    .tblAdmPied
    {
         padding-top:3px;
         text-align:center;
         background-color:Black;
         vertical-align:bottom;
         border:solid 1px #777777;   
    }
    
    /* DEBUT Page barre Entete V2*/
    
    
    #bande
    {
        width: 100%; 
        margin-right: -229px; 
        background-image: url(../images/EnteteV2/FondEnteteV2.png);
        height: 133px; 
        overflow: hidden
    }
    #cadreGauche
    {
        float: left; 
        width: 229px; 
        height: 133px
    }
    #imageGauche
    {
        background-image: url(../images/EnteteV2/imgFond/2.png); 
        background-repeat: no-repeat
    }
    #cadreCentre
    {
        float: left; 
        width: 50%; 
        margin-left: -388px;
    }
    #imageCentre
    {
        float: left; 
        width: 317px; 
        height: 133px
    }
    #cadreDroite
    {
        float: right; 
        width: 234px; 
        height: 133px;
    }
    #imageDroite
    {
        background-image: url(../images/EnteteV2/imgFond/11.png); 
        width: 234px;
        height: 133px; 
        float: right;
    }
	.TextOrange
	{
		font-family: Verdana;
		font-size: 11px;
		color: Orange;
	}
	.divConteneurMarge
	{
		width:97%;
		min-height:800px;
		margin-left:auto;
		margin-right:auto;
		padding-top:10px;
	}
    /* FIN Page barre Entete V2*/
    
    /*DEBUT Mise en page spaw INpact*/
    .EnteteIN1
    {
        min-height:22px;
        border:solid 1px #777777;
        background-image:url(../images/Cadre/Popup/fondEntete.png);
        background-repeat:repeat-x;
        font-weight:bold;
        color:orange;
        line-height:22px;
        text-align:left;
        vertical-align:middle;
        background-color:Black;
        font-size:10px;
        padding-left:3px;
		float:none;
		display:block;
    }
    .EnteteIN2
    {
        min-height:22px;
        border:solid 1px #777777;
        font-weight:bold;
        color:black;
        line-height:22px;
        text-align:left;
        vertical-align:middle;
        background-color:#eeeeee;
        font-size:10px;
        padding-left:3px;
		float:none;
		display:block;
    }
  .PiedPageIN
    {
        min-height:22px;
        border:solid 1px #777777;
        background-repeat:repeat-x;
        font-weight:bold;
        color:orange;
        line-height:22px;
        text-align:left;
        vertical-align:middle;
        background-color:Black;
        font-size:10px;
        padding-left:3px;
		float:none;
		display:block;
    }
	.CitationIN{
	margin-left:15px;
	margin-right:15px;
	padding:3px;
	margin-bottom: 15px;
	Background: #dbdbdb;
	color:black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:none;
	display:block;
}
    /*FIN Mise en page spaw INpact*/
    