/* Fenêtre modale ouverte lors de l'ajout d'un article au panier */
#MB_window {
	top:320px !important; /* Positionnement vertical par rapport au haut de la page*/
	background:none;
	padding:0;
	margin:0;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}
#MB_content { 
	background: none;
	border:none;
	width:400px; /* Largeur de la fenêtre */
	padding:0;
	margin:0;
}
#MB_header {
	display:none;
}


/* table - Tableau en entier */
.mb-fenetre
{
	width:400px;
	background:#fff;
	border:1px solid #666;
}

/* td - Titre (Vous venez d'ajouter...) */
.mb-titre
{
	color:#666;
	font-weight:bold;
}

/* td - Image de l'article ajouté */
.mb-image
{
	border:1px solid #ccc;
	border-right:none;
}

/* td - Détail de l'article (nom, référence, marque, options) */
.mb-detail
{
	background-color:#F2F2F2;
	border-top:#ccc 1px solid;
	border-bottom:1px solid #ccc;
}

/* td - Prix */
.mb-prix
{
	border:1px solid #ccc;
	border-left:none;
	text-align:center;
}

/* td - boutons */
.mb-boutons
{
	text-align:right;
}








































#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	overflow: auto;
}

#MB_caption {
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	text-indent: -10000px;
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}