﻿.barreBoutons.guideUtilisateur{
    display: inline-block;
    width: 96%;
}

div.rangeeFormulaire input[type='text'][readonly='readonly'], 
div.rangeeFormulaire textarea[readonly='readonly'], 
div.rangeeFormulaire input[type='email'][readonly='readonly'], 
div.rangeeFormulaire input[type='password'][readonly='readonly'] {
    background-color:#DCDCDC;
    color:#333333;        
}

body {
    background-color:#FFFFFF;
    color:#000;
    font-family:Verdana,Arial,sans-serif;
    margin:0;
    padding:0;
    overflow-y: scroll;
}
hr {
    margin: 15px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    border: none;
    border-top: 3px solid #aaaaaa;
}

p
{
    padding:0;
    margin:0;
    margin-bottom:1em;
}

div 
{
    margin:0;
    padding:0;
    display:block;
}

a:link,a:visited,a:active 
{
    color:#39C;
}

a:hover,a:focus 
{
    color:#000;
}

div.bouton
{
    display:inline;
}

a.bouton
{
    background: url("../bgButtons.png") repeat-x scroll 0 0 #3B67A0;
    border: 1px solid #3B67A0;
    color: white;
    letter-spacing: 0;
    opacity: 1;
    padding: 4px 8px;
    text-align: center;
    white-space: nowrap;
    word-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    font-size:10pt;
    text-decoration:none;
}

a.bouton.inactif
{
    background-color:#BBBBBB;
    border-color:#8A8A8A;
}

a.boutonRetour
{
    background-image: url('../icones/retour.png');
    background-repeat:no-repeat;
    background-position: 2px center;
    padding-left: 22px; 
}

abbr 
{
    border-bottom:0;
}

ul
{
    margin-top:0px;
}

h1,h2,h3,h4,h5,h6 
{
    font-weight:400;
    margin:0;
    padding:0;
}

#contentPage
{
    min-width: 980px;  
    width: 95%;
    /*max-width: 1400px;*/
    margin:auto;    
    z-index: 2; 
    margin-top: 15px;
    position:relative;
    /*font-size:10pt;*/
    margin-bottom:2em;
}

#contentPage h2 
{
    font-weight:700;
    color:#000;
    font-size:1.2em;
    line-height:32px;
    height: 32px;
    margin-bottom:15px;
    border-bottom:1px solid #ababab;
    background-color: #ffffff;
    padding:0px;
}

#page 
{
    background-color:#FFF;
    border:solid 1px #000;
    margin-top:0;
    width:100%;
    padding:10px;
}

#content
{
    min-width:700px;
    margin: 0 0 10px 210px;
}

#content p
{
    line-height:1.2em;
    font-size:1em;
    /*text-align:justify;*/
}

#content ul.subtab 
{
    list-style-position:inside;
    width:150px;
    margin:0;
    padding:0;
}

#content ul.subtab li 
{
    list-style-image:url(../puce.png);
    color:#222;
    padding:4px 0 4px 5px;
}

#content ul.subtab li:hover 
{
    cursor:pointer;
    background-color:#efefef;
    background-image:url(../bg_subtabHover.png);
    background-repeat:repeat-y;
    list-style-image:url(../puce_select.png);
    background-position:right;
}

div.messageErreur
{
    display:none;
    color:#FF0000;
    /*margin-top: -5px;*/
    margin-bottom: 4px;
}

div.messageErreur.serveur{
    display:block;
}

div.blocFloatGauche
{
    float :left;
}
div.blocFloatDroit
{
    /*float :right;*/
}
div.blocFloatDroit:after, div.arreterFloat
{
    /*clear:both;*/
}

/* AutoComplete */
.ui-autocomplete 
{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	z-index: 99999;
	font-size: 0.8em;
}
/* IE 6 doesn't support max-height
	* we use height instead, but this forces the menu to always be this tall
	*/
* html .ui-autocomplete {
	height: 100px;
} 

/*Chargement générique recouvrant tout l'écran.*/
.overlay
{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-image: url(../images/overlay75.png);
    background-repeat:repeat;
    z-index:1000;
}
.overlay .chargement
{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url(../images/loading.gif);
}

.avecChargementGenerique .overlay
{
    position:relative;
}

.lightbox
{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background-image: url(../images/overlayNoir90.png);
    background-repeat:repeat;
    z-index:1000;
}

.lightbox .chargement
{
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-8px;
    margin-left:-8px;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url(../images/loader_blanc.gif);
}

.lightbox .contenu
{
    display:block;
    position:fixed;
    background-color:White;
    color:#FFFFFF;
    padding:5px 5px 5px 5px;
    margin:0;
    overflow:auto;
}

.lightbox .contenu div
{
    
}
.lightbox .imageLightbox .image
{
    position:relative;
}

.lightbox .imageLightbox .image .paginationLightBox
{
    color:White;
    font-size:1em;
    padding:0;
    margin:0;
    width:100%;
    background-image: url(../images/overlayNoir75.png);
    background-repeat:repeat;
    text-align:center;
    height:35px;
    line-height:35px;
    position:absolute;
    bottom:4px;
}

.lightbox .imageLightbox .image .paginationLightBox div
{
    display:inline-block;
    vertical-align:5px;
    font-weight:700;
}

.lightbox .imageLightbox .image .paginationLightBox .suivant, .lightbox .imageLightbox .image .paginationLightBox .precedent
{
    font-size:2em;
    cursor:pointer;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.7;
}

.lightbox .imageLightbox .image .paginationLightBox .suivant:hover, .lightbox .imageLightbox .image .paginationLightBox .precedent:hover
{
    opacity:1;
}

.lightbox .imageLightbox .image .paginationLightBox .precedent
{
    background-image:url("../flecheLightboxGauche.png");
    padding: 0 10px 0 0;
}

.lightbox .imageLightbox .image .paginationLightBox .suivant
{
    background-image:url("../flecheLightboxDroite.png");
    padding: 0 0 0 10px;
}

.lightbox .imageLightbox .image .paginationLightBox a:link, .lightbox .imageLightbox .image .paginationLightBox a:visited, .lightbox .imageLightbox .image .paginationLightBox a:active,
.lightbox .imageLightbox .image .paginationLightBox a:hover, .lightbox .imageLightbox .image .paginationLightBox a:focus
{
    color:#FFFFFF;
    text-decoration:none;
    line-height:35px;
}

.lightbox .texteLightbox
{
    font-weight:400;
    background-color:White;
    color:black;
    padding:10px 15% 10px 15%;
    padding-top:46px;
    padding-bottom:45px;
}

.lightbox .texteLightbox #titreImage
{
    font-weight:bold;
}

.lightbox .texteLightbox #descriptionImage
{
    margin-top:10px;
}

.lightbox .texteLightbox #sourceImage
{
    color:#666;
    margin-top:10px;
}

.lightbox #fermerLightbox
{
    color:#ff5f40;
    text-align:center;
    vertical-align:middle;
    line-height:15px;
    position:absolute;
    right:5px;
    width:20px;
    height:20px;
    cursor:pointer;
    z-index:2;
    background-color:White;
    text-decoration:none;
    font-size:1.6em;
    font-weight:700;
    padding:4px;
    outline: none;
}

.lightbox #fermerLightbox:hover 
{
    color: #ED2939;
}

.lightbox #fermerLightbox:active
{
    color: #000000;
}

.lightbox img
{
    width:100%;
}

a.lienImage
{
    margin-left:3px;
    margin-right:3px;
    padding-left:16px;
    background-repeat:no-repeat;
    background-position:center left;
    cursor:pointer;
    font-size:1em;
}

a.lienImage.ajouter             {background-image:url('../icones/ajouter.png');background-position: center center;}
a.lienImage.annuler             {background-image:url('../icones/delete.png');}
a.lienImage.courriel            {background-image:url('../icones/message.png');background-position: left 4px;}
a.lienImage.modifier            {background-image:url('../icones/editer.png');}
a.lienImage.modifierTout        {background-image:url('../icones/editer.png');}
a.lienImage.consulter           {background-image:url('../icones/application_go.png');}
a.lienImage.supprimer           {background-image:url('../icones/delete.png');}
a.lienImage.supprimer.inactif   {background-image:url('../icones/delete_inactif.png');}
a.lienImage.envoyer             {background-image:url('../Icones/envoyer.png');}
a.lienImage.sauvegarder         {background-image:url('../icones/puce_green.png');}
a.lienImage.rapport             {background-image:url('../icones/rapport.png');}
a.lienImage.lien                {background-image:url('../icones/ecolo.png');}
a.lienImage.copier              {background-image:url('../icones/copier.png');}
a.lienImage.folderpage          {background-image:url('../icones/folder_page.png');}
a.lienImage.resultats           {background-image:url('../icones/resultats.png');}
a.lienImage.tester              {background-image:url('../icones/tester.png');}
a.lienImage.grille              {background-image:url('../icones/grille.png');}
a.lienImage.securite            {background-image:url('../icones/securite.png');}
a.lienImage.document            {background-image:url('../icones/document2.png');}
a.lienImage.lien                {background-image:url('../icones/lien.png');}
a.lienImage.dossier             {background-image:url('../icones/dossier.png');}
a.lienImage.imprimer            {background-image:url('../icones/impression.png');}
a.lienImage.imprimer.inactif    {background-image:url('../icones/impression_inactif.png');}
a.lienImage.ouvrir              {background-image:url('../icones/flechedouble_bas.png');}
a.lienImage.fermer              {background-image:url('../icones/flechedouble_haut.png');}
a.lienImage.deplacer            {background-image:url('../icones/deplacer.png');}
a.lienImage.parametre           {background-image:url('../icones/parametres.png'); padding-left:32px;}
a.lienImage.surligner           {background-image:url('../icones/surlignage.png'); padding-left:32px;}
a.lienImage.surlignerSupprimer  {background-image:url('../icones/surlignage_suppr.png'); padding-left:32px;}
a.lienImage.seance              {background-image:url('../icones/seance.png'); padding-left:32px;}
a.lienImage.remarque            {background-image:url('../icones/remarques.png'); padding-left:32px;}
a.lienImage.memoires            {background-image:url('../icones/memoires.png'); padding-left:32px;}
a.lienImage.convocations        {background-image:url('../icones/courriel.png'); padding-left: 32px;}
/*->Ajouter de nouvelles images, au besoin.*/