/* Feuille de style dans l'esprit Blender */
/* 2009 - Pierre Nerzic - pierre.nerzic@univ-rennes1.fr */

html, body {
    background-color: #1C1C1C;
    font-family: Arial,Helvetica;
    font-size: 12pt;
    color: white;
    text-align: justify;
    margin: 0;
    padding: 0;
}
div#bandeau {
    width:100%;
    height: 80px;
    background-color: #e78a00;
    background-image: url(bg1.png);
    background-repeat: repeat-x;
    overflow: hidden;
}
div#bandeau .titre {
    overflow: hidden;
    font-size: xx-large;
    font-weight: bold;
}
div#bandeau .soustitre {
    overflow: hidden;
    font-size: large;
    font-weight: bold;
    color: #DFDFDF;
}
div#menu {
    float:left;
    left:0;
    width: 20%;
    height: auto;
    /*background-color: #495a68;*/
    overflow: hidden;
}
div#menu h1 {
    color: #FFFFFF;
    background-color: #384652;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: large;
    overflow: hidden;
}
div#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    /*background-color: #495a68;*/
    overflow: hidden;
}
div#menu ul li {
    margin: 0px;
    padding:0px;
}
div#menu ul li a {
    margin: 0px;
    padding:10px;
    display: block;
    text-decoration: none;
    color: #DFDFDF;
}
div#menu ul li a:hover {
    background-color: #495a68;
    color: #FFFFA0;
}
div#contenu {
    position: absolute;
    top: 80px;
    left: 20%;
    width: 80%;
    margin: 0;
    padding: 0px;
    text-align: justify;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
}
div#texte {
    margin: 10px;
    font-size: 10pt;
    margin-bottom: 800px;
}
div#texte h1 {
    margin-top: 30px;
    padding: 5px;
    font-size: x-large;
    text-align: left;
    font-weight: bold;
    color: #CFCFCF;
    background-color: #384652;
}
div#texte h2 {
    margin-top: 25px;
    padding: 2px;
    font-size: large;
    text-align: left;
    font-weight: bold;
    color: #AFAFCF;
    background-color: #384652;
}
div#texte a {
    font-weight: bold;
    color: #9F9FCF;
    text-decoration: none;
}
div#texte a:hover {
    text-decoration: underline;
    color: #FFFFA0;
}
div#blocnews {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 20px;
    padding: 10px;
    width: 190px;
    background-color: #5f7587;
    border-style: dotted;
    border-width: 1px;
    border-color: #FFFFFF;
}
div#blocnews h1 {
    margin-top: 0;
    font-size: large;
    text-align: center;
    font-weight: bold;
}
div#blocnews p {
    font-size: small;
    text-align: justify;
}
div#blocnews a {
    color: #CFCFCF;
    text-decoration: none;
}
div#blocnews a:hover {
    text-decoration: underline;
    color: #FFFFA0;
}
div#piedpage {
    /* magouille pour que ça marche avec Explorer */
    position: fixed;
    _position: absolute;
    bottom:0;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    left: 0;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
    background: #495a68;
    width: 100%;
    font-size: small;
}
div#piedpage a {
    color: #CFCFCF;
    text-decoration: none;
}
div#piedpage a:hover {
    color: #FFFFA0;
}
