*{
	margin:0;
	padding:0;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
}

body{
	background-color:#fff;
	font-family:'Source Sans Pro', sans-serif;
	color:#404040;
	background-color:#eeeeee;
}

#wrapper{
	width:1024px;
	height:100%;
	text-align:center;
	margin:0 auto;
	background-color:#eeeeee;
}	

	#wrapper a,
	#wrapper a:visited,
	#wrapper a:active,
	#wrapper a:hover{
		text-decoration:none;
	}

	#btn_dl{
		width:200px;
		height:auto;
		position:relative;
		margin:20px auto;
		/*background-color:#404040;
		color:#ffffff;*/
		/*background-color:#ffffff;
		color:#404040;*/
		background-color:#3F80ED;
		color:#fff;
		padding:15px;
		transition: background-color 0.05s ease-in, color 0.05s ease-in;
		-moz-transition: background-color 0.05s ease-in, color 0.05s ease-in;
		-webkit-transition: background-color 0.05s ease-in, color 0.05s ease-in;
	}
		#btn_dl:hover{
			background-color:#404040;
			color:#ffffff;
			transition: background-color 0.05s ease-in, color 0.05s ease-in;
			-moz-transition: background-color 0.05s ease-in, color 0.05s ease-in;
			-webkit-transition: background-color 0.05s ease-in, color 0.05s ease-in;
		}

	#wrapper img{
		width:60%;
		height:auto;
		position:relative;
		margin:0px auto;
	}
/* Navigation */

nav
{
    display: inline-block;
    width:60%;
    /*text-align: right;*/
    margin:20px auto;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 60px;
}

nav a
{
    font-size: 1.1em;
    color: #000000;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
.nav ul
{   padding: 0px;
     height: 45px;

     border-top: 1px solid #000000;

     border-bottom: 1px solid #000000;

     text-align: center;
     line-height: 40px;

}



/* Instructions responsive pour l'affichage mobile */

@media screen and (max-width: 1024px) {
	#wrapper{
		width:100%;
		height:auto;
		position:relative;
	}
	#wrapper img{
		width:90%;
		height:auto;
		margin:0 auto;
		position:relative;
	}
}