#speedbar
{
	height : 35px;
	background-image : url('../images/fond_speedbar.jpg');
	background-repeat : repeat-x;
	margin-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	border-bottom: 1px solid #ffffff;	
}

#speedbar a
{
	color: #ffffff;
	text-decoration : none;
	padding-left: 10px;
	padding-right: 10px;
	line-height : 35px;
}

#speedbar a:hover
{
	color: #d1eaff;
	padding-top: 9px;
	padding-bottom: 10px;
	/*
	background-image : url('../images/fond_speedbar_hover.jpg');
	background-repeat : repeat-x;
	*/
}

#speedbar_right
{
	float: right;
}

.menu
{
	border: 1px solid #5c5c5c;
	margin-bottom: 15px;
	margin-left: 10px;
	/*-moz-border-radius:6px;*/
	background-color: #ffffff;
	background-image : url('../images/fond_bg.jpg');
	background-repeat: repeat-x;
}

.menu_titre
{
	color: #ff5a00;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-image : url('../images/menu_fond.png');
	background-repeat : repeat-x;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	
	display:block;
}

.menu_contenu
{
	padding-left: 15px;
	padding-bottom: 10px;
}

.menu ul
{
	padding-left: 5px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px; 
}
.menu a
{
	color: #666666;
	text-decoration: none;
}

.menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

.menu li {
	margin-left : 5px;
	text-indent : 15px;
	background-image : url(../images/puce.jpg);
	background-position : left center;
	background-repeat : no-repeat;
}
