/****************** Structure globale du site ******************/
/*Tous les élements généraux ont été définis relativement au conteneur lcmCenter afin de ne pas modifier les styles des codes retailers qui l'entourent*/

/*ELEMENTS GENERAUX*/
html { overflow:auto;}
td #lcmCenter
{
position:relative;
display:block;
height:600px;
width:750px;
}
#lcmCenter {
	background: url(/img/_es/_es/nav/gradient.jpg) repeat-x; 
}
#lcmCenter *{
	font-family: Arial,Verdana;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#lcmCenter img.png{
behavior: url("/_es/_es/js/png.htc");
}
#lcmCenter img, #lcmCenter form{
	border: 0;
}
.lcmbody, #lcmCenter div, #ifredirectlayer{
	scrollbar-3dlight-color:#ABABAB;
	scrollbar-arrow-color:#4E5761;/*#A8305D;*/
	scrollbar-track-color:#F4F5F6;/*#E7EAEC;*/
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#EAEDEE;
	scrollbar-highlight-color:#EAEDEE;
	scrollbar-shadow-color:#303740;/*#ABABAB;*/
}
#lcmCenter li{
	list-style-type: none;
}
#lcmCenter a{
	text-decoration: none;
	color:Black;
}
#lcmCenter a:hover{
	text-decoration: underline;
	color:Black;
}


/*CLASSES COMMUNES */
.clearboth{
	clear:both;
	visibility:hidden;
	height:1px;
	display: block;
}
.invisible{
	display: none;
}
#lcmCenter .filet{
	border-bottom: 1px solid #ABABAB;
	padding-bottom:15px;
	margin-bottom: 20px;
}
#lcmCenter .sepblanc{
	border-bottom: 1px solid white;
}

/** STRUCTURE **/

/*  Bloc contenant le logo et le bloc de recherche  */
#lcmEntete{
	width:750px;
	height:87px;
}
#lcmEntete #lcmLogo, #lcmEntete #lcmTopLinks{
	float:left;
	height:87px;
	width:22%
}

/*  Bloc définissant le "corps" de la page  */
#lcmContent{
	width:750px;
	height:480px;
}

/*  Partie de gauche dans le "corps" de la page  */
#lcmContent #lcmLeft{
	height:480px;
	background-color:white;
}
#lcmContent #lcmLeft #lcmNav{
	height:22px;
	background-color:#4E5761;
}
#lcmContent #lcmLeft #lcmNav a{
	color:white;
}
#lcmContent #lcmLeft #lcmNav a:hover{
	color:white;
	text-decoration:none;
}

/*  Bloc définissant la barre de navigation du bas  */
#lcmCenter #lcmFooter{
	/*clear:both;*/
	width:750px;
	height:15px;
	font-size:10px;
	line-height:15px;
	text-align:right;
	color:white;
	background-color:#4E5761;
}
#lcmCenter #lcmFooter a{
	color:white;
	font-size:10px;
	font-weight: bold;
}
#lcmCenter #lcmFooter a:hover{
	color:white;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
}
#lcmCenter #lcmLegal{
	width:750px;
	line-height:13px;
	font-size:10px;
	font-weight: bold;
	text-align:right;
	color:white;
}
#lcmCenter #lcmLegal a{
	font-size:10px;
	font-weight: bold;
}
#lcmCenter #lcmLegal a:hover{
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
}
#lcmFooter ul{
	line-height:15px;
}
#lcmFooter ul li{
	display: inline;
	list-style-type: none;
	line-height:15px;
}
#lcmErrorMsg{
	position:absolute;
	top:70px;
	left:760px;
	color:red;
	font-weight:bold;
	display:none;
}

/** open windows favoris et review **/
#redirectlayer .design{
	border:1px solid white;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:5000;
}
#redirectlayer .design #tableEntete{
	height:15px;
}
#redirectlayer .gamme{
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid gray;
	border-left:1px solid gray;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:5000;
}
#redirectlayer .gamme #tableEntete{
	height:25px;
}
#redirectlayer{
	border:1px solid black;
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:5000;
}

/** elements pour colonnes de gauche **/
.menugauche li{
	margin:1px 0;
	padding:1px 0;
	line-height:14px;
}

/*  Partie de droite dans le "corps" de la page  */
#lcmCenter #lcmRightMenu h2, #lcmCenter #zoneComplementaire h2{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#lcmCenter #lcmRightMenu li{
	margin-bottom: 5px;
}
#lcmCenter #lcmRightMenu li li{
	background: none;
	padding-left: 0;
}
#lcmCenter #lcmRightMenu li a{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

/** relatif à la présentation de la bulle **/

.biTitreBulle{
	font-family: Arial,Verdana;
	font-size:10px;
	text-transform:upperCase;
	font-weight:bold;
	background-color:#4E5761;
	color:white;
	padding:3px;
}
.biMsgBulle{
	font-family: Arial,Verdana;
	font-size:10px;
	font-weight: bold;
	background-color:#4E5761;
	color:white;
}