html {
    overflow-y: scroll;
}

body {
    font-family: Verdana;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
}

#frmLogin {
    position:absolute;
    left: 50%; 
    top: 60%;
    width: 540px;
    height: 270px;
    margin-top: -250px; /* moitié de la hauteur */
    margin-left: -300px; /* moitié de la largeur */
    border-top: 1px solid #8fabc8;
    border-left: 1px solid #8fabc8; 
    border-right: 3px solid #8fabc8; 
    border-bottom: 3px solid #8fabc8;
    background-image:url(../img/bglogin.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px; 
}

#frmSession {
    position:absolute;
    left: 50%; 
    top: 60%;
    width: 540px;
    height: 120px;
    margin-top: -250px; /* moitié de la hauteur */
    margin-left: -300px; /* moitié de la largeur */
    border-top: 1px solid #8fabc8;
    border-left: 1px solid #8fabc8; 
    border-right: 3px solid #8fabc8; 
    border-bottom: 3px solid #8fabc8;
    background-image:url(../img/bglogin.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 20px; 
}

#frmCreerCompte {
    position:absolute;
    left: 50%; 
    top: 50%;
    width: 540px;
    height: 550px;
    margin-top: -320px; /* moitié de la hauteur */
    margin-left: -300px; /* moitié de la largeur */
    border-top: 1px solid #8fabc8;
    border-left: 1px solid #8fabc8; 
    border-right: 3px solid #8fabc8; 
    border-bottom: 3px solid #8fabc8;
    background-image:url(../img/bglogin.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #fff;
    padding: 20px; 
}

#frmLogin label {
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 4px;
    font-weight: bold;
}

.lblF {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 4px;
}

.aideChamp {
    padding-left: 160px;
    text-align: left;
}

.aideChampAccueil {
    padding-left: 107px;
    text-align: left;
}

#btnConn {
    margin-left: 104px;
}

#errLogin {
    display: none;
    background-color: #ffef3f;
    color: red;
    font-weight: bold;
    text-align: center;
    border: 1px solid #cecece;
    padding: 4px;
    margin-bottom: 10px;
}

.copy {
    font-size: 10px;
    font-weight: bold;
    color: #6d6d6d;
    padding-top: 10px;
}

.center {
    text-align: center;
}

#banniereLogin {
    background-color: #fff;
    padding: 4px;
}

#header {
    background-color: #fff;
    padding: 8px;
}

#navHeader {
    padding-top: 4px;
}

#wrapperAdmin {
    padding: 6px;
    background-color: #fff;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

.tabListing {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    text-align: center;
}

.tabListing th {
    border-bottom: 2px solid #cecece;
    border-right: 1px solid #cecece;
    background-image:url(../img/bgheader.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.tabListing th a {
    color: #000;
}

.tabListing td {
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.alt {
    background-color: #f1f5fa;
}

.ligneHaut {
    border-top: 1px solid #cecece;
    padding-top: 10px;  
}

.ligneHautBleue {
    border-top: 1px solid #8fabc8;
    padding-top: 10px;   
}

.ligheGauche {
    border-left: 1px solid #cecece;
    padding-left: 10px;    
}

.bgDivMsgOK {
    border: 1px solid #cecece;
    margin: 10px 0 10px 0;
    text-align: left;
    padding: 4px 4px 4px 32px;
    background-color: #d1ef9d;
    background-image:url(../img/ok.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    display: none;
}

.bgDivMsgErr {
    border: 1px solid #cecece;
    margin: 10px 0 10px 0;
    text-align: left;
    padding: 4px 4px 4px 38px;
    background-color: #ffee3d;
    background-image:url(../img/err.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    color: red;
    display: none;
}

.cellGauche {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.cellDroite {
    text-align: left;
    padding-left: 10px;
}

.ligneTopHaut {
    padding-top: 4px;
    border-top: 1px solid #cecece;     
}

#floatServices {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    margin-left: 250px;
    margin-top: 5px;
}

#menuLocal {
    border-bottom: 1px solid #cecece;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

#menuLocal .menuLocal_on 
{
    font-weight: bold;
    padding: 6px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background-color: #4e82c2;
    color: #fff;
}

#menuLocal .menuLocal_off 
{
    font-weight: bold;
    padding: 6px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background-color: #f1f5fa;
}

#menuLocal ul, ol, li {
    list-style: none;
}

.areaFitLabel {
    padding-left: 157px;
}

#loadingAJAX {
    font-weight: bold;
    display: block;
}

.choixDate {
    border: 1px solid #cecece;
    padding: 8px;
    background-color: #f1f5fa; 
}

.titreAtelierTableau {
    text-align: left;
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
    background-image:url(../img/bghj.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.titreHoraire {
    background-color: #faf5e4;
    text-align: center;
    padding: 4px;
    border: 1px solid #d8cfb5;
}

.titreHoraireErreur {
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 4px;
    border: 1px solid #d8cfb5;
}

#choixCegep {
    padding: 4px;
    text-align: center;
    border-bottom: 1px solid #cecece;
    background-color: #fff;
}

.cgConfTitre {
    background-color: #faf5e4;
    text-align: center;
    padding: 4px;
    border: 1px solid #d8cfb5;
}

.btnConf {
	background-color: green;
	color: #fff;
}

.btnRefuse {
	background-color: red;
	color: #fff;
}

.btnNonConfirme {
    background-color: yellow;
    color: #000;
}

#onglets {
    border-bottom: 2px solid #cecece;
}

.blocOngletActif, .blocOnglet {
    padding: 8px 20px 0 20px;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    margin: 10px 0 10px 0;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.blocOngletActif {
    background-color: yellow;
    color: #000;
}

.blocOngletActif a {
    color: #000;
    text-decoration: none;
}

.bgBloc {
    background-color: #000;
    color: #fff;
    padding: 4px;
}

#blocInfoAtelier {
    border: 1px solid #cecece;
    background-color: #f1f5fa;
    padding: 0 4px 4px 4px;
    margin-bottom: 20px;
}
