/* 
    Document   : helyss-css
    Created on : 31 mars 2017, 10:06:24
    Author     : jeromealcaraz
    Description:
        Purpose of the stylesheet follows.
*/
html { 
  margin:0;
  padding:0;
  background: url(http://www.helyss.fr/img/background-sky.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}



.title {
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: 10%;
    
    
}

#titlebig {
    color: #FFFFFF;
    font-size: 5em;
    font-family: Fantasy;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 20px;
    
    
}

#titlesmall {
    color: #FFFFFF;
    font-size: 3em;
    font-family: monospace;
    
   font-style: italic;
    
    
}

#titletext {
    margin-top: 200px;
    color: #FFFFFF;
    font-size: 2em;
    font-family: monospace;
    
   
    
    
}

