body
{
	
    background: url('images/mavfondecranweb.png');
	font-family: Courier New, serif;
	color: black;
}
#bloc_page
{
    width: 900px;
    margin: auto;
}
#logo
{
	margin-top: 20px;
}
#entete
{
	display: flex;
	flex-direction: column;
	border: 3px solid black;
	border-radius: 10px;
	box-shadow: 10px 10px 10px black;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: white;
}
#soustitre
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-family: Times New Roman, serif;
	height: 50px;
}
#titre_principal h1
{
	font-size: 1.5em;
	height: 50px;
}
#titre_principal nav 
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 3px solid black;
	border-radius: 10px;
    box-shadow: 10px 10px 10px black;
	height: 50px;
	background-color: white;
}
#footer
{
	display: flex;
	flex-direction: column;
	border: 3px solid black;
	border-radius: 10px;
	box-shadow: 10px 10px 10px black;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: white;
	width: 900px;
    margin: auto;
}
nav a
{
	
    text-decoration: none;
}
nav a:active
{
	padding: 3px;
	box-shadow: 2px 2px 2px black inset;
}
#menuk7
{
	font-weight: bold;
}
#menuseri
{
	font-weight: bold;
}
#menucntct
{
	font-weight: bold;
}
a
{
    color: black;
}
section
{
	display: flex;
    flex-direction: column;
	border: 3px solid black;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 50px;
	background-color: white;
    box-shadow: 10px 10px 10px black;
}
address
{
	height: 400px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-right: 40px;
	margin-left: 40px;
}
#mozaick7, #mozaicseri
{
	display: flex;
	justify-content: space-around;
	margin: 10px; 
	flex-wrap: wrap;
}
#mozaick7 img, #mozaicseri img
{
	margin: 20px;
}
#titrek7
{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 600px;
	margin: auto;
}
.amdnplogo
{
	float: right;
}
.imgk7
{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.imgseri
{
	text-align: center;
	margin-top: 40px;
}
#textk7, #textseri
{
	width: 600px;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
}
h4
{
	width: 600px;
	margin: auto;
	text-align: right;
}

#textacceuil
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
}

