a:link {
    color: #993300;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #CCCCCC;
    background-color: #CC0033;
    text-decoration: none;
}

a:active {
    color: #CCFFFF;
    background-color: #660033;
    text-decoration: none;
}

body {
    background-color: #CCCCCC;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-top: 2em;
}

.content-outer-table {
    width: 100%;
}

.content-outer-cell {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: ridge;
    border-bottom-width: thick;
    border-color: #FF9933;
    border-spacing: 0px;
    background-color: #CCCCCC;
    padding: 10px;
    font-size: small;
}

.content-inner-table {
    width: 100%;
}

.content-inner-cell {
    border-spacing: 0px;
    font-size: small;
}

.footer {
    font-size: x-small;
}

.menu {
    width: 100%;
    border-spacing: 0px;
}

/* menu_item_invisible.color = body.background-color */
.menu_indent_invisible {
    color: #FFCC66;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
}

.menu_item_active {
    background-color: #FFCC66;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
    border: 1px solid black;
}

/* menu_item_active_invisible.color = menu_item_active.background-color */
.menu_item_active_invisible {
    color: #FFCC66;
    font-weight: bold;
    font-style: italic;
    overflow: hidden;
}

.menu_item_inactive {
    background-color: #FF9933;
    font-weight: bold;
    overflow: hidden;
    border: 1px solid black;
}

/* menu_item_inactive_invisible.color = menu_item_inactive.background-color */
.menu_item_inactive_invisible {
    color: #FF9933;
    font-weight: bold;
    overflow: hidden;
}

.news {
    border: 0px solid black;
    border-spacing: 0px;
    width: 100%;
}

.news-cell {
    border-left: none;
    border-right: ridge;
    border-top: none;
    border-bottom: ridge;
    border-spacing: 0px;
    color: #000000;
    background-color: #FF9933;
    padding: 5px;
    font-size: small;
}    

.news-cell-title {
    border-left: none;
    border-right: ridge;
    border-top: none;
    border-bottom: ridge;
    border-spacing: 0px;
    color: #993300;
    background-color: #FFCC66;
    padding: 5px;
    font-size: small;
    font-weight: bold;
}    

.news-divider-table {
    border: 0px solid black;
    border-spacing: 1px;
}    

.outer_table {
    border: 0px none black;
    border-spacing: 0px;
    width: 100%;
}

.spip_doc_descriptif {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.spip_documents img {
    border: 5px solid #CCCCCC;
}

table {
    border: 0px;
}

.title {
    color: black;
    font-family: Garamond,Helvetica, sans-serif;
    font-size: 270%;
    font-weight: bold;
    font-style: italic;       
        white-space: nowrap;
}
