body {
    font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
    font-size: 12px; /* on définit la taille de police de base dans la page */
    color: #062A4E;
    background-color: #FAFAFA;
    /*text-align: justify;*/
}


a {
    text-decoration: none;
    color: #1010FF;
}

a:hover {
    text-decoration: none;
    color: #CC00FF;
}

a img {
    border: none;
}




.header {
    background: url(../images/logo_tci.png) top left no-repeat;
    height: 100px;
    padding-left: 360px;
    border: 1px solid #FAFAFA;
}

.header_bloc {
    height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 50px;
    margin-right: 50px;
    border: 1px solid;
}

.header_bloc#default1 {border-color: #9999FF; background-color: #F0F0F6;}
.header_bloc#msg1 {border-color: #99FF99; background-color: #F0FFF0;}
.header_bloc#error1 {border-color: #FF6060; background-color: #F6F0F0;}


.header_titre {
    padding: 1px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
}

.header_titre#default2 {background-color: #9090FF;}
.header_titre#msg2 {background-color: #90FF90;}
.header_titre#error2 {background-color: #FF6060;}


.header_contenu {
    padding: 3px;
    text-align: justify;
}

.header_contenu#default3 {}
.header_contenu#msg3 {}
.header_contenu#error3 {font-weight: bold; color: red;}












.main_menu {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.main_menu_case {
    background-color: #EBEBEB;
    color: #0030F0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border : 2px solid #666666;
    
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    
    display: block;
}

a.main_menu_case:hover {
    color: #223FFF;
    background-color: #E0E0E0;
    border : 2px solid #6666A0;
}

span.main_menu_case_left {
    min-width: 20%;
    width: 20%;
    display: block;
    float: left;
    margin-left: 1%;
}

span.main_menu_case {
    min-width: 19%;
    width: 19%;
    display: block;
    float: left;
}

span.main_menu_case_right {
    min-width: 20%;
    width: 20%;
    display: block;
    float: left;
}





span.main_menu_case_left_v2 {
    min-width: 17%;
    width: 17%;
    display: block;
    float: left;
    margin-left: 1%;
}

span.main_menu_case_v2 {
    min-width: 16%;
    width: 16%;
    display: block;
    float: left;
}

span.main_menu_case_right_v2 {
    min-width: 17%;
    width: 17%;
    display: block;
    float: left;
}












.nouveau_message_prive {
    float: left;
    width: 80%;
    display: block;
    text-align: center;
    color: red;
    border: 2px solid red;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
    font-variant: small-caps;
    font-weight: bold;
}

.nouveau_message_prive:hover {
    background-color: yellow;
    color: red;
}







.liste_connectes {
    border: 1px solid #666666;
    background-color: #EFEFEF;
    float: left;
    width: 90%;
    margin-bottom: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 1px 3px 1px 3px;
}






.info_bulle {
    
    background-color: #CCCCFF;
    border: 1px solid #AA00FF;
    
    position: absolute;
    z-index: 2;
    
    padding: 1px;
}





.popup_window {
    /*background-color: red;*/
    
    
    
    position: absolute;
    z-index: 3;
    
    /*padding: 1px;*/
    
    
    width: 300px;
    /*height: 200px;*/
    
}

.popup_window_barre_titre {
    /*background-color: blue;*/
    background-color: white;
    
    width: 100%;
    height: 20px;
    
    border-width: 2px 2px 1px 2px;
    border-color: blue;
    border-style: solid;
    
    font-weight: bold;
    
    display: block;
    
}

.popup_window_titre {
    background-color: white;
    
    width: 226px;
    
    float: left;
    
    padding: 2px;
    
    display: block;
    
}


.popup_window_barre_titre_icone_close {
    background-color: lightgray;
    color: black;
    border: 2px solid white;
    width: 19px;
    float: left;
    text-align: center;
    display: block;
}

.popup_window_barre_titre_icone_close:hover {
    background-color: darkgray;
    color: black;
}


.popup_window_barre_titre_icone_minimize {
    background-color: lightgray;
    color: black;
    border: 2px solid white;
    width: 19px;
    float: left;
    text-align: center;
    display: block;
}

.popup_window_barre_titre_icone_minimize:hover {
    background-color: darkgray;
    color: black;
}


.popup_window_barre_titre_icone_move {
    background-color: lightgray;
    color: black;
    border: 2px solid white;
    width: 19px;
    float: left;
    text-align: center;
    display: block;
}

.popup_window_barre_titre_icone_move:hover {
    background-color: darkgray;
    color: black;
}


.popup_window_body {
    /*background-color: blue;*/
    background-color: #F0F0F0;
    
    width: 100%;
    height: 100%;
    min-height: 100px;
    
    border-width: 1px 2px 2px 2px;
    border-color: #6666FF;
    border-style: solid;
    
    visibility: visible;
    
    
    display: block;
}



.popup_window_status {
    background-color: lightgray;
    /*background-color: #F0F0F0;*/
    
    width: 100%;
    height: 100%;
    
    border-width: 1px 2px 2px 2px;
    border-color: gray;
    border-style: solid;
    
    visibility: visible;
    
    font-size: 6px;
    
    display: block;
}







.middle {
    /*border: 1px dashed blue;*/
    float: left;
    width: 100%;
}






.panels {
    width: 190px;
    float: left;
    
    /*border: 1px dashed red;*/
    /*background-color: red;*/
}

.panel {
    width: 100%;
    /*border: 1px dashed blue;*/
    
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 10px;
    
    
    
}

.panel_title {
    text-align: center;
    font-weight: bold;
    color: #0033DD;
    background-color: #B8B8B8;
    margin-bottom: 2px;
    border : 1px solid #666666;
    font-size: 125%;
    padding: 1px;
}

.panel_content {
    background-color: #ebebeb;
    border : 1px solid #666666;
    text-align: left;
    vertical-align: middle;
}


a.panel_link {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}


.panel_content_error {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.panel_content_big {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}




#panel_contact {
    background: url(images/icons_22x22/contact.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/contact.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_contact:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_liens {
    background: url(images/icons_22x22/www.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/www.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_liens:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_livre_or {
    background: url(images/icons_22x22/crayon_papier.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/crayon_papier.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_livre_or:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_faq {
    background: url(images/icons_22x22/question.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/question.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_faq:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}



#panel_statistiques {
    background: url(images/icons_22x22/chart.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/chart.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_statistiques:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_phpmyvisites {
    background: url(images/icons_22x22/rechercher_2.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/rechercher_2.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_phpmyvisites:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}




#panel_statistiques {
    background: url(images/icons_22x22/chart.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/chart.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_statistiques:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_phpmyvisites {
    background: url(images/icons_22x22/rechercher_2.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/rechercher_2.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_phpmyvisites:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}








#panel_admin {
    background: url(images/icons_22x22/lock.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/lock.gif) no-repeat 4px 4px;
    height: 26px;
    color: #FF3333;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_admin:hover {
    color: #FF2A2A;
    background-color: #DDDDDD !important;
}


#panel_utilisateurs {
    background: url(images/icons_22x22/contact_2.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/contact_2.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_utilisateurs:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_logs {
    background: url(images/icons_22x22/enregistrer.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/enregistrer.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_logs:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_logs_403 {
    background: url(images/icons_22x22/enregistrer.png) no-repeat 24px 4px !important;
    background: url(images/icons_22x22/enregistrer.gif) no-repeat 24px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_logs_403:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_logs_404 {
    background: url(images/icons_22x22/enregistrer.png) no-repeat 24px 4px !important;
    background: url(images/icons_22x22/enregistrer.gif) no-repeat 24px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_logs_404:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_ajouter_news {
    background: url(images/icons_22x22/news.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/news.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_ajouter_news:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}






#panel_francais {
    background: url(images/flags/fr.png) no-repeat 4px 8px !important;
    background: url(images/flags/fr.gif) no-repeat 4px 8px;
    height: 24px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 0px;
}

#panel_francais:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_anglais {
    background: url(images/flags/en.png) no-repeat 4px 8px !important;
    background: url(images/flags/en.gif) no-repeat 4px 8px;
    height: 24px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 0px;
}

#panel_anglais:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}










#panel_inscription {
    background: url(images/icons_22x22/fusee.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/fusee.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_inscription:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_password_oublie {
    background: url(images/icons_22x22/password.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/password.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_password_oublie:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_votre_compte {
    background: url(images/icons_22x22/identite.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/identite.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_votre_compte:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_messages_prives {
    background: url(images/icons_22x22/tick.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/tick.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_messages_prives:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


#panel_deconnecter {
    background: url(images/icons_22x22/exit.png) no-repeat 4px 4px !important;
    background: url(images/icons_22x22/exit.gif) no-repeat 4px 4px;
    height: 26px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 0px;
}

#panel_deconnecter:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}









.barre_titre {
/* classe correspondant au DIV qui contient la barre de titre (Numero de chaptre, titre) pour les tutoriaux */
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    
    margin-left: 300px;
    margin-right: 100px;
    
    margin-bottom: 15px;
    text-align: center;
    
    border: 1px solid;
}

.barre_titre h1 {
    font-size: 45px;
    color: red;
    margin: 0px 0px 10px 0px;
}

.barre_titre h2 {
    font-size: 30px;
    margin: 0px;
}










.barre_navigation_tuto {
/* classe correspondant au DIV qui contient la barre de navigation (precedent, imprimer, suivant) pour les tutoriaux */
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 200px;
    border: 0px;
}



.related_links {
    position: relative;
    display: block;
    width: 94%;
    left: 3%;
    text-align: left;
    background-color: #ebebeb;
    color: #000000;
    border : 1px solid #666666;
    bottom: 10px;
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 1px;
}

.related_links a {color: #0033ff; text-decoration: none}
.related_links a:hover {text-transform: none; color: #0099ff; text-decoration: none}




a.panel_link_tuto_ok {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_vert.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_vert.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_ok:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.panel_link_tuto_non_traduit {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_jaune.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_jaune.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_non_traduit:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.panel_link_tuto_redaction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_violet.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_violet.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_redaction:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.panel_link_tuto_traduction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_violet.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_violet.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_traduction:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.panel_link_tuto_rien {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_rouge.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_rouge.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_rien:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.panel_link_tuto_auto_genere {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_bleu.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_bleu.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.panel_link_tuto_auto_genere:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}






a.barre_navigation_prec_tuto_ok {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_vert.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_vert.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_ok:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_prec_tuto_non_traduit {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_jaune.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_jaune.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_non_traduitk:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_prec_tuto_redaction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_violet.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_violet.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_redaction:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_prec_tuto_traduction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_violet.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_violet.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_traduction:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_prec_tuto_rien {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_rouge.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_rouge.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_rien:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_prec_tuto_auto_genere {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_gauche_double_bleu.png) no-repeat left 4px !important;
    background: url(images/icons_16x16/fleche_gauche_double_bleu.gif) no-repeat left 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: left;
}
a.barre_navigation_prec_tuto_auto_genere:hover {
    color: #0011FF;
    text-decoration: underline;
}





a.barre_navigation_suiv_tuto_ok {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_vert.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_vert.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_ok:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_suiv_tuto_non_traduit {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_jaune.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_jaune.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_non_traduit:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_suiv_tuto_redaction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_violet.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_violet.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_redaction:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_suiv_tuto_traduction {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_violet.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_violet.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_traduction:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_suiv_tuto_rien {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_rouge.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_rouge.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_rien:hover {
    color: #0011FF;
    text-decoration: underline;
}

a.barre_navigation_suiv_tuto_auto_genere {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_double_bleu.png) no-repeat right 4px !important;
    background: url(images/icons_16x16/fleche_droite_double_bleu.gif) no-repeat right 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 26px;
    padding-top: 4px;
    padding-bottom: 0px;
    text-align: right;
}
a.barre_navigation_suiv_tuto_auto_genere:hover {
    color: #0011FF;
    text-decoration: underline;
}







a.barre_navigation_print_tuto {
    display: block;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_22x22/print.png) no-repeat center 4px !important;
    background: url(images/icons_22x22/print.gif) no-repeat center 4px;
    height: 30px;
    color: #0033FF;
    vertical-align: middle;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
}
a.barre_navigation_print_tuto:hover {
    color: #0011FF;
    text-decoration: underline;
}














.panel_separateur_simple {
    border-top: 1px dotted #666666;
    height: 1px;
    width: 85%;
    margin-left: 5%;
    margin-top: 2px;
    margin-bottom: 1px;
}

.panel_separateur_simple_invisible {
    height: 4px;
    width: 85%;
    margin-left: 5%;
    margin-top: 2px;
    margin-bottom: 1px;
}


.panel_separateur_double {
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
    height: 2px;
    width: 85%;
    margin-left: 5%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.panel_separateur_double_invisible {
    height: 8px;
    width: 85%;
    margin-left: 5%;
    margin-top: 2px;
    margin-bottom: 2px;
}











.main {
    position: relative;
    padding: 3px;
   
    margin-left: 200px;
    margin-right: 1px;
    
    border: 1px dashed black;
    /*background-color: blue;*/
}


.main_noborder {
    position: relative;
    padding: 0px;
   
    margin-left: 200px;
    margin-right: 1px;
    
    border: 0px dashed black;
    /*background-color: blue;*/
}





.footer {
    display: inline;
    position: relative;
    float: left;
    width: 94%;
    left: 3%;
    text-align: center;
    background-color: #ebebeb;
    color: #000000;
    border : 2px solid #666666;
    bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer a {font-weight: bold; color: #0033ff; text-decoration: none}
.footer a:hover {font-weight: bold; text-transform: none; color: #0099ff; text-decoration: none}







.news {
    border-width: 2px 2px;
    
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 30px;
}

.news_admin {
    color: red;
}

.news_titre {
    border: 0px;
    font-weight: bold;
    padding: 1px 1px 1px 3px;
    
    border-bottom-style: inset;
    border-bottom-color: #0000FF;
    border-bottom-width: 1px;
    
    background-color: #0000DD;
    color: #FAFAFA;
}

.news_contenu {
    padding: 5px;
}

.news_footer {
    background-color: #DCDCDC;
    
    border-top-style: solid;
    border-top-color: #5050FF;
    border-top-width: 1px;
    
    padding: 1px;
}



.news_commentaire {
    border-width: 1px 1px;
    
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 15px;
    
    margin-left: 50px;
}

.news_commentaire_contenu {
    padding: 3px;
}

.news_commentaire_footer {
    background-color: #DCDCDC;
    
    padding: 1px;
}




.livre_or {
    border-width: 1px 1px;
    
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 15px;
    
    margin-left: 50px;
    margin-right: 50px;
}

.livre_or_contenu {
    padding: 3px;
}

.livre_or_footer {
    background-color: #DCDCDC;
    
    padding: 1px;
}

.livre_or_admin {
    color: red;
}






.message_prive {
    border-width: 1px 1px;
    
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 15px;
    
    margin-left: 50px;
    margin-right: 100px;
}

.message_prive_received {
    border-width: 1px 1px;
    
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 15px;
    
    margin-left: 50px;
    margin-right: 100px;
}

.message_prive_sent {
    border-width: 1px 1px;
    
    border-color: #FF8000;
    border-style: solid;
    margin-bottom: 15px;
    
    margin-left: 50px;
    margin-right: 100px;
}

.message_prive_contenu {
    padding: 3px;
}

.message_prive_header {
    background-color: #DCDCDC;
    
    padding: 1px;
}

.message_prive_new {
    color: red;
    font-weight: bold;
    background-color: yellow;
}

.message_prive_non_lu {
    color: #FF8000;
    font-weight: bold;
}

.message_prive_to {
    color: #FF8000;
    font-weight: bold;
}

.message_prive_from {
    color: red;
    font-weight: bold;
}

a.admin_messages_prives_liens {
    font-style: italic;
}
a.admin_messages_prives_liens:hover {
    background-color: yellow;
}











.faq {
    border-width: 1px 1px;
    border-color: #0000DD;
    border-style: solid;
    margin-bottom: 30px;
}

.faq_admin {
    color: red;
}

.faq_question {
    border: 0px;
    padding: 1px 1px 1px 3px;
    
    border-bottom-style: inset;
    border-bottom-color: #0000FF;
    border-bottom-width: 1px;
    
    background-color: #0000DD;
    color: #FAFAFA;
}
.faq_question_num {
    font-weight: bold;
}


.faq_reponse {
    padding: 3px;
}

.faq_footer {
    background-color: #DCDCDC;
    
    border-top-style: solid;
    border-top-color: #5050FF;
    border-top-width: 1px;
    
    padding: 1px;
}











.index_tuto {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.index_tuto_lien_introduction_top  {
    font-size: 18px;
    margin-bottom: 40px;
    border: 1px gray solid;
    background-color: #DDDDDD;
}

.index_tuto_logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.index_tuto_modeles {
    font-family: Times New Roman, Times, serif;
    font-size: 50px;
    font-weight: bold;
}

.index_tuto_nom_tuto {
    font-family: Times New Roman, Times, serif;
    font-size: 50px;
}

.index_tuto_redacteur {
    font-family: Times New Roman, Times, serif;
    font-size: 30px;
}

.index_tuto_site {
    font-family: Times New Roman, Times, serif;
    font-size: 20px;
    margin-top: 10px;
}

.index_tuto_lien_introduction_bottom  {
    font-size: 18px;
    margin-top: 40px;
    border: 1px gray solid;
    background-color: #DDDDDD;
}






.tutorial_status_page {
    border: 1px red dashed;
    color: red;
    padding: 2px 3px 2px 3px;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.tutorial_translator {
    border: 2px purple dashed;
    padding: 2px 3px 2px 3px;
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}




.changelog_recent {
    color: red;
}

.changelog_non_recent {
    color: #062A4E;
}


a.changelog_tuto_ok {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_vert.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_vert.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_ok:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.changelog_tuto_non_traduit {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_jaune.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_jaune.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_non_traduit:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.changelog_tuto_redaction {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_violet.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_violet.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_redaction:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.changelog_tuto_traduction {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_violet.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_violet.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_traduction:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}

a.changelog_tuto_rien {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_rouge.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_rouge.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_rien:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}


a.changelog_tuto_auto_genere {
    display: block;
    text-transform: none;
    text-decoration: none;
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 12px;
    background: url(images/icons_16x16/fleche_droite_bleu.png) no-repeat 4px 4px !important;
    background: url(images/icons_16x16/fleche_droite_bleu.gif) no-repeat 4px 4px;
    height: 20px;
    color: #0033FF;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
}
a.changelog_tuto_auto_genere:hover {
    color: #0011FF;
    background-color: #DDDDDD !important;
}












.highlight_legend {display: block; margin-bottom: 20px; font-size: 13px;}
.highlight_legend_title {font-weight: bold;}
.highlight1 {background-color: yellow;}
.highlight2 {background-color: red;}
.highlight3 {background-color: lightblue;}
.highlight4 {background-color: pink;}





