*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;list-style-type: none;
    text-decoration: none;
}

img
{
  border : 0px;
}

body
{
	background-color : #8C929D;
}



#logo
{
  text-align : center;
}

.portrait{
	width: 250px;
}

#pied_page
{
  clear : both;
}

#Corps
{
	margin : 0;
	padding : 0;
}

header
{
	display : flex;
	justify-content : space-between;
	align-items : flex-end;
	background : url('../img/separateur.png') repeat-x bottom;
	padding-bottom :20px;
	margin :0;
}

header img
{
	margin : 5px;
}

header ul
{
	display : flex;
	list-style-type : none;
}

header li
{
	margin-left : 10px;
	margin-right : 10px;
}

.link-menu
{
	text-decoration : none;
	color : black;
	font-size : 1.3em;
	padding-bottom :3px;
}

.link-menu:hover
{
	text-decoration : none;
	color : black;
	font-size : 1.3em;
	border-bottom : 3px solid white;
}



footer
{
	background : url('../img/separateur.png') repeat-x top;
	padding-top : 5px;
	padding-left : 10px;
}

footer ul
{
	display : flex;
	list-style-type : none;

}

footer li 
{
	margin-left : 10px;
	margin-right : 10px;
}

footer li img
{
	vertical-align : middle;
}

.logo-footer{
	height: 30px;
	vertical-align: bottom;
    margin-right: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
	body{
		display: flex;
		flex-direction: column;
	}
	#logo{
		display: flex;
		justify-self: center;
		align-items: center;
	}

	.logo-site{
		width: 150px;
	}

	header{
		flex-direction: column;
		align-items: center;
	}

	.link-menu{
		font-size: 0.8rem;
	}
}