@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,800);

body{
	margin:0;
	padding: 0;
	background:url('../images/extra_clean_paper.png');
}

.back-home {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 21px;
	margin-left: 30px;
	width:50%;
}

	.back-home a{
		background: url("../images/back-home.png") no-repeat scroll 0 0 transparent;
		padding-left: 40px;
		line-height: 32px;
		height:32px;
		display: inline-block;
	}

		.back-home a:hover{
			background: url("../images/back-home.png") no-repeat scroll 0 -36px transparent;

		}

	.back-home a,
	.back-home a strong {
		text-decoration: none;
		color:#395E6F;
		transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
	}

		.back-home a:hover,
		.back-home a:hover strong{
			color:#9D9D9C;
		}

	.back-home strong{
		font-family: 'Raleway', sans-serif;
		color:#36577B;
		font-weight:800;
	}

#wrapper{
	margin :0 auto;
	position:relative;

}

	.logo{
	    text-align: center;
	    margin: 0 auto;
		margin-bottom: 5px;
	    margin-top: -70px;
	    width:50%;
	}

		.logo:hover img{
		    opacity: 0.65
		}

		.logo img{
		    width: 250px;
		    height: auto;
		    margin: 0 auto;
			transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
		}

#magazine{
	width:1600px;
	height:800px;
	-webkit-transition:margin-left 0.2s ease-in-out;
 	-moz-transition:margin-left 0.2s ease-in-out;
  	-o-transition:margin-left 0.2s ease-in-out;
 	-ms-transition:margin-left 0.2s ease-in-out;
 	transition:margin-left 0.2s ease-in-out;
 	/*float:left;*/
 	margin: 0 auto;
}

	.turn-message{
		position:absolute;
		bottom:-30px;
		right:10px;
	    background: url("../images/tournez_les_pages.png") no-repeat scroll 0 0 transparent;
	    display: inline-block;
	    height: 148px;
	    width: 141px;
	    font-size: 0;
	    text-indent: -99999px
	}
