﻿body 
{
    width:980px;
    height:565px;
    position:relative;
    scrollbar-track-color:#C3CFFF;/*couleur de la piste de l'ascenseur*/
    scrollbar-arrow-color:#C3CFFF;/*couleur des flèches haut et bas*/
    scrollbar-face-color:#1531A3;/*couleur du fond de l'ascenseur*/
    scrollbar-highlight-color:#C3CFFF;/*couleur de la bordure nord-ouest intérieure*/
    scrollbar-3dlight-color:#1531A3;/*couleur de la bordure nord-ouest extérieure*/
    scrollbar-shadow-color:#C3CFFF;/*couleur de la bordure sud-est intérieure*/
    scrollbar-dark-shadow-color:#C3CFFF;/*couleur de la bordure sud-est extérieure*/
}
/* PAGES BLEUE SANS MASTER PAGE */
.bodyPageBleue
{
    width:780px; 
    height:450; 
    background-color:#c3cfff; 
    font-family: Verdana; 
    color: #1531A3; 
    font-size: 11px;    
}

/* Zone ENTETE de la master page */
/* parents */
.entete
{
    width:980px;
    height:67px;
    position:relative; /* pour la zone de contenu */
    margin-left:auto;
    margin-right:auto;
    background-image:url(/Images/bandeau_haut.jpg);
}
/* enfants */
.logo
{
    top:8px;
    left:20px;
    position:absolute;
    font-family:Verdana;
    font-size:40px;
    font-weight:bold;
    color:#1531A3;
}
.action
{
    position:absolute;
    bottom:0px;
    left:20%;
    float:left;
}
.actionLiens
{
    color:#1531A3;
    text-decoration:none;
    font-size:10px;
    font-family:Verdana;
}
.idGestionnaire
{
    position:absolute;
    top:0px;
    right:0px;
    float:left;
    background-color:#6A88FF;
    color:White;
    font-style:italic;
    font-family:Verdana;
    font-size:12px;
}

/* Zone CENTRE DE PAGE de la master page */
/* parent */
.page
{
    width:100%;
    height:85%;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}
/* enfants */
.content
{
    position: absolute;
    top: 1%;
    width: 100%;
    float: left;
    height: 99%;
    max-height: 95%;
    overflow:auto;
    z-index: 1;
    font-family: Verdana;
    color: #1531A3;
    font-size: 11px;
    background-color: #C3CFFF;
    
}

/* Page de connexion au site */
.login
{
    position:absolute;
    top:40%;
    Left:35%;
    float:left;
    text-align:center;
    background-color:#C3CFFF;
}
.boutonLogin
{
    background-color:#1531A3;
    color:#C3CFFF;
    cursor:hand;
    border-style:solid;
    border-width:0px;
    border-color:#1531A3;
}

/* Page CRÉATION MISSION */
.enteteListe
{
    vertical-align: middle;
    text-align: center;
    border:1px;
    border-color:white;
    font-size:12px;
    color:White;
    background-color: #1531A3;
}
.enteteSousListe
{
    vertical-align: middle;
    text-align: center;
    border:1px;
    border-color:white;
    font-size:10px;
    color:White;
    background-color: #1531A3;
}
.listeCenter
{
    vertical-align: middle;
    text-align: center;
    border:0px;
}
.sousListeCenter
{
    vertical-align: middle;
    text-align: center;
    font-size:9px;
    border:0px;
}
.listeLeft
{
    vertical-align: middle;
    text-align: left;
    border:0px;
}
.listDiv
{
    overflow:auto;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#1531A3;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#1531A3;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#1531A3;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#1531A3;

}
.listTable
{
    border:1px;
    border-bottom-style:solid;
    border-left-style:solid;
    border-right-style:solid; 
    border-bottom-color:#c3cfff;
    border-left-color:#c3cfff;
    border-right-color:#c3cfff;
}

/* Pages ANNUAIRE */
.bodyAnnuaire
{
    width:780px; 
    height:450; 
    background-color:#c3cfff; 
    font-family: Verdana; 
    color: #1531A3; 
    font-size: 11px;
}
.gridItem
{
    vertical-align: middle;
    text-align: center;
    border:1px;
    border-color:#1531A3;
    font-size:11px;
    color:#1531A3;
}
.gridHeader
{
    vertical-align: middle;
    text-align: center;
    border:1px;
    border-color:white;
    font-size:12px;
    color:White;
    background-color: #1531A3;
}
.hlFiche
{
    color: #1531A3;
    text-decoration:none;
}
.txtAnnuaire
{
    border-style:none;
    background-color:#c3cfff;
    font-family: Verdana;
    color: #1531A3;
    font-size: 11px;    
}
.gridPager
{
    text-decoration:none;
    color: #1531A3;
    text-align:center;
}
.LabelfvFicheAnnuaire
{
    text-align:right;
    vertical-align:middle;
    width:120px;
}
.datafvFicheAnnuaire
{
    text-align:left;
    vertical-align:middle;
    color:Black;
}
.lBtnfvFicheAnnuaire
{
    text-align:center;
    vertical-align:middle;
    width:780px;
}

/* LIENS HYPERTEXTE */
a 
{
    color: #1531A3;
	text-decoration: none;
}
a:visited 
{
    color: #1531A3;
	text-decoration: none;
}
a:hover 
{
    color: #1531A3;
	text-decoration: underline;
}
a:active 
{
    color: #1531A3;
    text-decoration: none;
}
    A.menu:link		{color:#1531A3;text-decoration:none;}
    A.menu:hover	{color:#1531A3;text-decoration:none;}
    A.menu:active	{color:#1531A3;text-decoration:none;}
    A.menu:visited	{color:#1531A3;text-decoration:none;}

