body {background-color : #000000;
            font-family : Verdana, Arial, Geneva;
            font-size : 13px;
            color : gold;}

h1 {font-size : 28px;
    font-weight : bold;
    text-align : center;}
h2 {font-size : 22px;
    font-weight : bold;
    text-align : center;}
h3 {font-size : 16px;
    font-weight : bold;
    text-align : center;}

div.banniere {float:left;
              width : 50%;
              height : 150px;
              text-align : center;}
div.titre {float:left;
           width : 50%;
           height : 150px;
           text-align : center;}
div.menu {float : left;
          width : 15%;
          height : 550px;}
div.gauche {float : left;
            width : 25%;
            text-align : center;
            height : 550px;}
div.centre {float : left;
            width : 65%;
            text-align : justify;
            padding: 0px 10px 10px 10px;}
div.milieu {float : left;
            width : 45%;
            text-align : center;
            padding: 0px 10px 10px 10px;}
div.droite {float : left;
            width : 25%;
            text-align : center;
            height : 550px;}
div.communaute {float : left;
                width : 15%;
                text-align : center;}
div.pub {width : 100%;
         height : 100px;
         text-align : center;
         vertical-align:middle;
         clear:both;}

div.img {/*float : left;*/
                 width : 120px;
                 height : 50px;
                 margin-right:15px;
                 margin-left:15px;
                 text-align : inherit;
                 /*vertical-align:middle;*/
                 border : 1px solid gold;}

div.menu1 {font-family : cursive;
                      font-size : 16px;
                      text-decoration:underline;}
div.menu2 {font-size : 13px;
                      text-decoration:none;}
div.menu3 {font-size : 13px;
                      text-decoration:none;}

div.titre_article {font-size : 20px;
                               font-weight : bold;
                               text-align : center;
                               border: 2px solid gold;}
div.chapo_article {font-size : 13px;
                                   font-weight : bold;
                                   text-align : justify;}
div.sign_article {font-size : 10px;
                               text-align : right;
                               font-style : italic;}
div.quote {margin-top:3px;
                    margin-left:10px;
                    margin-right:0px;
                    margin-bottom:3px;
                    padding-top:3px;
                    padding-left:3px;
                    padding-right:3px;
                    padding-bottom:3px;
                    background-color:#757575;
                    color:#111111;
                    font-size:11px;
                    text-indent:20px;
                    border:solid 1px #222222;}
div.video {text-align : center;}

div.me1 {float : left;
                  width : 150px;
                  height : 550px;
                  margin: 10px 25px 5px 25px;}
div.me2 {float : left;
                  width : 380px;
                  height : 550px;
                  margin: 10px 25px 5px 25px;}

a:link {color : cyan;
              text-decoration:none;}
a:visited {color : cyan;
                  text-decoration:line-through;}
a:hover {color:red;
                 text-decoration:underline;}
a:active {color : red;
                 text-decoration:none;}

