body {width: 1000px;margin: auto;background-color: black;}
#header {width: 1000px;height: 50px;}
#side {width: 200px;background-color: rgb(150,50,0);float: left;}
#menu {width: 990px;background-color: rgb(150,50,0);padding: 5px;font-family: arial;font-size: 20px;text-align: center;float:left;}
#menu a {color: white;}
#menu a:hover {color: black;}
#corps {width: 990px;background-color: white;padding: 5px;color: black;font-family: arial;font-size: 20px;text-align: justify;}
#foot {width: 990px;background-color: white;padding: 5px;color: white;font-family: arial;font-size: 22px;text-align: center;background-color: black;}
h1 {font-family: arial;font-size: 32px;text-align: center;color: black;}
p {font-family: arial;font-size: ??px;color: black;text-align: justify;}
p a {color: black;}
p a:hover {color:red;}
ul a {color: black;}
ul a:hover {color:red;}

/* Ancien design...
body
{
	width: 824px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("background.jpg");
	background-repeat: repeat;
}

#header
{
	width: 824px;
	height: 100px;
	margin-bottom: 20px;
	border: 2px solid black;
}

#menu
{
	float: left;
	width: 140px;
}

.element_menu
{
	background-color: white;
	border: 2px solid black;
	margin-bottom: 20px;
}

#corps
{
	width: 654px;
	margin-left: 160px;
	margin-bottom: 20px;
	padding: 5px;
	color: black;
	background-color: white;   
	border: 2px solid black;
}

#foot
{
	width: 654px;
	margin-left: 160px;
	padding: 5px;
	color: black;
	background-color: white;
	border: 2px solid black;
}

#menu a
{
	color: black;
	text-decoration: none;
}

#menu a:hover
{
	background-color: white;
	color: red;
}

#menu li
{
	text-align: justify;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 14px;
}

#corps h1
{
	text-align: center;
	font-family: Verdana, "Comic Sans MS", "Times New Roman", serif;
	font-size: 48px;
}

#corps h2
{
	text-align: center;
	font-family: Verdana, "Comic Sans MS", "Times New Roman", serif;
	font-size: 24px;
}

#corps p
{
	text-align: justify;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 20px;
}

#corps a
{
	text-align: justify;
	font-family: Verdana, "Comic Sans MS", "Times New Roman", serif;
	font-size: 20px;
	text-decoration: none;
	color: black;
}


#foot p
{
	text-align: center;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 20px;
}

#corps a:hover
{
	color: red;
}

p a
{
	color: black;
	text-decoration: none;
}

h3 a
{
	text-align: justify;
	font-family: Verdana, "Comic Sans MS", "Times New Roman", serif;
	font-size: 20px;
	color: black;
}

p a:hover
{
	background-color: white;
	color: red;
}

#small
{
	text-align: justify;
	font-family: "Comic Sans MS", "Times New Roman", serif;
	font-size: 12px;
}

.souligné
{
	text-decoration: underline;
}

#center
{
	text-align: center;
}
*/