html, body{
    height: 100%;

}
body{
    background-color: #000024;
    background-image:url('../images/fond.jpg');
}
*{
    margin:0;
    padding:0;
    font-family: arial, helvetica, sans-serif;

}
div#conteneur-centre{
    height: 100%;
    position:absolute;
    top:0;
    left:50%;
    width:968px;
    margin-left:-480px;
    z-index:2;

}
div#menu{
    width:179px;
    height: 100%;
    margin-top:-72px;
    float:left;
    background-color: #CC0000;
    border-right: solid 1px white;
}
div#fond-rouge{
    top:0;
    left:50%;
    height:100%;
    margin-left:-480px;
    position:fixed;
    width:179px;
    z-index:0;
    background-color: #CC0000;
    border-right: solid 1px white;
    z-index:0;

}
div#menu a{
    color: white;
    text-decoration: none;
    padding-left:20px;
    font-size:1em;
    margin-top: 2em; 
    display:block;
    font-weight:bold;
    }
.bandeau{
    width:784px;
    background-color:white;
    float: left;
}
div#titre h1{
    font-size:2.4em;
    color:#FFFFFF;
    text-align: left;
    font-weight: bold;
    padding : 0.3em;
    font-family: verdana;
}
.bandeau h2{
    font-size:1.1em;
    color:#CC0000;
    text-align: left;
    font-weight: normal;
    padding : 0.3em;
    padding-left:20px;
}
.bandeau h4{
    font-size:1em;
    color:#CC0000;
    text-align: left;
    font-weight: normal;
    padding : 0.3em;
    padding-left:20px;
}
div#photo{
    margin-left:20px;
}
div#texte-droite{
    margin-left:12px;
    margin-top:1em;
}
div#texte h2{
    text-align: center;
    font-size: 0.96em;
    color: white;
    margin-bottom:0.5em;
    margin-top:1.2em;
}
div#texte h3{
    text-align: left;
    font-size: 1em;
    color: #ffef80;
    margin-bottom:0.5em;

}
div#texte p{
    text-align:justify;
    font-size: 0.95em;
    color:#ffffff;
    margin-bottom:1.1em;
}
div#texte li{
    color:#bbfffa;
    margin-bottom:0.3em;
}
div#texte-bas{
    margin-top: 1em;
    color: #DECABB;
    text-align: justify;
    font-size: 0.8em;
}
.accroche{
    position:absolute;
    width: 760px;
    text-align: center;
    top:0;
    color: #FFFFFF;
    font-size: 0.7em;
}

a img{
    border: none;
}

