/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


dl#menu {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
}
dl#menu dt a{
	cursor: pointer;
	padding: 10px 0 0 30px;
	margin: 0 0 0 10px;
	width: 162px;
	height: 30px;
	line-height: 20px;
	text-align: left;
	color: #85a7cf;
	background: url('../design/bouton_menu.jpg') top left no-repeat;
	text-decoration: none;
	display: block;
	border: 0 none;
}
dl#menu dt a:hover {
	background-position: bottom left;
	color: #fff;
	text-decoration: none;
}

dl#menu ul {
	background-color: #204168;
	padding: 0;
	margin: 0 0 0 10px;
	width: 190px;
	border-left: 1px solid #4873a5;
	border-right: 1px solid #4873a5;	
}
dl#menu li {
	text-align: left;
	background: #204168;
	padding: 0;
	margin: 0;
	width: 190px;
}

dl#menu li a {
	background: #204168 url('../design/puce_inerte.gif') 5px 50% no-repeat;
	padding: 3px 0 3px 20px;
	margin: 0;
	text-decoration: none;
	display: block;
	border: 0 none;
	color: #85a7cf;
	/*border-left: 1px solid #4873a5;
	border-right: 1px solid #4873a5;*/
}
dl#menu li a:hover {
	background: #4873a5 url('../design/puce_anime.gif') 5px 50% no-repeat;
	color: #fff;
	text-decoration: none;
}
dl#menu li a, dl#menu dt a {
	display: block;
}
/*dl#menu dt a {
	color: #85a7cf;
	text-decoration: none;
	display: block;
	border: 0 none;
}*/

/*dl#menu dt:hover {
	color: #fff;
}*/


/*dl#menu li a:hover, dl#menu dt a:hover {
	background: #eee;
}*/
