/*Mon fichier CSS de l'exercice 2*/
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Ces données sont attribuées à toutes les pages du site excepté celles concernant les index qui sont autonomes-->
#entete{
	height: 175px;
	max-width: 100%;
	text-align: center;
	width: auto;
	style="color: black;
	border-radius: 10px;
	font-family: dancing ;
	}

#entete h1{
	color: #000;
	background: rgba(255,255,255,0.95);
	margin: auto;
	border width: 50%;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 5px; 
	text-align: center;
	border-style: double;
	border-radius: 10px;
	font-family: dancing ;
	}
img{
	width: 250px;
	display: block;
	margin: auto;
	margin-bottom: 20px;

}
.row img{
	width: 400px;
}
h1{
	margin: auto;
	font-size: 50px;
	font-family: dancing ;
}
h2{
	margin: center;
	font-style: italic;
	font-family: dancing ;
}
.entetelucrece{
	margin-left: 10px;
	text-align: justify;
}
.navbar{
	background-color: black;
	background-image: -webkit-gradient(navbar-inverse);
	background-image: fixed;
	font-family: dancing;
}
	
body{
	background-image:url(images/laptop2.jpg);
	background-size: 100% auto;
	background-attachment:fixed;

}
	@media only screen and (max-width: 850px) {
		
	#entete h1{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


