/* CSS Document */
body {
    margin: 0px;
    font: 1em Arial, Helvetica, sans-serif;
    color: #660033;
    background-color: #FFF6C7;
}

p {
    font-size: 0.8em;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #660033;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}

pre {
    font-size: 0.9em;
}

ul {
}

li {
}

div {
}

form {
}

input {
    margin: 0px;
}
/*template styles*/
#banner {
    position: relative;
    width: 100%;
    height: 91px;
    background-color: #FFFFFF;
}

#logo {
    position: absolute;
    width: 156px;
    height: 91px;
    background: url("images/logo.gif") no-repeat;
}

#pub {
    position: absolute;
    width: 468px;
    height: 91px;
    margin-left: 156px;
}

#research {
    font-size: 0.8em;
    width: 200px;
    height: 30px;
    margin-top: 25px;
    float: right;
}

#search-result th {
    text-align: left;
}

.pub {
    margin-top: 25px;
}

#menu-h {
    position: relative;
    top: 91;
    width: 100%;
    clear: both;
    background-image: url(images/back_menu.gif);
    height: 28px;
}

#menu_content {
    position: absolute;
    font-weight: bold;
    width: 700px;
    height: 28px;
    top: 3px;
    left: 175px;
    float: left;
}

#menu_content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu_content li {
    float: left;
}

#menu_content li a {
    color: #FFFFFF;
    width: 50px;
    line-height: 10px;
    font-size: 0.75em;
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 10px;
    display: inline;
}

#menu_content li a:hover {
    color: #660033;
}

#ombre_left {
    float: left;
    width: 165px;
    height: 14px;
    background: url("images/upper_col_left.gif") repeat-x;
}

#ombre_right {
    float: left;
    width: 100%;
    background: url("images/upper_content.gif") repeat-x;
}
/* ---- blocs des menus verticaux----*/
#blocleft {
    float: left;
    width: 165px;
    height: auto;
    background-color: #FFFCE9;
}

#finblock {
    width: 165px;
    height: 53px;
    background: url("images/degrade_colon.gif") repeat-x;
    display: block;
}

#block {
    width: 165px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

#header {
    width: 99px;
    height: 17px;
    background: url("images/back_header.gif") no-repeat;
    font-size: 0.9em;
    padding-left: 5px;
    padding-top: 2px;
    color: #FFFFFF;
    margin-left: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#container, #menu {
    width: 148px;
    height: auto;
    border: 1px solid #660033;
    background-color: #D6C9CF;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 1em;
}

#container p {
    padding-left: 5px;
}

#container-shop {
    width: 148px;
    height: auto;
    border: 1px solid #660033;
    background-color: #D6C9CF;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 1em;
}

#container-shop a {
    padding-left: 10px;
}

#container-shop a:hover {
    color: #ff6600;
}

#menu ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 10px;
    font-size: 0.9em;
    !important

line-height: 1.5em;
}

#menu li a {
    margin: 0;
    padding: 0;
    color: #660033;
    font-weight: bold;
    font-size: 0.9em;
    !important

text-decoration:none;

line-height:
    20px;
}

#menu li a:hover {
    color: #FF6600;
    padding-left: 5px;
}

#menu li a.selected {
    color: #ff6600;
}

#menu ul ul a {
    font-size: 0.8em;
    color: #C14D00;
    border-bottom: 1px dotted #C14D00;
    text-decoration: none;
    width: 120px;
    display: block;
}

#menu li li a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#menu li li a.selected {
    color: #FF3300;
}
/* -------bloc central------*/
#contenu {
    background-color: #FFF6C7;
    width: auto;
    margin-left: 175px;
    padding-right: 15px;
}

#contenu a img {
    border: 0px none;
}

#footer {
    clear: both;
    width: 100%;
    height: 74px;
    background: url("images/back_footer.gif") repeat-x;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.7em;
    padding-top: 35px;
    margin: 0;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #FFCC00;
}

#footer-menu ul {
    margin: 0px;
    padding: 0px;
}

#footer-menu li {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    border-left: 1px #ffffff solid;
    display: inline;
}

#footer-menu li.first {
    border-left: 0px none;
}
