@charset "utf-8";

/* Initialisation */
* {
	margin: 0;
	padding: 0;
}

/* Corps */
body {
	margin: 10px;
	font-size: 75%;
	color: black;
	background-color: white;
	text-align: center;
	behavior:url("csshover.htc"); /* Hack IE pour le menu déroulant */
}

/* Corps et éléments de formulaire */
body, input, textarea {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-weight: normal;
}

/* Conteneur */
#all {
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
}

/* Tete de page */
#header {
	height: 40px;
	background: silver;
	color: #333333;
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
}

/* Zone centrale de la page */
#middle {
	height: auto !important;
	height: 400px;
	min-height: 400px;
	border-top: 1px solid gray;
	overflow: hidden !important;
	overflow: visible;
	/*clear: both;*/
}

/* Bas de page */
#footer {
	height: auto !important;
	height: 30px;
	min-height: 30px;
	background: silver;
	border-top: 1px solid gray;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 1em;
	text-align: center;
}

/* Lien du bas de page */
#footer a {
	color: #191970;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none; 
}