/************************************   MENU des rubriques   *************************************/
#menu{
	height: 29px;
	position: relative;
	z-index:9;
	background: url(../img/global/menu.png) no-repeat center top;
	width:1017px;
	height:52px;
	/*width: 100%;*/ /* correction pour Opera */
}
#menu ul,#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li.parent{
	float:left;
	height:32px;
	text-align:center;
	padding:0 15px;
	margin-top:1px;
	background: url(../img/global/menu_separ.jpg) no-repeat right top;
}
#menu li.parent a.parent{
	color:#545454;
	padding:7px 0;
	float:left;
	margin:auto;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#menu ul.enfants{
	position:absolute;
	left:0px;
	top:33px;
	width:970px;
}
#menu ul.enfants li{
	display:inline;
	margin:0 10px;
	line-height:16px;
	float:left;
}
#menu ul.enfants li a{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
/*#menu .parent a .left{
	float:left;
	width: 10px;
	height: 29px;
	background:url('../img/rubrique/rubrique_left_black.jpg') no-repeat left center;
}
#menu .parent a .center{
	float:left;
	height: 29px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	padding:0 15px;
	background:url('../img/rubrique/rubrique_inner_black.jpg') repeat-x left center;
}
#menu .parent a .center strong{
	margin-top: 8px;
	float:left;
}
#menu .parent a .right{
	float:left;
	width: 11px;
	height: 29px;
	background:url('../img/rubrique/rubrique_right_black.jpg') no-repeat left center;
}*/
/****************************************** RUBRIQUE EN DUR ************************************/
/*#menu .parent a .accueil{
	float:left;
	width: 78px;
	height: 29px;
	background:url('../img/rubrique/menu_accueil_off.gif') no-repeat left center;
}
#menu .parent a .recette{
	float:left;
	width: 96px;
	height: 29px;
	background:url('../img/rubrique/menu_recettes_off.gif') no-repeat left center;
}
#menu .parent a .pratique{
	float:left;
	width: 93px;
	height: 29px;
	background:url('../img/rubrique/menu_pratique_off.gif') no-repeat left center;
}
#menu .parent a .magazine{
	float:left;
	width: 93px;
	height: 29px;
	background:url('../img/rubrique/menu_magazine_off.gif') no-repeat left center;
}
#menu .parent a .blog{
	float:left;
	width: 72px;
	height: 29px;
	background:url('../img/rubrique/menu_blog_off.png') no-repeat left center;
}
#menu .parent a:hover{
	color:#FFFFFF;
}
#menu .parent a:hover .accueil{
	float:left;
	width: 78px;
	height: 29px;
	background:url('../img/rubrique/menu_accueil_on.gif') no-repeat left center;
}
#menu .parent a:hover .recette{
	float:left;
	width: 96px;
	height: 29px;
	background:url('../img/rubrique/menu_recettes_on.gif') no-repeat left center;
}
#menu .parent a:hover .pratique{
	float:left;
	width: 93px;
	height: 29px;
	background:url('../img/rubrique/menu_pratique_on.gif') no-repeat left center;
}
#menu .parent a:hover .magazine{
	float:left;
	width: 93px;
	height: 29px;
	background:url('../img/rubrique/menu_magazine_on.gif') no-repeat left center;
}
#menu .parent a:hover .blog{
	float:left;
	width: 72px;
	height: 29px;
	background:url('../img/rubrique/menu_blog_on.png') no-repeat left center;
}
#menu .parent a:hover .left{
	float:left;
	width: 10px;
	height: 32px;
	background:url('../img/rubrique/rubrique_left_white.jpg') no-repeat left center;
}
#menu .parent a:hover .center{
	float:left;
	height: 32px;
	color:#FF0000;
	text-align:center;
	text-decoration:none;
	padding:0 15px;
	background:url('../img/rubrique/rubrique_inner_white.jpg') repeat-x left center;
}
#menu .parent a:hover .right{
	float:left;
	width: 11px;
	height: 32px;
	background:url('../img/rubrique/rubrique_right_white.jpg') no-repeat left center;
}
#menu .enfants{
	width: 220px;
	position:absolute;
	top:29px;
}
#menu .enfant{
	float:left;
	height: 29px;
	width: 100%;
	background:url('../img/transparent_black.png') repeat left center;
}
#menu .enfant:hover{
	background:#000000;
}
#menu .enfant a{
	float:left;
	height: 29px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	background:none;
	text-indent: 10px;
}
#menu .enfant a:hover{
	color:#FF0000;
}
#menu .enfant a span{
	float:left;
	margin: 8px 0 0 0;
}
#menu .petits_enfants{
	float:left;
	position:relative;
	left: 100px;
	top: -29px;
}
#menu .petit_enfant{
	float:left;
	position:relative;
	left: 0px;
	height: 29px;
	width: 120px;
	background:url('../img/transparent_black.png') repeat left center;
}
#menu .petit_enfant a{
	float:left;
	height: 29px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#menu .petit_enfant a:hover{
	color:#FF0000;
}
#menu .petit_enfant a span{
	float:left;
	margin: 8px 0 0 0;
}
.handle{
	cursor:move;
}*/
