/* CSS Document */
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
.conteneur { /*le conteneur global du site, qui sera centré */
position: absolute;
width: 1002px;
margin: 0 auto; 
}

.header {
height: 100px;
}
.menu {
	position: absolute;
	left:2px;
	width: 150px;
	height: 750px;
	top: 155px;
}
.frame {
margin-left: 150px;
width: auto;
height: 750px;
overflow: auto;
scrollbar-3dlight-color: #bea7e0;
scrollbar-arrow-color: #e0e0e0;
scrollbar-base-color: #9b3c7c;
scrollbar-darkshadow-color: #623c7c;
scrollbar-face-color: #795499;
scrollbar-highlight-color: #ab7ccd;
scrollbar-shadow-color: #412280;
scrollbar-track-color: #ab96d6;
}
.footer {
height: 20px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, ŕ modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
}
a:link {
	color: #ffff44;
}
a:visited {
	color: #ff9900;
}
.Style22 {
	font-family: ALIBI;
	color: #FFFF00;
	font-size: 36px;
}
.Style24 {color: #FFFF00; font-family: ALIBI; font-size: 18px}
.Style25 {color:#ffff44; font-size: 16px}
.Style26 {color:#ffff44; font-size: 24px}
.Style27 {color:#ffff44; font-family: "Times New Roman", Times, serif; font-size: 36px}

