/*****************************************************************************/
/* Style de la popup - 23/08/2006
/*****************************************************************************/

#popup {
	position: absolute;
	left: -1000px;
	top: -1000px;
	background-color: #d8dbe3;
	border: 1px solid #0f479c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	display: none;
	overflow: visible;
}

.popup_ajustement{
	background-image: url(../imgs_cat/fond_ro_modele.gif);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0px 0px 0px 0x;
}
.popup_marque {
	height: 18px;
	padding: 3px 0px 0px 5px;
	background-image: url(../imgs_cat/fond_ro_marque.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.popup_modele {
	width: 150px;
	height: 18px;
	padding: 3px 0px 0px 5px;
	background-image: url(../imgs_cat/fond_ro_modele.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.popup_ligne {
	float: left;
	padding: 0px 0px 10px 5px;
}
.popup_tableau {
	
	width: 370px;
	border-top: 6px inset #9db0da;
	border-right: 6px inset #9db0da;
}
.popup_tableau th {
	padding: 0px 3px 0px 3px;
	border: 1px solid #0f479c;
	text-align: left;
	height : 26px;
	background-image: url(../imgs_cat/fond_ro_modele2.gif);
	background-position: top;
	background-repeat: repeat-x;	
	background-color: #8690ba;
	
}
.popup_tableau td {
	width: 100px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #0f479c;
	background-color: #FFFFFF;
	text-align: left;
}

.popup_tableau .promo {
	width: 100px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #0f479c;
	border-top: 0px solid #0f479c;
	background-color: #FFFFFF;
	text-align: left;
}
.popup_tableau .new {
	width: 100px;
	padding: 1px 3px 1px 3px;
	border: 1px solid #0f479c;
	border-bottom: 0px solid #0f479c;
	background-color: #FFFFFF;
	text-align: left;
}

/*****************************************************************************/
/* Autres styles
/*****************************************************************************/

.prixp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0f479c;
	text-indent: 5pt;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8dbe3;
	border-bottom-color: #d8dbe3;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0f479c;
	text-indent: 5pt;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8dbe3;
	border-bottom-width: 2px;
	border-bottom-color: #d8dbe3;
	background-color: #d8dbe3;
	height: 15px;
}
.lignevide {
	height: 5px;
}
.mini_fiche {
	width: 80px;
	padding-top: 20px;
	display: block;
	background-image: url(../imgs_cat/trait_info2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 85px;
}

.mini_fiche_best_of {
	width: 80px;
	padding-top: 20px;
	display: block;
	height: 85px;
}

.info_marque{
	font-weight:normal;
	padding: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #C32525;
	}
.info_modele{
	padding-bottom: 10px;
	padding: 0px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #C32525;
	font-style: normal;
}
.info_bandeau{
	padding-right: 0px;
	margin-left: 3px;
}
.info_bandeau2{
	padding-right: 0px;
	margin-left: 2px;
}
.info_commande {
	margin-left: 5px;
}
.tablecase {
	position: relative;
	left: 50%;
}

