﻿body 
{
    font-family: Verdana;
    font-size: 0.8em;
    color: Black;
}
/********************************************************************
    
                    Module Formulaires

/********************************************************************/
ul.listCategorie 
{
    color: #999;
}
ul.listCategorie li a,
table.frm_ListFormulaire a,
#Formulaire a,
.frm_Formulaire a
{
    color: Black;
    text-decoration: none;
}
ul.listCategorie li a:hover,
table.frm_ListFormulaire a:hover,
#Formulaire a:hover,
.frm_Formulaire a:hover
{
    color: #999;
    text-decoration: underline;
}

table.frm_ListFormulaire 
{
    font-family: Verdana;
    color: Black;
    font-size: 1em;
}

/* affichage des questions en partie public */

#Formulaire,
.frm_stats
{
    width: 900px;
    margin: 10px auto;
}
.frm_Formulaire .frm_Formulaire_strFormulaire
{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    background: url(/images/FondMenu.png) top left repeat-x;
    line-height: 30px;
}

.frm_Formulaire_strContenu 
{
    border-bottom: 0px ;
    margin-bottom: 15px;
}

.etapeFormulaire 
{
    float: left;
    margin-bottom: 10px;
    line-height: 26px;
    margin-right: 5px;

}
.etapeEnCours,
.etapeFormulaire a
{
      background: url(/images/puceEtape.gif) bottom right no-repeat;
      display: block;
      line-height: 26px;
      padding-right: 25px;
}
.etapeFormulaire a:hover
{
      background: url(/images/puceEtapeHover.gif) bottom right no-repeat;  
}
.frm_Etape 
{
    clear: left;
    border-top: 1px solid #999;
    padding-top: 15px;
    
}

.frm_Etape_strEtape 
{
    font-weight: bold;
    text-align: center;
}
#Formulaire fieldset 
{
    border: none;
    border-top: 1px solid #999;
    margin: 15px 0;
}
#Formulaire fieldset legend 
{
    font-weight: bold;
    margin-left: 60px;
    padding: 0 15px;
    color: Black;
}
.obligatoire 
{
    color: Red;
}

/*********** bouton valider */

.formValidation
{

    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0px auto;
    text-align: center;
    clear: both;
    width: 900px;
    margin: 0 auto;

}
a.frm_boutonTexte span.frm_boutonValider
{
    display: block;
    float: left;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: url(/images/boutonFormulaire.gif) center left repeat-x;
    border: 1px solid #999;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
a.frm_boutonTexte:hover span.frm_boutonValider
{
    text-decoration: none;
    color: #333;
    background: url(/images/boutonFormulaireHover.gif) center left repeat-x;
}
a.frm_boutonTexte span.frm_boutonPrecedent 
{
    display: block;
    float: left;
    margin-right: 5px;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
a.frm_boutonTexte:hover span.frm_boutonPrecedent 
{
    color: Black;
    text-decoration: underline;
}
/***************************** questions */
/*Les 7 types de questions peuvent toutes
être chartées de manière spécifique.
Le code qui génère ces classes (class="frm_Question_strIntitule<%X%>") 
est à moitié dynamique
(le développement ne semble pas fini)
*/
.frm_Question_strIntitule,
.frm_Question_strIntitule1,
.frm_Question_strIntitule2,
.frm_Question_strIntitule3,
.frm_Question_strIntitule4,
.frm_Question_strIntitule5,
.frm_Question_strIntitule6,
.frm_Question_strIntitule7
{
    color: black;
    font-weight: bold;
    margin: 10px 0;
    background: url(/images/puceFormulaire.gif) center left no-repeat;
    padding-left: 30px;
}
.frm_Question_info 
{
    font-weight: normal;
    color: #999;
    margin-bottom: 10px;
}
.frm_Question 
{
margin: 20px 0;
}
.frm_Question_strChamp 
{
    margin-top: 10px;
}
.commentaireReponse 
{
    font-style: italic;
}
.frm_Question_Conditionne
{
    display:none;
}

/******* envoi de l'url *********************/
.frm_FormulaireLien 
{
    width: 600px;
    margin: 0 auto; 
    border: 1px solid #778AAE;
    text-align: center;
}
.frm_FormulaireLien .presentationLien {
background-color:#778AAE;
background-image:url(/images/admin/degrade_liste.gif);
color:white;
font-weight:bold;
height:28px;
line-height: 28px;
text-align: center;
}
.frm_FormulaireLien .lienFormulaire 
{
    padding: 15px 0;
    display: block;
}

/************* stats du formulaire ************/
.statsFormulaire 
{
    width: 900px;
    margin: 0 auto;
}
.frm_stats_etape 
{
    border: 1px solid #999;
    margin: 10px 0 20px 0;
    padding: 0 10px;
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 0;
}
.frm_stats_etape .frm_stats_etape_intitule 
{
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
.frm_stats_etape .frm_stats_reponse_intitule span 
{
    font-style: italic;
    font-weight: bold;
}
.frm_stats_etape .frm_stats_etape_intitule strong 
{
    background: white;
    margin-left: 50px;
    padding: 0 15px;
}
.frm_stats_question 
{
    margin: 10px 0;
}
.frm_stats_question .frm_stats_question_intitule 
{
    font-weight: bold;
    padding-bottom: 8px;
    text-decoration: underline;
}
.frm_stats_reponse_nbreponsepourcentage 
{
    background: url(/images/fondStats_haut.gif) center left no-repeat;
    margin-top: 15px;
    line-height: 31px;
    padding-left: 15px;
}
.frm_stats_reponse_bar 
{
    background: url(/images/fondStats_bas.gif) bottom left no-repeat;
    height: 22px;
    padding-left: 15px;
}
/* légende */ 
.legendeStats 
{
    width: 500px;
    padding-bottom: 150px;
    float: left;
}
.legendeStats a
{
    color: Black;
    text-decoration: none;
}
.legendeStats a:hover
{
    color: Black;
    text-decoration: underline;
}
a.boutonQuitter 
{
    float: right;
    display: block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: url(/images/boutonFormulaire.gif) center left repeat-x;
    border: 1px solid #999;
    color: White;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
a.boutonQuitter:hover
{
    text-decoration: none;
    color: #333;
    background: url(/images/boutonFormulaireHover.gif) center left repeat-x;
}
/************************** affichage des récaps du formulaire */

.recapFormulaire .frm_Etape 
{
    border: none;
}
.recapFormulaire fieldset 
{
    margin-top: 15px;
}
.recapFormulaire fieldset legend 
{
    font-weight: bold;
}
.recapFormulaire a.frm_boutonTexte 
{
    color: Black;
}
.recapFormulaire a.frm_boutonTexte:hover
{
    color: #999;
}
