body {
                margin: 0;
                padding: 0;
                background: #FFFFFF; 
                background-attachment: fixed; 
                font-size: 16px;
                font-family: 'ROMAN', serif; 
            }

            a {
                color: #7EA52B; 
                text-decoration: none;
            }
            
            /* Bannière */
          
            }
            
            .header {
                margin-top:10px;
                padding-top: 100px; 
                width: 100%;
                background-color: #FFFFFF;
                position: relative; 
                top: 0px;
                color: #FFFFFF;
                font-family: 'SEGOE UI LIGHT', sans-serif;
            }
            
            .header #coverbackground {
                padding-top: 200px; 
                padding-bottom: 150px; 
                width: 100%; 
                position: relative;
                z-index: 1;
                display: block;
            }
            
            .header #underphoto {
                height: 100%; 
                width: 100%; 
                top: -0px; 
                position: absolute;
                background-image: url(tumblr_oldzgqyJKD1ug7svjo1_500.gif);
                background-size: cover;
                background-position: center center;
                display: block;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                filter: black;
                -webkit-filter: grayscale(1);
                
            } 
        
            .header #overcolor {
                height: 100%; 
                width: 100%; 
                top: -0px; 
                position: absolute;
                background-color: #213f52;
                display: block;
                opacity: 0.6;
            }
            
            .header #cover {
                position: relative;
                z-index: 2;
                text-align: center;
            }
            
            .header #title {
                font-size: 22px; 
                border: 3px solid #FFFFFF;
                padding: 5px; 
                padding-left: 10px;
                padding-right: 10px; 
                color: #FFFFFF;
                text-decoration: none;
            }
            
            .header #fancy {
                width: 300px; 
                height: 2px; 
                background-color: #FFFFFF;
                border: none;
                position: relative;
                margin-top: 30px;
            }
            
            .header .two {
                margin-top: 10px !important;
            }
            
            .header #description {
                width: 600px; 
                position: relative; 
                left: 50%;
                margin-left: -300px;
            }
            
            .header #links {
                width: 600px; 
                position: relative; 
                left: 50%;
                margin-left: -300px; 
                font-size: 12px; 
                margin-top: 10px; 
            }
            
            .header #links .link {
                color: #FFFFFF;
                text-decoration: none;
                margin-left: 10px; 
                margin-right: 10px;
            }
        
            
            /* GENERAL  */ 
            
#description
{
    color:#FFFFFF;
    text-decoration:none;
    position:center;
    font-size: 15px;
    font-family: 'ROMAN', serif;
}
#corps
{
    color:black;
    text-decoration:none;
    font-size:;
    font-family:;
}
.column-layout {
    position: absolute;
    left: 40%;
    width:50%;
    margin-left: -200px;
  display: table;
  border-collapse: separate;
  text-align:center;
  font-family: 'ROMAN', serif;
  font-size:14px;

}
.column-layout > div {
  display: table-cell;
  width: 32%; 
  padding: 20px;
  background: #FFF;
   text-align:center;
}

            


            

