/* CSS du menu */

#menu {
	position: relative;
}
#menu a.menuItem {
	display: block;
	background-repeat: no-repeat;
	background-image: url('//www.xstory-fr.com/images/menu_puce.gif');
	background-position: left center;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 20px;
	font-family: Arial;
	font-size: 13px;
	color: white;
	text-decoration: none;
}

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

#menu .langues {
	position: absolute;
	top: 2px;
	left: 13px;
	font-family: arial;
	font-size: 12px;
	color: white;
}
#menu .langues a.icon16x11 {
	margin-left: 4px;
    float: left;
    display: block;
	opacity: 0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}

#menu .langues a.encours,
#menu .langues a.icon16x11:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#menu .langues a {
	font-family: arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#menu .langues a:hover {
	text-decoration: underline;
}


#menu .orientation {
	position: absolute;
	top: 20px;
	left: 13px;
	font-family: arial;
	font-size: 12px;
	color: white;
}
#menu .orientation img {
	margin-left: 4px;
	opacity: 0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
}
#menu .orientation .encours img,
#menu .orientation a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#menu .orientation a {
	font-family: arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#menu .orientation a.encours,
#menu .orientation a:hover {
	color: white;
}
#menu .orientation a:hover {
	text-decoration: underline;
} 

#menu .menu-recherche {
	position:absolute;
	left:13px;
	top:4px;
} 

#menu .menu-recherche #keyword {
	width: 180px;       
	margin-bottom: 5px;
	height:12px;
    font-size: 12px;
}
#menu .menu-recherche select {
    height: 18px;
    left: 20px;
    position: absolute;
    top: 21px;
    width: 138px;
    font-size: 12px;
}
/** Tous les navigateurs sauf ie **/
:root *> #menu .menu-recherche select {
	margin-right: 2px;
}

#menu .menu-recherche #fleche-recherche {
	background-image: url("../images/fleche-recherche.jpg");
    height: 10px;
    left: 4px;
    position: absolute;
    top: 24px;
    width: 11px;
}

 #button_ok {
	height: 18px;
    left: 161px;
    padding: 0;
    position: absolute;
    top: 21px;
    width: 25px;
    line-height: 18px;
}

/* hack Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu .menu-recherche #keyword {
		margin-bottom:2px;
	}
}

/** Coup de coeur **/
#menu #coupdecoeur {
	color:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	margin-top: -15px;
}
#menu #coupdecoeur_titre {
	padding:0 11px;
	width:184px;
}
#menu #coupdecoeur_coeur {
	float: left;
	margin: 1px 5px 0 0;
}
#menu #coupdecoeur_titre_contenu {
	font-weight: bold;
	font-size: 16px;
}
#menu #coupdecoeur_link1 {
	font-size:1px
}
#menu #coupdecoeur_img {
	margin-left:4px;
}
#menu #coupdecoeur_link2 {
	margin-bottom: 10px;
	width: 182px;
	color: #ffffff;
	background:none;
	padding:0px;
	line-height:10px;
	background-image: url("//www.xstory-fr.com/images/menu_puce.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 10px;
}
#menu #coupdecoeur_texte {
	color: #FFFFFF;
	margin-left: 12px;
	margin-top: 5px;
	text-align: left;
	width: 184px;
}
