body {
	background-color: #c5c5c5;
	margin: 0px;
}
.menu {
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 120px;
	text-align: center;
}
.menu a:link, .menu a:active, .menu a:visited {
	color: #911C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #911C1C;
	border: 1px dotted #911C1C;
	background-color: #EEEEEE;
}
.menu a:hover {
	text-decoration:underline;
}
#barre-head {
	background-color: #911c1c;
	width: 100%;
	height: 12px;
	font-size: 8px;
}
#texte {
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #911c1c;
	height: auto;
	margin-bottom: 50px;
	text-align:justify;
}
#texte ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#texte p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#barre-footer {
	background-color: #911c1c;
	width: 100%;
	height: 30px;
	position:fixed;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#photogauche img {
	margin-bottom: 1px;
}
#photogauche {
	width: 150px;
	vertical-align: top;
	background-color: #eeeeee;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #911c1c;
	padding-top: 20px;
}
a:link, a:active, a:visited {
	color: #911C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
caption {
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
}
#barre-footer a:link, #barre-footer a:active, #barre-footer a:visited {
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
#barre-footer a:hover {
	text-decoration:none;
}

