body{
	margin:0;
	padding:0;
}
header{
    background-image: url('../img/coquillage.jpg');
    background-position:center;
    background-size: cover; /* Couvre toute la zone */
    margin-bottom:0;
    padding-bottom:0;
    top:0;
    width:100%;
}
@media screen and (orientation: landscape){
	header{
		font-size:1.0em;
		height:200px;
	}
}
@media screen and (orientation: portrait){
	header{
		font-size:1.5em;
		height:250px;
	}
}

h1{
	padding-left: 30px;
	padding-top: 30px;
}
h1>a{
	color:white;
	font-size:2.4em;
 	text-decoration: none;
}

.cover_legend{
	background-color:black;
	margin-top:0;
	color:white;
	width:100%;
}
.cover_legend>a{
	bottom:0;
	color:white;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	text-decoration:none;
}

.content{
	width:100%;
}
