@charset "utf-8";
/* CSS Document */

/*main*/
body {
	background-image:url(../images/fond_page.jpg);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	text-decoration:none;
}

input, textearea {
	outline:none;
}

#container {
	overflow:auto;
}

#content_page {
	width:100%;
}

.btn_retour {
	background:url(../images/bouton_retour_boutique.png) no-repeat;
	width:131px;
	height:29px;
	cursor:pointer;
	float:right;
}

.btn_etape {
	background:url(../images/bouton_etape_suivante.png) no-repeat;
	width:106px;
	height:29px;
	cursor:pointer;
	float:left;	
}

.select .coche {
	background:url(../images/coche_bleue.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/coche_bleue.png", sizingMethod="scale");
}

.coche {
	background:url(../images/coche_inactif.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/coche_inactif.png", sizingMethod="scale");
	width:16px;
	height:16px;
	cursor:pointer;
	margin:0 auto;
}

.produit .photo {
	width:60px;
	height:60px;
	border:#603C1D solid 1px;
	float:left;
}

.produit .photo img {
	width:60px;
	height:60px;
	border:none;
}

/*-----*/

/*header*/
#header #entete, #header #entete .fond {
	height:170px;
}

#header #entete {
	background:url(../images/fond_entete_2.png) repeat-x;
}

#header #entete .fond {
	background:url(../images/entete_alex_olivier.jpg) no-repeat top center;
}

#header #entete .content {
	width:950px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	position:relative;
}

#header #entete .menu {
	width:210px;
	height:115px;
	padding-top:45px;
	left:395px;
	position:absolute;
}

#header #entete .tel {
	background:url(../images/telephone.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/telephone.png", sizingMethod="scale");
	width:172px;
	height:25px;
	margin-bottom:20px;
}

#header #entete .compte {
	background:url(../images/bouton_mon_compte.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_mon_compte.png", sizingMethod="scale");
	width:122px;
	height:24px;
	margin-left:25px;
	margin-bottom:5px;
	cursor:pointer;
}

#header #entete .inscription {
	background:url(../images/inscription_newsletter.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/inscription_newsletter.png", sizingMethod="scale");
	width:185px;
	height:14px;
	margin-left:25px;
	margin-bottom:5px;
	display:block;
}

#header #entete .newsletter {
	width:185px;
	margin-left:25px;
	display:block;
}

#header #entete .intitule {
	color:#d0af8d;
	height:21px;
	padding-top:4px;
	float:left;
}

#header #entete .input {
	height:24px;
	padding-top:1px;
	padding-left:5px;
	float:left;
}

#header #entete input {
	background:url(../images/champs_email_entete.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champs_email_entete.png", sizingMethod="scale");
 	color:#d0af8d;
	width:69px;
	height:17px;
	padding:0 5px;
	overflow:hidden;	
	border:none;
	position:relative;
}

#header #entete .btn_ok {
	background:url(../images/bouton_ok_entete.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_ok_entete.png", sizingMethod="scale");
	width:34px;
	height:25px;
	float:left;
	cursor:pointer;
}

#header #entete .photo {
	background:url(../images/photo_entete-1.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/photo_entete-1.png", sizingMethod="scale");
	width:312px;
	height:246px;
	top:0px;
	left:685px;
	position:absolute;
	/*cursor:pointer;*/
}
/*-----*/

/*navigation*/
#navigation {
	background-image:url(../images/fond_menu_principal.png);
	height:40px;
}

#navigation .content {
	width:910px;
	margin:0 auto;
	overflow:auto;
}

#navigation .content .container {
	width:670px;
}

#navigation .item {
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:9px;
	float:left;
	cursor:pointer;
}

#navigation .item.actif {
	background-image:url(../images/fond_page.jpg);
	border-top:#D0C9AC solid 1px;
	border-left:#D0C9AC solid 1px;
	border-right:#D0C9AC solid 1px;
}

#navigation .logo_chocolats_coeur {
	background:url(../images/logo-chocolat-du-coeur.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo-chocolat-du-coeur.png", sizingMethod="scale");
 	width:171px;
 	height:21px;
 	margin-top:3px;
 	cursor:pointer;
}

#navigation #deconnexion {
	float:right;
}

#navigation a, #navigation .item {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#613518;
}
/*-----*/

/*infos*/
#infos {
	width:920px;
	margin:0 auto 20px auto;
	overflow:auto;
	clear:left;	
}

#infos .alerte_fermeture {
	background:url(../images/alerte_fermeture.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/alerte_fermeture.png", sizingMethod="scale");
 	width:312px;
 	height:121px;
 	float:left;
}

#infos .horaire_ouverture {
	background: url(../images/horaire_ouverture_automne_2011.png) no-repeat;
 	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/horaire_ouverture_automne_2011.png", sizingMethod="scale");
 	width:750px;
 	height:121px;
 	margin-left:85px;
}

#infos .horaire_ouverture .container {
 	width:515px;
 	height:101px;
 	padding:10px 10px 10px 225px;
}

#infos .horaire_ouverture .container div {
	text-align:center;
}

#infos .horaire_ouverture .texte {
	font-size:11px;
	*font-size:10px;
}

.conges_ete {
	background:#FFF;
 	height:30px;
 	padding:20px;
 	margin-left:5px;
 	font-size:13px;
 	color:#950101;
}
/*-----*/

/*content*/
#content {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#container {
	width:930px;
	background-color:#FFFFFF;
	border:#D0C9AC solid 1px;
	padding:10px;
	overflow:hidden;
}
/*-----*/

/*footer*/
#footer {
	width:900px;
	margin:20px auto;
	text-align:center;
}

#footer a{
	color:#0096FF;
}
/*-----*/

/*adresse*/
.adresses {
	background-color:#F5F1E0;
	color:#636363;
	font-size:12px;	
	border:#D0C9AC solid 1px;
	padding:10px;
}

.adresses .container {
	width:245px;
	float:left;
	overflow-y:auto;
	padding:2px;
	border:#F5F1E0 solid 1px;		
}

.adresses .select .container {
	background-color:#FFFFFF;
	border:#A6C7CB solid 1px;	
}

.adresses .content {
	overflow-y:auto;
	height:100%;	
	padding:5px;
}

.adresses .select .content {
	background-color:#96D8E8;
}

.adresses .titre {
	margin-bottom:20px;
	overflow:hidden;	
}

.adresses .texte {
	color:#000000;
	margin-bottom:10px;	
}

.adresses .adresse {
	margin-bottom:10px;	
	overflow:auto;	
	clear:left;
}

.adresses .adresse .coche {
	float:left;
}

.adresses .adresse .detail {
	padding-left:24px;
	width:195px;
	float:left;
}

.adresses .adresse .btn {
	float:right;
	width:93px;
}

.adresses .adresse .btn_modifier {
	background:url(../images/bouton_modifier_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_modifier_adresse.png", sizingMethod="scale");
	width:69px;
	height:24px;
	cursor:pointer;
	float:left;
}

.adresses .adresse .btn_supprimer {
	background:url(../images/bouton_suppr_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_suppr_adresse.png", sizingMethod="scale");
	width:24px;
	height:24px;
	cursor:pointer;
	float:left;
}

.adresses .btn_ajouter {
	background:url(../images/bouton_ajouter_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_ajouter_adresse.png", sizingMethod="scale");
	width:131px;
	height:29px;
	cursor:pointer;
	margin:20px auto 0 auto;
	clear:left;
}
/*-----*/

/*overlay produit*/
#produit_overlay {
	width:680px;
	height:450px;
	background-image:url(../images/fond_produit_min.jpg);
	display:none;
}

#produit_overlay .close {
	background:url(../images/bouton_fermer_popup.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_fermer_popup.png", sizingMethod="scale");	
	width:60px;
	height:23px;
    position:absolute; 
    right:-10px; 
    top:-10px;
	cursor:pointer;
	z-index:1000;
}

#produit_overlay .detail {
	width:680px;
	height:450px;
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
	border:1px solid #323232;
}

#produit_overlay .detail .photo {
	width:449px;
	height:100%;
	border-right:1px solid #7CAAB4;
	float:left;
	position:relative;
}

#produit_overlay .detail .photo img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#produit_overlay .detail .photo img.active {
    z-index:10;
}

#produit_overlay .detail .photo img.last-active {
    z-index:9;
}

#produit_overlay .detail .animate {
	width:460px;
	height:100%;
	left:450px;
	position:absolute;
	float:left;
	z-index:11;
}

#produit_overlay .detail .description, #produit_overlay .detail div.infos {
	width:230px;
	height:100%;
	background:url(../images/fond_info_produit_detail.jpg);
	float:left;
}

#produit_overlay .detail .intitule {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFFFFF;
	margin:10px;
}

#produit_overlay .detail .slogan, #produit_overlay .detail .descriptif, #produit_overlay .detail .commentaire, #produit_overlay .detail .allergenes, #produit_overlay .detail .ingredients, #produit_overlay .detail .etiquettes, #produit_overlay .detail .erreur {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#342D2A;
	margin:10px;
}

#produit_overlay .detail .descriptif, #produit_overlay .detail .allergenes, #produit_overlay .detail .ingredients, #produit_overlay .detail .etiquettes, #produit_overlay .detail .erreur {
	font-size:11px;
	line-height:13px;
}

#produit_overlay .detail .erreur {
	color:#FF0000;
	display:none;
}

#produit_overlay .detail .commentaire {
	background-color:#8DAA10;
	color:#FFFFFF;
	font-size:13px;
	padding:10px;
	margin:0px;
}

#produit_overlay .detail .infos .etiquettes div{
	clear:left;
}

#produit_overlay .detail .infos .etiquettes img{
	float:left;
	margin:0 5px 5px 0;
}

#produit_overlay .detail .bouton_infos {
	height:22px;
	margin:10px;
}

#produit_overlay .detail .bouton_infos .fond_plus {
	background:url(../images/bouton_plus_infos.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_plus_infos.png", sizingMethod="scale");
	width:84px;
	height:22px;
	float:right;	
	cursor:pointer;
}

#produit_overlay .detail .bouton_infos .fond_moins {
	background:url(../images/bouton_moins_infos.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_moins_infos.png", sizingMethod="scale");
	width:93px;
	height:22px;
	float:right;
	cursor:pointer;	
}

#produit_overlay .detail .separateur {
	background:url(../images/separateur_h_detail_produit.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/separateur_h_detail_produit.png", sizingMethod="scale");
	height:3px;
	overflow:hidden;
}

#produit_overlay .detail .tarif {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#113D65;
	margin:5px 10px;	
}

#produit_overlay .detail .tarif .info {
	font-size:12px;
}

#produit_overlay .detail .tarif .poids {
	font-size:13px;
	color:#FFFFFF;
}

#produit_overlay .detail .panier {
	margin:10px;
	overflow:auto;
}

#produit_overlay .detail .panier .quantite {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#086985;
	padding-top:2px;
	float:left;
}

#produit_overlay .detail .panier .quantite  input {
	background:url(../images/champ_quantite.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champ_quantite.png", sizingMethod="scale");
	width:29px;
	height:21px;
	border:none;
	outline:none;
	padding:3px 3px 0px 3px;
}

#produit_overlay .detail .panier .bouton_ajouter {
	background:url(../images/bouton_ajouter_panier.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_ajouter_panier.png", sizingMethod="scale");
	width:115px;
	height:29px;
	float:right;
	cursor:pointer;
}
/*-----*/

/*overlay adresse*/
#adresse_overlay {
	width:680px;
	height:400px;
	color:#636363;
	font-size:12px;	
	background-image:url(../images/fond_blanc.jpg);
	display:none;
}

#adresse_overlay .header {
	height:60px;
	line-height:60px;
}

#adresse_overlay .header .titre_nouveau, #adresse_overlay .header .titre_modifier {
	height:15px;
	margin:22px 20px 0 20px;
	overflow:hidden;
	float:left;
}

#adresse_overlay .header .titre_nouveau {
	background:url(../images/nouvelle_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nouvelle_adresse.png", sizingMethod="scale");
	width:202px;
}

#adresse_overlay .header .titre_modifier {
	background:url(../images/modifier_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/modifier_adresse.png", sizingMethod="scale");
	width:209px;
}

#adresse_overlay .middle {
	background:url(../images/fond_popup_beige.jpg);
	height:240px;
	padding:20px 0;
}

#adresse_overlay .middle .content_left, #adresse_overlay .middle .content_right {
	width:330px;
	padding-left:10px;
	float:left;
}

#adresse_overlay select {
	background:url(../images/champs_blanc_milieu.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champs_blanc_milieu.png", sizingMethod="scale");
	margin-right:5px;
	overflow:hidden;
	float:left;	
}

#adresse_overlay .intitule {
	width:70px;
	height:24px;
	line-height:24px;
	padding:5px 0;
	text-align:right;
}

#adresse_overlay .middle .content_right .intitule {
	width:110px;
}

#adresse_overlay .input {
	padding:5px 5px;
	height:24px;
	clear:left;
}

#adresse_overlay input {
	background:url(../images/champs_blanc_milieu.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champs_blanc_milieu.png", sizingMethod="scale");
	height:20px;
	color:#636363;
	font-size:12px;		
	border:none;
	outline:none;
	display:block;
	padding-top:3px;
	margin:0;
	overflow:hidden;	
	float:left;
}

#adresse_overlay .input_left {
	background:url(../images/champs_blanc_debut.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champs_blanc_debut.png", sizingMethod="scale");
	width:5px;
	height:24px;
	overflow:hidden;	
	float:left;		
}

#adresse_overlay .input_right {
	background:url(../images/champs_blanc_fin.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/champs_blanc_fin.png", sizingMethod="scale");
	width:5px;
	height:24px;
	padding:0;	
	overflow:hidden;		
	float:left;
}

#adresse_overlay .middle .left {
	float:left;
}

#adresse_overlay .middle .right {
	float:left;
}

#adresse_overlay .footer {
	height:30px;
	padding:15px 0;
	clear:left;
}

#adresse_overlay .btn_ajouter, #adresse_overlay .btn_valider {
	height:29px;
	cursor:pointer;
	margin:0 auto;
}

#adresse_overlay  .btn_ajouter {
	background:url(../images/bouton_ajouter_cette_adresse.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_ajouter_cette_adresse.png", sizingMethod="scale");
	width:131px;

}

#adresse_overlay .btn_valider {
	background:url(../images/bouton_valider.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_valider.png", sizingMethod="scale");
	width:60px;
}

#adresse_overlay .close {
	background:url(../images/bouton_fermer_popup.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_fermer_popup.png", sizingMethod="scale");	
	width:60px;
	height:23px;
    position:absolute; 
    right:-10px; 
    top:-10px;
	cursor:pointer;
	z-index:1000;
}
/*-----*/

/*overlay connexion*/
#connexion_overlay {
	width:450px;
	height:410px;
	color:#636363;
	font-size:12px;	
	background:url(../images/fond_blanc_connexion.jpg);
	display:none;
}

#connexion_overlay #forget {
	display:none;
}

#connexion_overlay #send {
	display:none;
}

#connexion_overlay .detail {
	position:relative;
	height:270px;
	background-color:#FFFFFF;
	/*overflow:hidden;*/
}

#connexion_overlay .header {
	height:40px;
	padding:22px 20px 0 20px;
}

#connexion_overlay .header .titre {
	background:url(../images/mon_compte_client.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/mon_compte_client.png", sizingMethod="scale");
	width:209px;
	height:15px;
	overflow:hidden;
	float:left;
}

#connexion_overlay .header .btn_new_client {
	background:url(../images/bouton_nouveau_client.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_nouveau_client.png", sizingMethod="scale");
}

#connexion_overlay .header .btn_client {
	background:url(../images/bouton_deja_client.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_deja_client.png", sizingMethod="scale");
}

#connexion_overlay .header .btn_new_client, #connexion_overlay .header .btn_client {
	width:154px;
	height:29px;
	overflow:hidden;
	float:right;
	cursor:pointer;
}

#connexion_overlay .middle {
	background:url(../images/fond_popup_beige.jpg);
	height:125px;
	padding-top:30px;
	overflow:hidden;
}

#connexion_overlay .middle .password {
	background:url(../images/bouton_password_oublie.png) no-repeat;
	width:123px;
	height:20px;
	overflow:hidden;
	cursor:pointer;	
}

#connexion_overlay .middle .texte {
	height:30px;
	color:#000000;
	padding:0 30px 30px 30px;
}

#connexion_overlay .middle .content_left, #connexion_overlay .middle .content_right {
	width:190px;
	padding-left:10px;
	float:left;
}

#connexion_overlay .middle .content_right {
	width:240px;
}

#connexion_overlay .middle .content {
	width:290px;
	margin:0 auto;
	overflow:auto;
}

#connexion_overlay select {
	background:url(../images/champs_blanc_milieu.png) repeat-x;
	margin-right:5px;
	overflow:hidden;
	float:left;	
}
#connexion_overlay .saut {
	height:5px;
}

#connexion_overlay .intitule {
	width:50px;
	height:24px;
	line-height:24px;
	padding:5px 0;
	text-align:right;
	clear:left;
}

#connexion_overlay .middle .content_right .intitule {
	width:80px;
}

#connexion_overlay .input {
	padding:5px;
	height:24px;
	clear:left;
}

#connexion_overlay input {
	background:url(../images/champs_blanc_milieu.png) repeat-x;
	height:20px;
	color:#636363;
	font-size:12px;		
	border:none;
	outline:none;
	display:block;
	padding-top:3px;
	margin:0;
	overflow:hidden;	
	float:left;
}

#connexion_overlay .input_left {
	background:url(../images/champs_blanc_debut.png) repeat-x;
	width:5px;
	height:24px;
	overflow:hidden;	
	float:left;		
}

#connexion_overlay .input_right {
	background:url(../images/champs_blanc_fin.png) repeat-x;
	width:5px;
	height:24px;
	padding:0;	
	overflow:hidden;		
	float:left;
}

#connexion_overlay .checkbox {
 	float:right;
 	background:none;
}

#connexion_overlay .middle .left {
	float:left;
}

#connexion_overlay .middle .right {
	float:left;
}

#connexion_overlay .footer {
	height:30px;
	padding:15px 0;
	clear:left;
}

#connexion_overlay  .btn_poursuivre {
	background:url(../images/bouton_poursuivre.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_poursuivre.png", sizingMethod="scale");
	width:82px;
	height:29px;
	cursor:pointer;
	margin:0 auto;
}

#connexion_overlay .close {
	background:url(../images/bouton_fermer_popup.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bouton_fermer_popup.png", sizingMethod="scale");	
	width:60px;
	height:23px;
    position:absolute; 
    right:-10px; 
    top:-10px;
	cursor:pointer;
	z-index:1000;
}
/*-----*/

/*panier*/
#commande {
	overflow:auto;
}

#recap {
	width:452px;
	background-color:#F5F1E0;
	border:#D0C9AC solid 1px;
	color:#636363;
	font-size:12px;
	float:left;
}

#recap .container {
	padding:20px 33px;
	height:100%;
}

#recap .saut {
	background:url(../images/separateur_recap_panier.png) repeat-x !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/separateur_recap_panier.png", sizingMethod="scale");
	height:3px;
	overflow:hidden;	
}

#recap .produit, #recap #carte, #recap #fdp, #recap #montant, #recap #montant #total, #recap #montant #tva {
	overflow:auto;
	clear:left;
}

#recap .titre_panier {
	background:url(../images/mon_panier.png) no-repeat !important;
 	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/mon_panier.png", sizingMethod="scale");
	width:126px;
	height:17px;
}

#recap .produit {
	margin-top:20px;
	overflow:hidden;
}

#recap .select {
	width:60px;
	height:16px;
	float:left;
}

#recap .photo {
	width:60px;
	height:60px;
	border:#603C1D solid 1px;
	float:left;
}

#recap .detail {
	width:217px;
	padding:0 15px;
	float:left;
}

#recap .produit .detail .intitule {
	color:#636363;
	height:38px;
}

#recap #montant #total .tarif, #recap #montant #total .intitule {
	font-size:17px;
}

#recap #montant #total .intitule {
	font-family:"Times New Roman", Times, serif;
}

#recap .detail .intitule {
	color:#636363;
}

#recap .detail .bas {
	height:24px;
}

#recap .detail .quantite  input {
	background:url(../images/champs_quantite_panier.png) no-repeat;
	width:29px;
	height:21px;
	border:none;
	outline:none;
	padding:3px 3px 0px 3px;
	float:left;
}

#recap .detail .supprimer {
	width:15px;
	height:15px;
	background:url(../images/bouton_suppression_panier.png) no-repeat;
	margin:3px 15px;
	float:left;
	cursor:pointer;
}

#recap .tarif {
	width:77px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	text-align:right;
	float:left;
}

#recap #montant #tva .tarif {
	color:#636363;
}

/*-----*/

/*formulaire*/
.erreurformg, .erreurformd, .erreurformh {
  	position:absolute;
}

.erreurformg div, .erreurformd div, .erreurformh div {
  	width:165px;
  	height:30px;
  	line-height:30px;
  	display:none;
  	color:#FFFFFF;
  	font-size:11px;
  	position:absolute;
}

.erreurformh div {
  	width:160px;
  	height:42px;
  	line-height:15px;  	
}

.erreurformg div {
  	background:url(../images/bulle_erreur_formulaire_gauche.png) no-repeat !important;
  	background:none;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bulle_erreur_formulaire_gauche.png', sizingMethod='scale');
  	padding:2px 14px 2px 11px;
}

.erreurformd div {
  	background:url(../images/bulle_erreur_formulaire_droite.png) no-repeat !important;
  	background:none;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bulle_erreur_formulaire_droite.png', sizingMethod='scale');
  	padding:2px 11px 2px 14px;
}

.erreurformh div {
  	background:url(../images/bulle_erreur_formulaire_haut.png) no-repeat !important;
  	background:none;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bulle_erreur_formulaire_haut.png', sizingMethod='scale');
  	padding:10px;
}

/*-----*/

/*cgv*/
.cgv {
	cursor:pointer;
}
/*---*/

#bloc_confirmation {
	background-color: #f5e0e0;
    border: 1px solid #d0acac;
    font-size: 12px;
    padding: 10px;
    margin-top: 15px;
}

#bloc_confirmation span {
	text-decoration: underline;
	cursor: pointer;
}

#new_connexion {
	display: none;
}
