/* CSS Document */
<style type="text/css">

/* CSS issu des tutoriels http://css.alsacreations.com */
body {
background: white;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 90%;
color: white;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
width: 10em;
}

#menu dt {
cursor: pointer;
background: #F7AB79;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
background-image:url(image/Texture/planche.jpg)
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #F7AB79;
border: 1px solid gray;
background-image:url(image/Texture/planche.jpg)
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #FFF;
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;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

/*ici les cadre page index*/
#flash_logo {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 300px;
	height: 28px;
}
#barre_info {
	position: absolute;
	top: 147px;
	left: 14px;
	width: 877px;
	height: 20px;
}
#contenu {
	position: absolute;
	top: 186px;
	left: 181px;
	width: 713px;
	height: 773px;
}
#pied_page {
	position: absolute;
	top: 1006px;
	left: 200px;
	width: 713px;
	height: 12px;
}
#collsleft {
	position: absolute;
	top: 501px;
	left: 4px;
	width: 162px;
	height: 258px;
}
</style>

