/* CSS DOCUMENT */
/* FEUILLE DE STYLE CONTENANT LES COULEURS DE DEFAULT */
#barre_outils{
background-image: url('/librairies/images/image_dimensions.php?t=barre-outils-bg.png');
border-bottom-color:#666;
}
#barre_outils *{ color:#000; }
.mini_recherche span { background:url('/librairies/images/image_dimensions.php?t=barre_outils_li_gauche_bg.png') repeat-x transparent; }
.mini_recherche input {
border:1px solid #bbb;
background-color:#fff;
}
.mini_recherche button {
background:url('/librairies/images/image_dimensions.php?t=barre_outils_lancer_recherche.png') repeat-x transparent right;
}
.mini_recherche span a{
background:url('/librairies/images/image_dimensions.php?t=barre_outils_li_droite_bg.png') repeat-x transparent right;
}
.mini_recherche a{ color:#000; }
#barre_outils li { background:url('/librairies/images/image_dimensions.php?t=barre_outils_li_bg.png') repeat-x transparent; }
#barre_outils li.premier_outil{
background:url('/librairies/images/image_dimensions.php?t=barre_outils_li_gauche_bg.png') repeat-x transparent;
}
#barre_outils li.dernier_outil{
background:url('/librairies/images/image_dimensions.php?t=barre_outils_li_droite_bg.png') repeat-x transparent right;
}
#entete{
background:#172240 no-repeat url('/librairies/images/image_dimensions.php?t=fond_banniere.png');
}
#menu{ background-color:#fff; }
.menu li.menu_section{
background-color:#51b1db;
color:#fff;
}
ul.menu{ background-color:#fff; }
.menu li{ border-left-color:#2a97dc; }
#menu a{
color:#000;
text-decoration:none;
} 
#menu a:hover { text-decoration:underline; }
#menu .menu li:hover {
background-color: #f2f8ff;
border-left-color:#f60;
}
#menu .menu li.menu_section:hover { background-color:#51b1db; }
#menu li.menu_item_choisi { border-left-color: #2a97dc; }
#menu li.menu_item_choisi:hover {
border-left:3px solid #2a97dc;
background-color:#fff;
}
#menu li.menu_item_choisi a:hover { text-decoration:none; }
#menu ul.sousmenu li.sousmenu_item:hover {
background-color: #f2f8ff;
border-left-color:#5ac7ff;
}
#menu ul.sousmenu li.sousmenu_item a:hover { text-decoration:underline; }
#menu li.sousmenu_section{
color:#000;
border-bottom-color:#2a97dc;
}
#menu li.sousmenu_section:hover { background-color:#fff; }
#menu .sousmenu li.sousmenu_choisi{ background-color: #fff; }
.manchette{
background-color:#eee;
border-color:#ccc;
}
.surtitre{ color:#999; }
.soustitre{ color:#999; }
.nouvelle{
background-color:#eee;
border-color:#ccc;
}
.plan li a {
text-decoration:none;
color:#000;
}
.plan li a:hover { text-decoration:underline; }
div.formulaire_erreur {
border: 2px solid #f00;
background-color: #fdd;
}
div.champ_option_erreur { background-color: #fee; }
span.questionnaire_note { color: #f00; }
span.questionnaire_note_100pc { color: #090; }
span.questionnaire_question { color: #00f; }
div.questionnaire_ligne { background-color: #f4f4f4; }
ul.questionnaire_liste_reponses li { background-color: #f4f4f4; }
span.questionnaire_reponse_bonne { color: #090; }
span.questionnaire_reponse_mauvaise { color: #f00; }
.surbrillance { background-color: #ff0; color: #000; }
