﻿body {
	background-color: skyblue;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#titre{
	height: 85px;
	text-align:center;
}

table{
	margin:auto;
	background-color: skyblue;
	float: center;
	color: white;	
}

th { 
	width: 300px;
	height:50px;
	border: solid white 1px;	
}

#contenu {
	padding: 20px;
	background-color:skyblue ;
}

img {
	float: center;
	margin-right: 20px;
	border:solid white 5px;
}

h1{
	text-align : center;
	color : white;
	font-variant: small-caps;
	font-weight: bold;
}

h2{
	color : white;
}

h3{
text-align : center;
color : white;
} 

{
	text-align : left;
}

