@import url("../../shared/template/global-l.css");
@import url("./form.css");

body {
   background-image: url(images/background.jpg);
   background-color: #F7F9F3;
}

h1 {
   color: #004925;
}  

h2 {
   color: #659265;
}

a:hover {
   color: #004925;
}

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.evenements {
   background-color: #BAD09E;
}

div.evenements a:hover {
    background-color: #006633;
}

div.evenements h3 {
    color: #565656;
}

div.nouvelles_accueil a {
    color: #659265;
}

div.nouvelles_accueil a:hover {
    color: #004925;
}

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/biblio-manchette.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;
}

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#boutons_gauche p {
    width: 100%;
    margin: 15px 0 0 0;
}

div#boutons_gauche a:hover {
    background-color:#BFD77F;
    color:#FFFFFF;
}

div#boutons_gauche p a {
    background-color:#006633;
    color:#FFFFFF;
    display:block;
    font-size:0.95em;
    font-weight:bold;
    margin-bottom:5px;
    padding:0.3em 5px 0.3em 10px;
    text-decoration:none;
}

div#recherche_catalogue {
    width: 228px;
    border: solid 1px #006633;
}

div#recherche_catalogue h1 {
    background-color:#006633;
    color:#FFFFFF;
    font-size:0.95em;
    font-weight:bold;
    padding:0.3em 5px 0.3em 10px;
    margin: 0;
}

div#recherche_catalogue h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

div#recherche_catalogue p {
    color: #659265;
    font-size: 0.9em;
    font-weight:bold;
    padding: 0 5px;
}

div#recherche_catalogue label {
    color: #565656;
    font-weight:bold;
    padding: 0 5px;
}

div#recherche_catalogue div.input_catalogue {
    margin: 3px 5px 10px 5px;
    border: solid 1px #565656;
}

div#recherche_catalogue input#query {
	border: none;
	width: 100%;
	overflow: none;
}

div#recherche_catalogue select#index {
    width: 100%;
    border: none;
}

div#recherche_catalogue div#submit_input input{
    background-color: #565656;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    padding: 3px 12px;
    margin: 0 27% 5px 27%;
    width: 46%;
}

div#recherche_catalogue div#submit_input {
}

div#recherche_catalogue div#submit_input input:hover {
    background-color: #006633;
    cursor: pointer;
}
div.liens_context {
   background-color: #BFD77F;
}

div#abonnement-bulletin {
    width: 198px;
    border: solid 1px #006633;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#abonnement-bulletin h1 {
    background-color:#006633;
    color:#FFFFFF;
    font-size:0.95em;
    font-weight:bold;
    padding:0.3em 5px 0.3em 10px;
    margin: 0;
}

div#abonnement-bulletin p {
    color: #659265;
    font-size: 0.9em;
    font-weight:bold;
    padding: 0 5px;
}

div#abonnement-bulletin div.input_subscribe {
    margin: 3px 5px 10px 5px;
    border: solid 1px #565656;
}

div#abonnement-bulletin div.input_subscribe input {
    width: 100%;
    border: none;
}

div#abonnement-bulletin div#submit_input input{
    background-color: #565656;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    padding: 3px 12px;
    margin: 0 27% 5px 27%;
    width: 46%;
}

div#abonnement-bulletin div#submit_input input:hover {
    background-color: #006633;
    cursor: pointer;
}

div#social_networks {
    margin-top: 10px;
}



