/* CSS Document */
/******styles d'ordre general********/
/*body{
background:url(../images/BodyBB.png) repeat-x;
/*background-color:black;*/
/*margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}*/

/*****FINS ordre general*****/
/****Styles pour la structuration********/
/*
#container{/* Containeur = corps de la page, il englobe l'entête(header), la page principale (contenu)et le pied de page(footer)*/
/*position: relative;
width:1100px; /*Largeur du container*/ 
/*height:1700px; /*Hauteur du container*/
/*margin-left:11%; /*Marge en % à partir de laquelle l'affichage apparaitra*/
/*}*/


/*#contenu{
width:1100px;
height:1500px;
}
*/

#ContenuMain{
width:850px;
height:1200px;
background:url(../images/commun/bord-basblanc.gif) no-repeat bottom;
position: relative;
float: left;
z-index:3;
}

/**Fiche Produit2**/

#PopSupprimer{
width:380px;
top:200px;
background-color:#FFFFFF;
height:auto;
float:left;
z-index:1600;
}

#Produit{
position:relative;
border:2px solid #2B5767;
width:149px;
height:149px;
margin-top:9px;
left:10px;
float:left;
z-index:3;

}

#Fermer{
position:relative;
width:200px;
color:#2B5767;
height:8px;
font-family:Verdana;
font-size:10px;
float:right;
top:10px;
right:10px;
text-align:right;
margin-bottom:30px;
z-index:2;
}

#Fermer a{
color:#2B5767;
text-decoration:none;
}

#Fermer a:hover{
color:#2B5767;
text-decoration:none;
}

#TexteGros{
position:relative;
float:left;
width:200px;
color:#2B5767;
font-family:Verdana;
font-size:16px;
margin-left:20px;
font-weight:bold;
z-index:2;
margin-top:-4px;
}

#Bandeau{
position:relative;
background:#86B6BD;
width:380px;
height:50px;
margin-top:-60px;
float:left;
z-index:2;
}

#Bandeau .Txt{
position:relative;
width:145px;
height:auto;
color:#2B5767;
font-family:Verdana;
font-size:12px;
margin-top:4px;
margin-left:170px;
font-weight:bold;

}

#ContinuerAchats{
position:relative;
width:126px;
height:23px;
float:left;
padding-top:20px;
padding-left:25px;
padding-bottom:20px;
z-index:2;
}

#TerminerCmd{
position:relative;
width:126px;
height:23px;
float:left;
padding-top:20px;
padding-left:28px;
padding-bottom:20px;
z-index:2;
}