
a img{border:none;}


div#fiche_popup{
	width:450px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #000;
	border-bottom:2px solid #000;
	font-family:Arial;
	background-color:#fff;
	text-align:left;
	color:#555;
}


div#fiche_popup p.fiche_ligne_fermer{
	margin:4px 10px;
	text-align:right;
	font-size:11px;
	/*background-color:pink;*/
}

div#fiche_popup p.fiche_ligne_fermer a{
	text-decoration:none;
	color:#555;
}

div#fiche_popup p.fiche_ligne_fermer a img{
	border:none;
	vertical-align:top;
	
}

div#fiche_popup h3.fiche_titre{
	margin:0 12px !important;
	font-size:14px;
	/*background-color:green;*/
	color:#555;
}



div#fiche_popup table td.fiche_col_gauche{

}

div#fiche_popup td.fiche_col_gauche p{
	margin:0;
	background-color:#fff;
	padding:0 5px;
}
div#fiche_popup table td.fiche_col_gauche p img{
	border:1px solid #999;
	width:280px;
	}

div#fiche_popup table td.fiche_col_gauche p.fiche_descriptif{
	clear:both;
	font-size:11px;
	margin:0;
	width:280px;
	
}	


/* ---------  */
/*  droite    */
/* ---------  */

div#fiche_popup table td.fiche_col_droite{
	width:135px;
	text-align:left;
	padding:0;
}	

/* la ligne des miniatures */

div#fiche_popup table td.fiche_col_droite p.ligne_miniatures{
	background-color:#fff;
	margin:0;
	margin-bottom:5px;
	overflow:hidden;
	height:42px;
}

div#fiche_popup table td.fiche_col_droite p.ligne_miniatures span.pave_image{
	display:block;
	float:left;
	width:40px;
	height:40px;
	border:1px solid #999;
	margin-left:4px;
	overflow:hidden;
}

div#fiche_popup table td.fiche_col_droite  p.ligne_miniatures span.premier{
	margin-left:0 !important;
}

div#fiche_popup table td.fiche_col_droite  p.ligne_miniatures a img{
	border:none;
	display:block;
}



/* la ligne du formulaire */


div#fiche_popup table td.fiche_col_droite form{
	padding:6px;
	margin:0;
	font-size:10px;
	/*border:1px solid pink;*/
}




div#fiche_popup table td.fiche_col_droite form select{
	font-size:10px;
	}


div#fiche_popup table.table_femme td.colored{
	background-color:#e3db49;
	color:#555;
}

div#fiche_popup table.table_homme td.colored{
	background-color:#658691;
	color:#fff;
}




div#fiche_popup table td.fiche_col_droite  form p.titre{
	font-size:10px;
	margin:2px 0;
}		

div#fiche_popup td.fiche_col_droite form p.menu{	
	margin:5px 0;
	height:32px;
	position:relative;
	left:0;
}


/* texte guide */

div#fiche_popup table td.fiche_col_droite a.guide{

	font-size:10px;
	text-decoration:underline;
}


div#fiche_popup table.table_femme td.fiche_col_droite a.guide{
	color:#555;
}

div#fiche_popup table.table_homme td.fiche_col_droite a.guide{
	color:#fff;
}


div#fiche_popup table td.fiche_col_droiteform label{
	font-size:10px;
}	



div#fiche_popup table td.fiche_col_droite form p.fiche_old_prix{
	font-size:12px;
	text-align:right;
	margin:3px 0;
}

div#fiche_popup table td.fiche_col_droite form  p.fiche_remise{
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin:3px 0;
}

div#fiche_popup table td.fiche_col_droite form  p.fiche_remise.femme{
	color:#c06;
}

div#fiche_popup table td.fiche_col_droite form  p.fiche_remise.homme{
	color:#e3db49;
}


div#fiche_popup table td.fiche_col_droite form p.fiche_prix_courant{
	margin:6px 0;
	padding:6px;
	color:#c06;
	background-color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin:0;
	/*border:1px dotted red;*/
}

/* l'image bouton */

div#fiche_popup table td.fiche_col_droite p.bouton img{
	border:none;
	display:block;
}


/* bulle d'aide */

div#contenuaide{
	position:absolute;
	top:0;
	left:0;
	display:none;
}



div#bulledaide{
	background-color:#fff;
	
	
	border-top:1px solid #000;
	border-left:1px solid #444;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	/*overflow:hidden;*/ /*must have  */
	width:auto;
	z-index:10000;
}


#bulledaide img#fleche{
	position:absolute;
	left:270px;
	top:-15px;
	
	
}

p#contenu_bulle{
	margin:0;
}

#contenu_bulle img{	
	margin:2px;
	display:block;
}


#bulledaide iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}



/* la popup de confirmation */

div#fiche_popup.bordure_confirmation{
	border:2px solid #000 !important;
}

#fiche_popup div#zone_haute{
	background-image:url(../images/fleur.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:60px;
	width:100%;
	
	
	
}

#fiche_popup div#zone_haute h4.confirm_titre{
	margin:0;
	margin-left:130px;
	color:#444;
	font-size:11px;
	letter-spacing:1px;
	line-height:1.5em;
	font-weight:normal;
	text-align:left;
	
}


#fiche_popup div#zone_mediane{
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}


#fiche_popup div#zone_mediane table#confirm_table{
	background-color:#f4f1b6;
}


#fiche_popup table#confirm_table td table td{
		color:#444;
		font-size:11px;
		padding:3px;
}

#fiche_popup table#confirm_table td table td.adroite{
		text-align:right;
}

/* couleur designation */

#fiche_popup table#confirm_table table td.designation{
		color:#cc0066;	
		font-size:12px;
}


#fiche_popup table#confirm_table td table td.valeurs{
		color:#000;
		padding-left:12px;
		font-weight:bold;
}



#fiche_popup table#confirm_table table td.recap_prix{
	background-color:#f1f1f1;
	padding:10px;
}


#fiche_popup table#confirm_table td table td span.reference{
		color:silver;
		font-weight:normal;
}

#fiche_popup table#confirm_table td p.confirm_prix_barre{
	margin:0;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin-right:6px;
}

#fiche_popup table#confirm_table td p.confirm_remise{
	color:#ff007e;
	margin:8px 0;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:2px;
	margin-right:6px;
}



#fiche_popup table#confirm_table td p.confirm_prix{
color:#ff007e;
font-weight:bold;
font-size:12px;
text-align:right;
margin:4px 6px;
padding:2px;
background-color:#fff;
}




#fiche_popup div#zone_basse{
	background-image:url(../images/motif-fond-vert.gif);
	text-align:right;
	padding-right:30px;
	min-height:70px;
}


#fiche_popup div#zone_basse a img{
	margin:0;
	border:none;
	}
