/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; 
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter:alpha(opacity=70);
}


/* CONSTRUCTION Container */
#simplemodal-container {height: 420px; width:600px; color:#000000; background-color:#FFFFFF; border:4px solid #444; padding:12px; border-radius: 10px; border: 2px solid #027AC6;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#027AC6;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}


/* MSG TOP */
.simplemodal_top{font-family: Arial;color:#4F5151;font-size: 20px;font-weight: bold;font-style:italic;text-align: center;}
hr2{height:1px;display:block;margin-top: 7px;padding: 0;border: none;background: #AFB6B5;}

/* MSG TITRE NODE */
.simplemodal_titre{font-size: 18px;line-height: 22px;margin-bottom: 1em;color: #027AC6;}

/*  CONTENT SIMPLEMODAL  */
.simplemodal_teaser{width: 580px;overflow: hidden; margin-top: 30px;}
.simplemodal_teaser_right{float: right; width: 335px; text-align: left;}
.simplemodal_teaser_right_1{}
.simplemodal_teaser_right_2{height: 200px; overflow: auto;}
	.simplemodal_teaser_right_2 #resume-product {padding-left: 0;}
	.simplemodal_teaser_right_2 .conteneur {width: auto;}
.simplemodal_teaser_left{float: left; width: 225px;}

/*  DIV BOUTONS BAS*/
.simplemodal_button{width: 580px; overflow: hidden; margin-top: 20px; position: absolute; bottom: 2em; left: 0;}
.simplemodal_button_right{float: right; width: 280px; margin-top: 1px;}
.simplemodal_button_left{float: left; width: 280px;}

/*.simplemodal_button_right_img{background: url(/uploads/images/bouton-achat-sprite.png)  0 -258px  no-repeat;display: block;background-size: 420px 345px; width: 200px;height: 41px;margin: 0 0 0 0.5em;border: 0;cursor: pointer;text-indent: -999em;}*/
.simplemodal_button_right_img{background: url(/uploads/images/bouton-achat-sprite.png) 0 -334px  no-repeat;display: block;height: 41px;width: 240px;text-align: left;text-indent: -999em;}
.simplemodal_button_right_img-us {background: url(/uploads/images/bouton-achat-sprite.png) -240px -333px  no-repeat;display: block;height: 41px;width: 240px;text-align: left;text-indent: -999em;}

.simplemodal_button_left_img{background: url(/uploads/images/bouton-checkout-sprite.png) no-repeat 0 0;display: block;height: 41px;width: 183px;text-align: left;text-indent: -999em;float:right;}
.simplemodal_button_left_img-us{background: url(/uploads/images/bouton-checkout-sprite.png) no-repeat -290px 0;display: block;height: 41px;width: 183px;text-align: left;text-indent: -999em;float:right;}

.second_bloc{margin-top:80px; height: auto; padding:10px; border-radius: 10px; border: 2px solid #027AC6;}
.second_bloc .SB_txt{float:left; width: 400px;}
.second_bloc h1{font-size: 19px; font-weight: bold;}
.second_bloc .SB_titre_affiche{font-size: 19px; font-style:italic; overflow: hidden;}
.second_bloc .SB_prix{float:right; width: 115px; height:70px;}
.second_bloc .SB_prix_affiche{display: inline-block;width: 129px;height: 75px;background: url(/uploads/images/macaron-prix-seul.png) no-repeat; padding-top:22px; padding-left:20px; font-size: 17px; font-weight: bold; color: white;text-shadow: 2px 2px 0.2em black;}



.simplemodal_teaser_right_2 #resume-product {padding: 0;}

#first_bloc {height: 370px;}




/*  Fix double affichage */
/*  Attention, on ne corrige pas le bug du double affichage */
/*
.simplemodal-data + .simplemodal-data {display: none !important;}
*/
