div#content div p{
	background-color: white;
	margin: 20px auto;
	width: 48%;
	padding: 15px;
	border: 10px;
}

div#content div.News{
	margin: 5px auto;
	width: 48%;
	padding: 1px;
	border: 5px solid white;
	background-color: white;
}

div#content div.LNS{
	text-align: center;
	background-color: black;
	align-items: center;
	margin: 0px auto;
	width: 50%;
	padding: 15px;
	border: 10px;
}

div#content div.Histoire{
	margin: 5px auto;
	width: 48%;
	padding: 1px;
	border: 5px solid white;
	background-color: white;
}


nav.menu-nav ul li.btn{
	position: center;
	left: 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

nav.menu-nav ul li.btn a{
	color: white;
	background-color: blue;
	text-decoration: none;
	margin: 10px auto;
	padding: 5px;
}

nav.menu-nav ul li.btn:hover a{
	color: red;
	background-color: white;
	transition: 0.4s all;
	width: 50%;
	margin: 10px auto;
	height: 50px;
	border-radius: 5px;
}
	
head{
	margin: 20px;
	width: 50%;
	padding: 10px;
	vertical-align: center;
	align-items: center;
}

body{
	margin: 20px auto;
	width: 50%;
	padding: 0px;
	border: 10px;
	background: url(http://dmcl.speedway.free.fr/img/dmcl1.jpg);
	background-size: 105%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}	

footer{
	background-color: red;
	text-align: center;
}	

h1.headline{
	color:red;
	font-size: 60px;
	margin: 100px;
	padding-left: 400px;
}

h2{
	text-decoration: underline;
	text-underline-position: under;
	color: black;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em red;
	font-size: 50px;
	margin: 10px;
	text-align: center;
}

h3{
	
	
	color: black;
	
	font-size: 30px;
	margin: 10px;
	text-align: center;
}
h4{
	text-decoration: underline;
	text-underline-position: under;
	color: red;
	
	font-size: 40px;
	margin: 5px;
	text-align: center;
}
h5{
	text-decoration: underline;
	text-underline-position: under;
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em red;
	font-size: 20px;
	margin: 1px;
	text-align: center;
}
h6{
	color: black;
	font-size: 20px;
	margin: 1px;
	text-align: center;
}
h7{
	color: black;
	font-size: 30px;
	margin: 1px;
	text-align: center;
}
a{
	color: blue;
	opacity: 0.9;
}


div#content img{
	margin: 50px;
}	

.box {
	margin: 10px;
	padding: 10px;
	display: flex;
	justify-content: center;
	background-color: white;
	text-align: center;
}

.box1 p{
	margin: 5px;
	display: flex;
	justify-content: center;
	background-color: white;
	text-align: center;
}

.text{
	margin: 5px;
	display: flex;
	justify-content: left;
	background-color: white;	
	text-align: center;
}
.text1{
	text-decoration: underline;
	margin: 5px;
	display: flex;
	justify-content: center;
	background-color: red;	
	text-align: center;
}
.text2{
	margin: 5px;
	display: flex;
	justify-content: center;
	background-color: #E4E4E4;	
	text-align: center;
}

.imageCentre {text-align:center}

P { text-align: center }
H2 { text-align: center }