﻿/* ---- FOND d'écran pour POP-UP GENERAL  ---- */
.modalBackground {
	background-color:white;
	filter:alpha(opacity=50);
	opacity:0.7;
}

/* ---- Format POP-UP GENERAL  ---- */
.popUpChoixFormat {
	width: 500px;
	/*background-image:url("Images/Onglet/bgDemo.png");
background-repeat:repeat-x;*/
background-color:Black;
	position: relative;
	top: 3px;
	left: 3px;
	right: 3px;
	font-size: 12px;
	padding:0px;
	margin:0px;
	color:#FFF;
	border-style:solid;
	border-color:Black;
	border-top:3px;
	border-left:3px;
	border-bottom:3px;
	border-right:3px;
}
.popUpChoixFormat .EtiquetteAjouterAupanier{
/*width:113px;*/
padding-right:6px;
padding-left:7px;
color:#fff;
font-size:8pt;
}

.popUpChoixFormat a {
	color: #000;
	text-decoration: none;
}

/* ---- Format EN-TETE POP-UP  ---- */
.popUpChoixFormat .Entete {
height: 30px;
	width: 485px;
	background-color:black;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin:0px;

}
.popUpChoixFormat .Entete .Titre{
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-left: 15px;
	color:white;
	background-color:Transparent;
	
}
.popUpChoixFormat .Entete .Boutons{
	height: 28px;
	float:right;
	text-align:right;
}



/* ---- Format CORPS POP-UP  ---- */
.popUpChoixFormat .Corps {
	width: 480px;
	height: 183px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	background-color:White;
}
.popUpChoixFormat .Corps div {
	/*min-height: 155px;*/
}
.popUpChoixFormat .Corps .Couv {
	 background-color:#f1f1f2;
	min-width: 70px;
	min-height: 125px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:12px;
	padding-right:15px;
	float: left;
	border : solid 2px #525252;
}
.popUpChoixFormat .Corps .Formats{
	float: left;
	margin-left:10px;
	width: 335px;
}
.popUpChoixFormat .Corps .Formats .ItemFormats{
	/*float: left;*/
	min-height:35px;
	width: 325px;
	text-align:right;
	color:#15a0bd;
}
.popUpChoixFormat .Corps .Formats .ItemFormats .OffreFormat span{
	min-height: 22px;
	display:inline-block;
}

.popUpChoixFormat .Corps .Formats .ItemFormats .OffreFormat span.libFormat{
	font-size:14px;
	text-align:right;
	color:#15a0bd;
	text-transform:lowercase;
	width: 90px;
	font-weight:bold;
}
.popUpChoixFormat .Corps .Formats .ItemFormats .OffreFormat span.prixFormat{
	width: 55px;
	font-size:9pt;
	padding-top:5px;
	color:#15a0bd;
	font-weight:bold;

}
.popUpChoixFormat .Corps .Formats .ItemFormats .OffreFormat
{
    float:left;
    height: 20px;    
}


.popUpChoixFormat .Corps .Formats .ItemFormats .LinkAddCart
{
      DISPLAY:inline-block;
           BACKGROUND: url(Images/Boutons/BoutonOn.jpg); MARGIN-TOP: 0px;
        	width:125px;
	height:21px;
         text-align:center;
         text-decoration:none;
         color:White!important;
         padding-top:4px;
	text-align:center;
	font-size:8pt;

}
.popUpChoixFormat .Corps .Formats .ItemFormats .LinkAddCart a{
/*margin-left:-40px;*/
display:inline-block;}
/*.popUpChoixFormat .Corps .Formats .ItemFormats .LinkAddCart:hover 
{
	background-image:url('Images/Boutons/BoutonRollover.jpg');

}*/


/* ---------------- Poursuivre sa commande ou pas  ---------------------------- */

.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat{

     BACKGROUND: url(Images/Boutons/BoutonOn.jpg); MARGIN-TOP: 0px;
	display:inline-block;
	font-size:10px;
	color:black;
	margin-top:0px;
	float:left;
	color:#fff;
	margin-top:0px;
	background-repeat:no-repeat;
	width:125px;
	height:21px;
	padding-top:5px;
	margin-top:25%;
	text-align:center;
	margin-left:30px;
	}
	
	.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat .EtiquetteAjouterAupanier{
	font-size:8pt;

	}
/*.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat A:link
{
    text-decoration:none;

}

.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat A:hover
{
    text-decoration:none;
    /*color:white;
}*/

.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat A:visited
{
    text-decoration:none;
   
}
.popUpChoixFormat .Corps .Formats .LinkPoursuivreAchat A:active
{
    text-decoration:none;
    color:white;
}


/* ---- Format PIED POP-UP  ---- */
.popUpChoixFormat .Pied {
	/*background-image: url('Images/Assets/BandeauPopUpBas.png');
	background-repeat: no-repeat;*/
	  background-color:black;
	height: 20px;
	width: 470px;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin:0px;

}
.popUpChoixFormat .Pied .Plus {
	font-weight: bold;
	text-align: right;
}
.popUpChoixFormat .Pied .Plus a{
color:#fff;
}
 .bewareEbookAddFormat{
 font-size:10pt;
 color:red;
}

