@import url('/css/avisnav.css');

/* remise à zero du hightlit du lien avisnav dans le menu */

#mnuavinav a {
    color: #00446D;
}

#mnuavinav a:visited {
    color: #00446D;
}
/* Répétition  du hover pour le menu sinon le hover sur avinav ne fonctionne pas */
#mnuavinav a:hover {
    color: #FF7F00;
}

/* hightlit du lien correspondant dans le menu */

#mnuavurnav a {
    color: #FF7F00;
}

#mnuavurnav a:visited {
    color: #FF7F00;
}

/* formulaire de tri */

#limit {
    display: block;
    margin: 0;
    padding: 10px;
    width: 250px;
    margin-left: 151px;
    margin-right: 151px;
    background-color: #FFEFD5;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#limit fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 250px;
}

#limit label {
    color: #FF7F00;
    font-weight: bold;
    word-spacing: 0.3em;
    cursor: pointer;
}

#limit select, #limit input {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#limit #afficher {
    width: 5em;
    height: 1.7em;
    background-color: white;
    border: 1px solid #FF7F00;
    border-top: 1px solid #FFCC66;
    border-left: 1px solid #FFCC66;
    color: #FF7F00;
    font-weight: bold;
    _border: none;
    cursor: pointer;
}

#limit #afficher:focus {
    background-color: #FF7F00;
    border: 1px solid #FF7F00;
    border-bottom: 1px solid #FFCC66;
    border-right: 1px solid #FFCC66;
    color: white;
}

#limit #afficher:hover {
    color: #FFCC66;
}

/* tableaux d'avis */

caption {
    font-weight: bold;
    color: #FF7F00;
    text-align: left;
    font-size: 1.2em;
}

#contenu table {
    margin-bottom: 20px;
}

th.num, th.date_debut, th.date_fin, th.avis {
    background-color: #FFEFD5;
    color: #FF7F00;
    font-weight: bold;
    font-size: 1.1em;
}

p#rss a, p#rss a:visited {
   display:block;
   background-color:#f60;
   border:2px outset #ffc8a4;
   color:white;
   text-decoration:none;
   font:bold 0.9em sans-serif;
   padding:0px 3px 0px 5px;
   letter-spacing:1;
   position: relative;
   left:350px;
   width:13em;
}

