/* Base
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: verdana;
	color: black;
	background-color: white;
}

h1, h2, h3 {
	font-family: "Times New Roman";
	font-size: 2.3em;
	font-weight: 600;
	color: black;
	padding: 20px 10px 10px 0;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

ul {
	list-style: square inside;
}

li {
	padding-left: 20px;
}

/* Structure
----------------------------------------- */

#haut {
	display: block;
}

#menus {
	display: none;
}

#milieu {
	width: 100%;
}

#centre {
	margin-top: 10px;
	clear: both;
	width: 100%;
}

#gauche {
	margin-top: 10px;
	clear: both;
	width: 100%;
}

#droite {
	margin-top: 10px;
	clear: both;
	width: 100%;
}

#bas {
	margin: 20px 0 0 0;
	clear: both;
	width: 100%;
}


/* Haut
----------------------------------------- */

#haut h1 {
	font-family: "Times New Roman";
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 10px;
}

#haut h1 a {
	color: black;
}

#haut h2 {
	display: none;
}


/* Menu
----------------------------------------- */

#menus menu {
	display: none;
}

#images {
	margin-bottom: 10px;
}

#images img#image2 {
	padding-left: 15px;
	padding-right: 15px;
}

/* Bas
----------------------------------------- */

#bas p {
	width: 100%;
	text-align: center;
}
