﻿#menu_id {
	position:inherit;
	display:block;
	height:23px;
	font-size:11px;
	font-weight:bold;
	background:url(img/bgOFF.gif) repeat-x top left;
	border-bottom:1px solid #d9d9d9;
}

#bouton_id{
	display:block;
	float:right;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	cursor:pointer;
	margin:0 0 0 0;
	padding: 4px  20px 0 20px;
	height:21px;
	width:100px;
	text-align:center;
	color:#339999;
}

#bouton_id:hover {
	background:url(img/barOver.png) repeat-x;
	color:#339999;
}

#bouton_id a{
	text-decoration:none;
	color:#339999;
}

#bouton_id a:hover{
	color:#FF9900;
}

.bouton{
	display:block;
	float:right;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	cursor:pointer;
	margin:0 0 0 0;
	padding: 4px  20px 0 20px;
	height:21px;
	width:100px;
	text-align:center;
	color:#339999;
}

.bouton:hover {
	background:url(img/barOver.png) repeat-x;
	color:#339999;
}

.bouton a{
	text-decoration:none;
	color:#339999;
}

.bouton a:hover{
	color:#FF9900;
}

#rubrique{
	background-image:url(img/ouvrir_rubrique.png);
}

#rubrique:hover{
cursor:pointer;
}
