body {
	font-family: Arial;
	font-size: 16px;
	top: 0;
	width: 100%;
	min-height: 100%;
	margin: 0;
}

.highlight {
	background-color: teal;
	padding: 0 4px;
}

.highlight2 {
	background-color: teal;
	padding: 0 4px;
	text-align: center;
}

h2.titres {
	text-decoration: underline;
}

.milieu {
	text-align: center;
}

.conteneur {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}

aside{
	margin-top:-20px;
	box-sizing:border-box;
	width:80%;
	float:right;
	position: relative;
	padding-left: 20px;
}

main {
	margin-left: 10px;
	flex: 1;
}

img.moi {
	width: 250px;
}

img.icones {
	width: 70px;
	margin-left: 20px;
}

img.works1 {
	width: 1000px;
}

img.works2 {
	width: 500px;
}

p.description {
	font-size: 20px;
	text-decoration: underline;
}

header h1
{
	color: white;
	margin: 10px;
	width: 150px;
	height: 100%;  
	display: inline;
}

header ul li
{
	display: inline-block; 
	margin: 0;
	height: 100%;
	width: 150px;
	text-align: center;
}

header ul li a
{
	display: inline-block;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: white;
	text-align: center;
}

header nav
{
	display: inline-block;
}

header ul li a:hover{
	background: grey;
}

header
{
	background: teal;
	justify-content: space-between;
	display: flex;
}

video {
	width: 800px;
	height: 500px;
	margin-left: 10px;
}

iframe {
	margin-left: 10px;
}

a {
	margin-left: 10px;
}

input {
    width: 30%;
    height: 70px;
    margin-left: 10px;
}

label {
	margin-left: 10px;
}

button {
	margin-left: 10px;
}
