#aide {
	font-size: 12px;
    width: 99.9%;
}

#bandeauAfficherAide{
    height: 38px;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #F3F3F3;
}
#bandeauAfficherAide:hover{
	background-color: #EBEBEB;
    cursor: pointer;
    cursor: hand;
}
#afficherAide{
    padding-top: 9px;
    padding-right: 80px;
    float: right;
    background: url('../img/double_fleche_bas_17x17.png') no-repeat;
    background-position: 132px 7px;
}
#afficherAide a{
    text-align: right;
    font-size: 15px;
    font-style: italic;
    color: #414141;
}
#afficherAide a:hover{
    text-decoration: none;
}


/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -------------------------------- AIDE -------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#bandeauContenuAide{
    margin-bottom: 20px;
    background-color: #E1E7F5;
    display: none;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------- HEADER ------------------------------- */
/* ---------------------------------------------------------------------- */
#headerAide{
    padding: 4px 14px;
}
/* --- Titre --- */
#headerAide #titre{
    height: 40px;
    padding-top: 5px;
    font-size: 19px;
    text-align: center;
    color: #414141;
}
/* --- Zones boutons --- */
#headerAide .zoneBouton{
    color: #6F6F6F;
}
#headerAide .zoneBouton div{
    background-repeat: no-repeat;
}
#headerAide .zoneBouton div:hover{
    cursor: pointer;
    cursor: hand;
}
/* --- Zone bouton de gauche--- */
#headerAide .zoneBouton.gauche{
    height: 40px;
    float: left;
    font-size: 14px;
}
/* --- Bouton retour aux rubriques --- */
#headerAide #boutonRetourRubrique{
	width: 80px;
    padding: 4px 0px 0px 25px;
    background-image: url('../img/double_fleche_gauche_17x17.png');
    background-position: 0px 12px;
    display: none;
    line-height: 16px;
}
/* --- Zone bouton de droite--- */
#headerAide .zoneBouton.droite{
    height: 40px;
    font-size: 15px;
}
#headerAide .zoneBouton.droite #boutonDetacher,
#headerAide .zoneBouton.droite #boutonFermerAide{
    width: 65px;
    padding-top: 18px;
    background-position: 30px 0px;
    text-align: center;
}
/* --- Bouton détacher --- */
#headerAide #boutonDetacher{
    background-image: url('../img/detacher_17x17.png');
}
/* --- Bouton fermer --- */
#headerAide #boutonFermerAide{
    float: right;
    background-image: url('../img/double_fleche_haut_17x17.png');
}

/* --- image casque --- */
#casqueAide{
    background-image: url('../../img/casque.svg');
    background-repeat: no-repeat;
    background-size: 23px;
    height: 25px;
    width: 25px;
    display: inline-block;
}




/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* -------------------------- CONTENU DE L'AIDE ------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

#contenuAide{
	text-align: left;
/*     overflow-y: auto; */
}
#contenuAideHorsFooter{
    margin: auto;
    padding: 3px 15px 0px 15px;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------ RECHERCHE ----------------------------- */
/* ---------------------------------------------------------------------- */
#blocRecherche{
	margin-bottom: 12px;
}
#inputRecherche{
    padding: 3px 3px 3px 30px;
    font-size: 14px;
    border: solid #B3B3B3 1px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background: no-repeat #FFFFFF url('../img/loupe_22x22.png') 4px 3px;
}
#inputRecherche:focus{
    outline: none;
}
#boutonRechercheAide{
    height: 28px;
    font-size: 12px;
    border: solid #B3B3B3 1px;
    background-color: #F3F3F3;
}
#boutonRechercheAide:hover{
	background-color: #EBEBEB;
    cursor: pointer;
    cursor: hand;
}
#boutonRechercheAide:focus{
   background-color: #EBEBEB;
   cursor: pointer;
   cursor: hand;
   border: dotted black 1px;
}

#rechercheAucunResultat{
	display: none;
	margin-top: 30px;
	padding-left: 15px;
	font-size: 14px;
	font-style: italic;
}

/* ---------------------------------------------------------------------- */
/* ------------------------------ RUBRIQUES ----------------------------- */
/* ---------------------------------------------------------------------- */

#blocRubriques .boutonRubrique {
    font-size: 16px;
    text-align: center;
    font-family: Arial;
    background: #F3F3F3;    
    border: solid #2C6D99 1px;
    width: 100%; 
}
#blocRubriques .boutonRubrique:hover {   
    color: #F5F5F5;
    background: #2C6D99;
    cursor: pointer;
    cursor: hand;
}
#blocRubriques .boutonRubrique:active {   
    color: #F5F5F5;
    background: #00426F;
}
#blocRubriques .boutonRubrique:focus {   
    color: #F5F5F5;
    background: #00426F;
}
#divAfficherQuestions{
	margin-top: 16px;
	font-size: 13px;
	text-align: right;
}

.paragraphesDerniereOptionListe {
    margin-left: 12px;
    margin-top: 10px;
}


/* ---------------------------------------------------------------------- */
/* ------------------------ QUESTIONS / REPONSES ------------------------ */
/* ---------------------------------------------------------------------- */
.questionReponse .ui-accordion-header{
	margin: 3px 0px 0px 0px;
    background: #F3F3F3;
    border: none;
    border-radius: 0px;
}
.questionReponse .ui-accordion-header:hover{
    color: #F5F5F5;
    background: #2C6D99;
    cursor: pointer;
    cursor: hand;
}
.questionReponse .ui-accordion-header:active {   
    color: #F5F5F5;
    background: #00426F;
}
.questionReponse.video .ui-accordion-header{
    background-image: url('../img/video_20x20.png');
    background-repeat: no-repeat;
    background-position: 24px 4px;
    padding-left: 50px;
}
.questionReponse .ui-accordion-content{
    border: none;
    border-radius: 0px;
}
.questionReponse.video .ui-accordion-content{
    height: 342px;
	padding: 6px 25px;
}
#conteneurVideo{
	display: none;
	width: 480px;
	height: 320px;
	margin: auto;
}


/* ---------------------------------------------------------------------- */
/* ------------------------------- FOOTER ------------------------------- */
/* ---------------------------------------------------------------------- */
#footerAide{
	margin-top: 17px;
	padding: 10px 0px;
	background: #EFEFEF;
}
#contenuFooterAide{
    margin: auto;
}
#contenuFooterAide p, #contenuFooterAide ul{
    margin: 0px;
}
#contenuFooterAide ul{
    margin: 0px;
}

.contenuAccordeon ul{
    padding: 0px;
    list-style-position: inside;
}
