/*
-----------------------------------------------------
Feuille de style \ufffdcrite par Emmanuel Riboulet-Deyris
-----------------------------------------------------
*/


/* -- BODY -- */
body {
    margin:0;
    padding:0;
    background: #ffffff;
    }


/* -- CONTAINER -- */
#container{
    display:block;
    position:relative;
    width:400px;
    height:400px;
    margin-top: 50px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:auto;
    padding:0;
    border:0;
    background:#000000;
    }

#container p.strong {
    float:left;
    width:300px;
    margin:50px 50px 25px 50px;
    border:0;
    padding:0;
    line-height:25px;
    font-family:Georgia,Serif;
    text-indent:0px;
    letter-spacing:0.1pc;    
    text-align:center;
    font-weight:bold;
    font-size:12pt;
    text-decoration:none;
    letter-spacing:2pt;
   }

#container p.suite {
    float:left;
    width:300px;
    margin:0 50px 25px 50px; 
    border:0;
    padding:0;
    line-height:10.5pt;
    font-size:9pt;
    font-family: "New York", Georgia, Times, "MS Serif", serif;
    text-indent:0px;
    letter-spacing:0.1pc;    
    text-align:center;
    text-decoration:none;
}

