
* {
	margin: 0; padding: 0; top: 0px; left: 0px; right: 0px;
	
         
}
          
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
}



body {  background:      #000000 url(images/nathalie.jpg) right no-repeat; background-attachment:fixed;
        background-size: cover; top: 0px; left: 0px; right: 0px;
        margin:          0;  
	padding:         0;  
- webkit - fond - taille :  2650px  1440px;                  

       text-align:      center; 
     
       height:   100%; 
       width:    100%;
 
       font-family:  Raleway, sans-serif;
       font-size:    13px;
       color:      #E1D9C1;
       line-height : 15px;
}  
    
 #fixedbg{

    background:url('images/nathalie.jpg') center no-repeat;

    height:100%;

    position:fixed;

    width:100%;

    z-index:-1;

    top:0;

}   

a{
          text-decoration: none;
          font-weight:     normal;
          color:           #FFFFFF;
}


	
a:hover{
                 color:           #A76B30;
                 text-decoration: none;
                 font-weight:     normal;
}