/* Menu de gauche */

ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#menu {
width:150px;
float: left;
}
#encart {
	position: absolute;
	top: 400px;
	left: 10px;
	width:150px;
	float: left;
	background-color: #FFD5AA;

}
#menu ul{
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 50px;
left: 10px;
background: transparent url(images/menustantoine4.gif) top left no-repeat;	/* arrière-plan général du menu */
width: 160px;
height:300px;
padding-top: 50px;
text-align: center;
}
#menu li {display: inline;}	/* correction pour IE5 et IE5.5 */

#menu li a {
	display: block;
	height: 30px;
	width: 160px;
	color: #fff;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}
#menu li a:hover {
color: #000;
background: transparent url(images/menustantoine4.gif) top left no-repeat;
}
#menu a#menu1:hover {	/* décalage de l'arrière-plan pour chaque bouton */
background-position: 0% -400px;
}
#menu a#menu2:hover {
background-position: 0% -430px;
}
#menu a#menu3:hover {
background-position: 0% -460px;
}
#menu a#menu4:hover {
background-position: 0% -490px;
}
#menu a#menu5:hover {
background-position: 0% -520px;
}
#menu a#menu6:hover {
background-position: 0% -550px;
}
#menu a#menu7:hover {
background-position: 0% -580px;
}
#menu a#menu8:hover {
background-position: 0% -610px;
}
#menu a#menu9:hover {
background-position: 0% -640px;
}
/* sousmenuenu horizontal */
#ssmenu{
/*left:20px;
position:absolute;
top:200px;
width:150px;
overflow:hidden;*/
margin-bottom:1em;
}

#ssmenu ul{
border-width:1px 1px 1px 1px;
border-style:solid;
border-color:#d6e1ec;
padding:0;
margin:0;
}

#ssmenu li{
border-bottom:1px solid #d6e1ec;
list-style:none;
display:inline;
margin:0;
}

#ssmenu a{
/*display:block;*/
display:inline;
text-decoration:none;
color:#369;
background-color:#fff;
padding-left:1em;
}

#ssmenu a:hover{
background-color:#ddd;
color:#000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

