div#menu
{
	height: 29px;
	width:960px;
	padding:0px;
	margin:0px;
	background:url(../img/barremenu_fond.gif);
	background-repeat:repeat-x;
}


div#bouton1
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn1_out
{
	background:url(../img/btn_actu_off.jpg);
}

.btn1_over
{
	background:url(../img/btn_actu_on.jpg);
}

div#bouton2
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn2_out
{
	background:url(../img/btn_carte_off.jpg);
}

.btn2_over
{
	background:url(../img/btn_carte_on.jpg);
}

div#bouton3
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn3_out
{
	background:url(../img/btn_articles_off.jpg);
}

.btn3_over
{
	background:url(../img/btn_articles_on.jpg);
}

div#bouton4
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn4_out
{
	background:url(../img/btn_photos_off.jpg);
}

.btn4_over
{
	background:url(../img/btn_photos_on.jpg);
}

div#bouton5
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn5_out
{
	background:url(../img/btn_videos_off.jpg);
}

.btn5_over
{
	background:url(../img/btn_videos_on.jpg);
}

div#bouton6
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn6_out
{	
	background:url(../img/btn_forum_off.jpg);
}

.btn6_over
{
	background:url(../img/btn_forum_on.jpg);
}

div#bouton7
{
	float:right;
	margin-right:5px;
	cursor:pointer;
	width:93px;
	height:29px;
}

.btn7_out
{	
	background:url(../img/btn_livreor_off.jpg);
}

.btn7_over
{
	background:url(../img/btn_livreor_on.jpg);
}

.menu_cadre
{
	position:absolute;
	width:86px;
	background:#e9de8b;
	top:137px;
	border:1px solid #cfa049;
	display:none;
}

div#menu_item
{
	padding:3px;
	padding-bottom:3px;
	border-bottom:1px solid #cfa049;
	line-height:13px;
}
.menu_item_over
{
	background:#f8f1b2;
}

.menu_item_out
{
	background:none;
}

.cadre_hidden
{
	display:none;
}

.cadre_visible
{
	display:block;
}
