/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 juin 2014, 09:15:32
    Author     : didier
    Notes      : Lorsque les règles sont communes, elles sont déplacées ici !!
*/
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    text-align : center ;
    color : #000000;
    background-color : #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    background: url("../images/maquette/maquette2013/fond_carbon_1024_768.jpg") repeat-x;
} 

#mess_debug{
    display: none;
    border: 1px solid #09F610;
    background-color: gold;
    margin: 10px;
    padding: 10px;
    text-align: left;
}
.validation_user_erreur{
    font-size: 0.1em;
    color: #D6DBD3;
    text-align: center;
}
li {
    display : list-item;
    list-style-image : url("../images/btn_li.png");
} 

#NoImage img{
    visibility: hidden;
    width: 0px;
    height: 0px;
}

#spacer {
    height : 1px;
    /*background-color: #E2001A;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#conteneur_exam {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    text-align : left;
    height:768px;        
}
#corps{
    
}

#entete, #entete_resultat {
    background: url("../images/maquette/maquette2013/code-deverouillage_01.png") no-repeat scroll 0 0; /*rgba(0, 0, 0, 0)*/
    height: 130px;
    width: 1024px;
}

/* PAGE CHECK
   PAGE CHECK
   PAGE CHECK */
#liste_test_a_repasser{
    width: 1024px;    
    height: 636px;
    margin-left: auto;
    margin-right: auto;
    background: url("../images/maquette/maquette2013/liste-test-repasser_02.png") no-repeat scroll 0 0 transparent;
}

#bloc_texte_message_a_repasser {
    width: 865px;
    height: 165px;
}
#bloc_texte_message_a_repasser #mess{
    color: #FFFFFF;
    float: left;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-align: center;    
    margin-left: 580px;
    margin-top: 85px;
    padding-top: 10px;
    width: 280px;
    height: 70px;
    /*background-color: #0033CC;*/
}
#texte_fit {
   height: 380px;
   width: 470px;
   /*background-color: #09F610;*/
}
#texte_fit img{
    margin: 0 0 -5px 0;
}
#texte_fit .mess_flash{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}  

#btn_quitter_exit_a_repasser {
    float: left;
    height: 34px;
    margin-left: 651px;
}
#btn_continuer{  
}
#formbutton {
    float: left;
    height: 40px;
    width: 150px; 
    font-weight: bold;
    font-family: Helvetica,sans-serif,Arial,Verdana;
}
.btn_verif_FR {
    border: none;
    background: url("../images/maquette/maquette2013/btn_verif_FR.png") no-repeat;
    padding: 2px 8px 5px 6px;
    width: 115px;
    height : 39px;
    font-weight: bold;
}
.btn_verif_FR:hover {
    border: none;
    background: url("../images/maquette/maquette2013/btn_verif_FR_R.png") no-repeat;
    padding: 2px 8px 5px 6px;
}
.btn_commencer_FR {
    border: none;
    background: url("../images/maquette/maquette2013/btn_commencer_FR.png") no-repeat;
    padding: 2px 8px 5px 6px;
}
.btn_commencer_FR:hover {
    border: none;
    background: url("../images/maquette/maquette2013/btn_commencer_FR_R.png") no-repeat;
    padding: 2px 8px 5px 6px;
}

#partie_gauche_intro2 {
    background: url("../images/maquette/maquette2013/aide1_03.png") repeat scroll 0 0 transparent;
    float: left;
    height: 541px;
    width: 340px;    
}
#btn_lancer_test {
    margin-left: 80px;
    margin-top: 50px;
}
#partie_droite_intro2 {
    float: left;
    width: 684px; 
    height: 541px;
    padding-top: 5px;
}
.alignement_centre {
   text-align: center; 
}
