* { margin: 0; padding: 0; font-family: Arial;color:#000000;font-size:14px;}
#container {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 858px;
    height:605px;
    margin-top: -302px; /* moitié de la hauteur */
    margin-left: -429px; /* moitié de la largeur */
    border: 1px solid #000;
    background-image: url("./img/img_fond.jpg");
    background-repeat: no-repeat;
}
#header_fr{width:858px;height:105px;background-image:url('./img/bandeau_haut_fr.jpg');background-repeat: no-repeat;}
#header_en{width:858px;height:105px;background-image:url('./img/bandeau_haut_eng.jpg');background-repeat: no-repeat;}
a img  {text-decoration:  none;border: none;}
#langues {width:50px; margin-left:600px;padding-top:10px;}

#centre {width:858px;height:373px;}
#contenu {margin-left:260px;;padding-top:70px;}
#contenu ul {list-style-type: square;list-style-position: inside;   }
#contenu ul li {padding-bottom:10px;color:#ee3439;}
#contenu ul li span{color:black;}
#contenu ul li .lien1 {margin-left:25px;}
#contenu ul li .lien2 {margin-left:67px;}
#contenu ul li .lien1_en {margin-left:33px;}
#contenu ul li .lien2_en {margin-left:67px;}

#contenu ul li a {color:#00a5ea;text-decoration:underline; }

.titre {font-family: Arial;color:#ee3439;font-size:26px;}
.intro {font-family: Arial;color:#ee3439;font-size:18px;}

#gauche,#droite {float:left;width:290px;}

#footer{height:127px;width:858px;}
#logo {width:270px;height:127px;background-image:url('./img/Logotype.jpg');background-repeat: no-repeat;background-position:center top;float:left;}
#bandeau {width:588px;height:127px;background-image:url('./img/bandeau_bas.jpg');background-repeat: no-repeat;background-position:right bottom;float:left;}





