@charset "UTF-8";
/* CSS Document */


a:link   { color: #000000; text-decoration: bold }
a:visited   { color: #5c744e; text-decoration: underline }
a:hover     { color: #000000 }
a:active {color : #000000; text-decoration : underline; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 10px;
	background-position: 45px;
	vertical-align: middle;
	background-color: #8C2B21;
}
#header {
	height: 150px;
	background-color: e2e2db;
}


#conteneur {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#centre {
	background-color:#FFFFFF;
	margin-left: 150px;
	text-indent: 20px;
	padding: 12px;
	margin-bottom: 0px;
}
#menu {
	position: absolute;
	left:0;
	width: 150px;
	height: 449px;
}

	
#pied {
	height: 40px;
	background-color: #8C2B21;
	color: #FFFFFF;
}





p {margin: 0 0 10px 0;}
#mathis {
	position:absolute;
	left:1px;
	top:135px;
	width:900px;
	height:17px;
	z-index:1;
	background-color: #8C2B21;
	visibility: visible;
}
.Style1 {color: #FFFFFF}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 175px;
	left: 1em;
	width: 10em;
	z-index: 5;
	visibility: visible;
}

#menu dt {
	cursor: pointer;
	background: #FFFFFF;
	height: 50px;
	line-height: 20px;
	margin: 2px 0;
	border: 0px;
	text-align: center;
	font-weight: normal;
}

#menu dd {
	position: absolute;
	z-index: 7;
	left: 116px;
	margin-top: -5em;
	width: 12em;
	background: #d9e6c1;
	padding: 6px;
	border: 5px solid white;
	visibility: visible;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

