/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	top: 0;
	left: 0;
	width: 160px;
	background: center;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #990000;
	color: #CC0000;
}
p {
margin: 0 0 10px 0;
}
#corps {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 2px;
}
#header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: #57482D;
	color: #FFFFDF;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#haut {
	height: auto;
	color: #660000;
	font-weight: bold;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #57482D;
	border-right-color: #57482D;
	border-bottom-color: #57482D;
	border-left-color: #57482D;
	background-color: #660000;
}
#centre {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFDF;
	border: medium solid #57482D;
}
#gauche {
	float:left;
	width: 160px;
	margin-left: 4px;
	margin-top: 2%;
	background-repeat: no-repeat;
}
#droite {
	float:right;
	width: 170px;
	margin-right: 4px;
	left: 80%;
	margin-top: 2%;
	color: #57482D;
}
#pied {
	clear:both;
	height: inherit;
	color: #CC0000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-top-style: none;
	background: #57482D;
}
#menupied {
	background-color: #660000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #57482D;
	border-right-color: #57482D;
	border-bottom-color: #57482D;
	border-left-color: #57482D;
	font-weight: normal;
}
#menuhaut {
	list-style-type: none;
	padding:0;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menuhaut li {
	display: inline;
	color: #FFFFDF;
}
#menuhaut a {
	margin: 0 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0,8;
	color: #FFFFDF;
}
#menuhaut a:hover {
	text-decoration: none;
	color: #FFFFDF;
	font-weight: bold;
	font-style: normal;
}
#menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
#menugauche li {
margin-bottom: 5px;
}
#texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0,9;
	color: #57482D;
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 2%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: #FFFFDF;
	font-weight: normal;
}
#texte a {
	color: #CC0000;
	font-weight: bold;
}
#texte a:hover {
	text-decoration: underline;
}
#menugauche a {
margin: 0 2px;
text-decoration: none;
}
#menugauche a:hover {
text-decoration: none;
}
#menudroit {
	list-style-type: none;
	margin: 0;
	padding:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #57482D;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
	margin: 0 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CC0000;
}
#menudroit a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#droite a {
	color: #CC0000;
}
#droite a:hover {
	font-weight: bold;
	text-decoration: underline;
}
</style>