body.menu {
    background-image:url("../images/blue_to_white.gif");
    margin: 10px;
}
body {
    font-family: Georgia, Garamond, Times, serif;
    background: white;
    margin: 10px;
    font-size: 100%;
}
a:link {color: #AE2948}     /* unvisited link */
/*a:visited {color: #00FF00}*/  /* visited link */
/*a:hover {color: #FF00FF}*/   /* mouse over link */
/*a:active {color: #0000FF}*/   /* selected link */
ul.menu {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid white;
    font: 1em sans-serif;
    background-color: #AE2948;
}
ul.menu li {
    padding: 3px;
    margin: 0px;
    list-style-type: none;
    border: 1px solid white;
    border-width: 1px 1px 0 3px;
    position: relative;
    color: white;
}
ul.menu li > ul {
    display: none;
}
ul.menu li:hover > ul {
    display: block;
    position: absolute;
    top: 1em; left: 10%;
}
ul.menu li:hover {
    background: #FFFFFF;
}
ul.menu li:hover > a {
    color: #AE2948;
}
ul.menu li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    color: white;
}
ul.menu li.submenu a {
    font-weight: bold;
}
ul {
    list-style-type: circle
}
h1,h2,h3,h4 {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 0em;
    margin-bottom: 0.3em;
    color: #AE2948;
}
h2 {
    margin-left: 0.1em;
    border-bottom: 1px solid #AABF32;
    border-left: 3px solid #AABF32;
    color: #AABF32;
}
h3 {
    line-height: 25px ;
    font-size: 1.4em ;
    color: #AE2948 ;
}
.header {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 300%;
}
.footer {
    border-top: 1px solid gray;
    margin-top: 1em;
    font-size: 0.7em;
    color: gray;
}
a img {
    border: 0px;
}
p.comment {
    margin-bottom: 0px;
}
ul.comment {
    margin-bottom: 0px;
}
h4.comment {
    margin-top: 0px;
    border-top: 1px solid #AE2948;
}
table.dossiersdepresse {
    border-style: none;
    vertical-align: middle;
}
table.dossiersdepresse td {
    border-width: 1px;
    border-color: lightblue;
    border-style: dotted;
}
.document {
    text-decoration:none;
    margin-left: 120px;
    border: 2px dashed #AABF32;
    padding: 2px;
    color: #AE2948;
}
.date {
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    color: #AE2948;
    font-size: 1.5em;
    font-weight: bold;
}
