

/* on change le fond du contenu et comme il n'y a pas beaucoup de contenu, on bourre artificiellement */

#contenu {
    background-image: url(/img/eveacc.gif);
    background-position: 2em 2em;
    background-repeat: repeat-y;
}

/* hightlight du lien correspondant du menu */

#mnueve a {
    color: #669900;
}

#mnueve a:visited {
    color: #669900;
}


/* Titres */

#contenu h2 {
    display: block;
    margin: 0;
    padding: 0;
    color: #99CC66;
    font-size: 2em;
    letter-spacing: 0.2em;
    margin-top: 30px;
    text-align:left;
    margin-bottom: 10px;
}

#contenu h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    color: #669900;
    margin-bottom: 15px;
/*    margin-top: 30px; */
margin-top:15px;
}

/* image */

#imgeve {
    margin: 0;
    padding: 0;
    float: right;
    width: auto;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 2px;
}

/* float le texte le long de l'image */

#contenu p {
    width: auto;
    text-align: justify;

    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
}

/* listes */

#contenu ul {
    width: auto;
    text-align: justify;

    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

#contenu li {
    margin-bottom: 5px;
}


/* liens liste et rss */

#contenu a {
    color: #669900;
    font-weight: bold;
}

#contenu a:visited {
    color: #669900;
}

#contenu a:hover {
    text-decoration: none;
}

/* tableau de chronologie */

table#chrono {
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #669900;
    border-right: 1px solid #669900;
}

#chrono p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

thead {
    background-color: #E1EDCA;
    color: #669900;
    font-weight: bold;
    font-size: 1.2em;
}

th.date {
    width: 100px;
}

th.teste {
    width: 472px;
}

td, th {
    margin: 0;
    padding: 3px;
    border: 1px solid #669900;
    border-right: none;
    border-bottom: none;
}
/* lien rss */

p#rss a, p#rss a:visited {
   background-color:#f60;
   border:2px outset #ffc8a4;
   color:white;
   text-decoration:none;
   font: bold 0.8em sans-serif;
   padding:0px 3px 0px 5px;
   letter-spacing:1
   position: relative;
   left:490px;
}
