html
{
	line-height:25px;
}

#accueil
{
	background-image:url("fond7.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
	min-height:100%;
	font-family:Comic sans MS;
}

#env
{
	background-image:url("fond3.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
	min-height:100%;
	font-family:Comic sans MS;
}

#pageprix
{
	background-image:url("fond4.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
	min-height:100%;
	font-family:Comic sans MS;
}

#contact
{
	background-image:url("fond7.JPG");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
	min-height:100%;
	font-family:Comic sans MS;
}

h1
{
	font-size:40px;
	text-align:center;
	color:#4169E1;
}

h2
{
	text-indent:650px;
}

h3
{
	text-indent:450px;
}

nav ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

nav li 
{
	display: inline-block;
	margin-left:190px;
	text-align: center;
	color:#4682B4;
	font-size: 16px;
}

a:link
{
	text-decoration:none;
	color:black;
} 

li:first-letter
{
	font-size: 23px;
}

hr
{
	border: 2px solid;
	border-color:#6495ED;
}

#tarifs
{
	text-indent:380px;
}

#petitdej
{
	text-indent:600px;
}

#photos
{
	text-align: center;
}

img
{
	border-radius:5px;
}