@charset "utf-8";
/* CSS Document */
* {
	outline: none;
} 
/*DEFAULT*/
html { 
}
body{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#cdd6d6;
}
#page{
	text-align: center;
position: fixed;
margin-left: auto;
margin-right: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      background-position: center center;
	  width: 100%;
height: 100%;
}

a{
	text-decoration:none;
}
a:hover{
	color:#7c6556;
}

/*CONTENT*/
#content{
width: 58%;
clear: both;
z-index: -1;
position: relative;
margin-left: auto;
margin-right: auto;
}

/*FOOTER*/

#footer{
list-style: none;
z-index: 1;
position: relative;
margin-left: -17px;
margin-top: 7%;
width: 100%;
}
#footer ul li, #footer ul li a {
    display: block;
}
#txt-intro{
margin-left: 25%;
width: 50%;
z-index: 1;
background-position: center;
background-repeat: no-repeat;
position: absolute;
height: 100%;
margin-top: 16%;
}
#fond-intro{
margin-left: auto;
margin-right: auto;
width: 100%;
z-index: 0;
background-position: center;
background-repeat: no-repeat;
position: fixed;
}