/**
 * Style pour l'entête
 */

/**
 * Sélecteur de localisation
 */
 
 img{
	border:0; 
 }
div#locale_nav {
	width:990px;
	padding:0;
	margin:10px auto 5px;
	background-color:transparent;
	text-align:right;
}
div#locale_nav a {
	background-repeat:no-repeat;
	background-position:left center;
	padding:4px 4px 4px 20px;
	text-decoration:none;
	color:#F7E3A6;
	font-size:12px;
    margin:0 0 2px 10px;
}
div#locale_nav a:hover {
	text-decoration:underline;
	color:#C7B3A6;
}
div#locale_nav a.selected {
	text-decoration:underline;
}
div#locale_nav a.inactif {
	color:#666;
}
div#locale_nav a.inactif:hover {
	text-decoration:none;
}
/**
 * Entête proprement dite
 */
div#entete {
	position:relative;
	padding:0;
	margin:0 auto 0;
	height:132px;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#1f1f1f;
}
/**
 * Lien sur logo
 */
a#LogoLink {
	position:absolute;
	top:20px;
	left:10px;
	border:0;
	width:140px;
	height:70px;
}
a#LogoLink:focus {
	outline:none;
	border:0;
}

/**
 * Champs dynamiques dans l'entête
 */
div#entete input {
	float:right;
	clear:both;
	background-color:#1f1f1f;
	border:1px solid #000000;
	/*opacity:0.8;*/
	color:#FFFFFF;
	font-weight:bold;
	width:218px;
}

/**
 * Div où on affiche les résultats
 */
div#resultats {
	position:absolute;
	width:425px;
	background-color:#3F3F3F;
	border:2px solid #FAFAFA;
	overflow:auto;
	padding:0;
	margin:0;
	color:#FFFFFF;
	z-index:5;
}
/* Champ de recherche */
input#FilterText {
	position:absolute;
	width:259px !important;
	height:14px !important;
}
div#ChoixProd {
	float:right;
	clear:both;
	margin:28px 30px 0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	width:286px !important;
	height:30px !important;
	padding:0 !important;
	line-height:30px !important;
	background-image:url('../../assets/common/img/ChoixProdBG.png');
	background-color:transparent !important;
	border:0 !important;
}
input#q {
	margin:18px 30px 0 0;
	width:276px !important;
	color:#000000 !important;
	background-color:#FAFAFA !important;
}
input#sa {
	display:none;
}

/**
 * Menu principal
 */
table#MenuPrinc {
	padding:0;
	margin:0 0 5px 0;
	width:990px;
	border-collapse:collapse;
	border-right:1px solid #a4a39e;
	border-left:1px solid #a4a39e;
}
table#MenuPrinc td {
	border:0;
	text-align:center;
	padding:0;
}
table#MenuPrinc td a {
	display:block;
	padding:5px 0px;
	border:1px solid #a4a39e;
	background-color:#EE0823;
	color:#FFFFFF;
	text-decoration:none;
        font-size:12px !important;
}
table#MenuPrinc td a:hover {
	background-color:#b00823;
}
div#submenu {
	width:195px;
	z-index:4;
}
div#submenu a {
	display:block;
	padding:5px 0px 5px 8px;
	border:1px solid #a4a39e;
	background-color:#EE0823;
	color:#FFFFFF;
	text-decoration:none;
	width:180px;
	height:20px;
	font-size:12px;
	white-space:nowrap;
}
div#submenu a:hover {
	background-color:#b00823;
}
