@import url("../../shared/template/global-l.css");

body {
   background-image: url(images/background.jpg);
   background-color: #F7F9F3;
}

h1 {
   color: #004925;
}  

h2 {
   color: #659265;
}

thead, th {
   background-color: #BAD09E;
}

div#main_menu {
   background-color: #8EBD8E;
}

div#main_menu li.menu_selected {
   background-color: #BAD09E;
}

div#main_menu li:hover {
   background-color: #BFD77F;
}

div#main_menu ul li ul {
   background-color: #BFD77F;
}

div#main_menu ul li:hover ul {
   border-bottom: solid 1px #8A9748;
   border-right: solid 1px #8A9748; 
}

div#columns_container_pages {
   background-image:url(images/sub_menu-l.gif);    
}

div#sub_menu li.sub_menu_opened {
   background-color:#BAD09E;
}

div#sub_menu li.sub_menu_opened>a {
   background-color: #E3ECD8;
}

div.context {
   background-color:#BAD09E; 
}

div.externe {
   background-color:#BFD77F;
   background-image: url(images/complementaires.gif);
}

div.boutons p a {
    background-color:#006633;
}

div.boutons a:hover {
    background-color: #BFD77F;
}

div.liens_context {
   background-color: #BFD77F;
}

div.evenements {
   background-color: #BAD09E;
   background-image: url(images/evenements.gif);
}

div.empty-list {
   background-color: #BAD09E;
}

div.evenements div.event-list-section p a:hover,
div.evenements-menu div.event-list-section p a:hover,
div.evenements div.evenements-udes div.event-list-section p a:hover {
    background-color: #006633;
}

div.evenements-list-all h3 {
   color: #659265;
}

div.evenements-menu {
   background-color: #BAD09E;
}

div.evenements-udes h3 {
   color: #659265;
}

div.nouvelles_accueil {
    background-image: url(images/nouvelles.gif);
}

div.content_right div.empty-news {
   background-color: #BFD77F;
}

div.news-list-container a {
    color: #659265;
}

div.news-list-container a:hover {
    color: #004925;
}

div.rubrique {
    background-color: #BFD77F;
}

div.lire {
    background-color:#8EBD8E;
}

div.context_news {
    background-color:#BAD09E;
}

div.rubrique div.nouvelles-liens a:hover {
   background-color: #BFD77F;
}

/* Nouvelles sur la page d'accueil */

div#front_right div.rubrique p.nouvelle-date {
   font-size: 0.7em;
   color: #004925;
   padding: 0 5px;
   margin-top: 10px;
}

div#front_right div.rubrique p a {
   padding: 0.1em 5px;
}

div#front_right div.rubrique div.nouvelles-liens {
   margin-top: 0;
}

div#front_right div.rubrique div.nouvelles-liens p {
   padding-top: 5px;
}

div#front_right div.rubrique div.nouvelles-liens p a {
   padding: 0;
}

div#front_right div.empty-news {
   background-color: #BFD77F;
   padding: 10px;
   margin: 0;
}

div#front_right div.empty-news div.nouvelles-liens {
   margin-top: 10px;
}

/* Lexique */
div.lexique {
   border: 2px solid #565656;
}

div.lexique p.titre {
   margin: 0;
   background-color: #565656;
   color: #FFFFFF;
   padding: 0.2em 5px;
}

div.lexique dl {
   font-size: 0.8em;
   margin: 5px 0;
} 

div.lexique dl dt {
   float: left;
   width: 25px;
   _width: 38px;
   padding: 0.1em 5px;
}

div.lexique dl dd {
   padding: 0.1em 5px;
}

