/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
background-color: rgb(241, 240, 235);
}

body.pro{
background-color: white;
}

/* etiquette liv */
span.day_liv{
    display:block;
    width:115px;
    height:33px;
    font-size:14px;
    float:left;
    background-color: #f3f3f3;
    letter-spacing:2px;
}

span.day_liv span{
    display:block;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #2d2d2d;
    height:16px;
    margin-top:-2px;
}

span.day_liv span.bold{
    font-weight:700;
}

span.day_liv span.light{
    font-weight:300;
}

span.day_liv span.light2{
    font-weight:300;
    letter-spacing:0px;
}

/* Slide show */
#slideshow_header{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 229px;
}

#slider1{
    position: relative;
    width: 1920px;
    height: 229px;
    margin: 0px auto;
}

#slider1 .slide_inner{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 229px;
    overflow: hidden;
}

#slider1 .no_cursor{
    cursor: auto;
}

.arrow_left, .arrow_leftdn, .arrow_right, .arrow_rightdn{
    position: absolute;
    cursor: pointer;
    display: block;
    overflow:hidden;
    width:55px;
    height:69px;
    opacity:0.4;
    top:80px;
    filter : alpha(opacity=40);
}

.arrow_left, .arrow_leftdn{
    background: url(../design/v4/head_left.png) no-repeat;
    left:390px;
}

.arrow_right, .arrow_rightdn{
    background: url(../design/v4/head_right.png) no-repeat;
    left:1465px;
}

.arrow_left:hover, .arrow_leftdn:hover, .arrow_right:hover, .arrow_rightdn:hover{
    opacity:0.8;
    filter : alpha(opacity=80);
}

.arrow_left_none, .arrow_right_none{
    display:none;
}

/* Caption */
#img1_titre, #img2_titre, #img3_titre{
    position: absolute;
    top: 10px;
    left: 923px;
    width: 474px;
    height: 123px;
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    display:none;
}

#img1_btn, #img2_btn{
    position: absolute;
    top: 130px;
    left: 1092px;
    width: 134px;
    height: 35px;
    color: #ffffff;
    text-align: center;
    display:none;
    cursor:pointer;
    z-index:9999;
}

#img3_btn{
    position: absolute;
    top: 140px;
    left: 1092px;
    width: 134px;
    height: 35px;
    color: #ffffff;
    text-align: center;
    display:none;
    cursor:pointer;
    z-index:9999;
}

#img1_btn{
    background: url(../design/slide/btn_printemps.jpg) no-repeat;
}

#img2_btn{
     background: url(../design/slide/btn_printemps.jpg) no-repeat;
}

#img3_btn{
    background: url(../design/slide/btn_fdp.jpg) no-repeat;
}

#img1_btn:hover, #img2_btn:hover, #img3_btn:hover{
    background-position: bottom center;
}

.avis_edito .avis{
    width:618px;
}

/* Zone de click sur background */
.click_zone{
    position: absolute;
    cursor:pointer;
    display: block;
    height: 450px;
    width: 220px;
    top: 165px;
    z-index: 5;
    left: -243px;
}

/* Gestion de l'affichage du bouton dans les box produits Ma Sélection -- David GALAUP 04/12/2013 */

.btn{
	float: left;
	cursor:pointer;
	font-size: 10px;
}

.commanderDetails{
	margin-top : 5px;
}

.small{
	font-size: 11px;
	text-align: center;
}

.indispo{
	color: red;
	font-size: 12px;
	margin: 10px 0 0 20px;
	width: 200px;
}

.maselectiondelall {
	position:absolute;
	cursor:pointer;
	height: 21px;
	left:558px;
	background: url('../scripts/ma_selection/img/fav_croix.png') no-repeat;
	font-weight: 700;
	font-size: 0.65em;
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 25px;
	margin-top: -40px;
}

.maselectiondel{
	position:absolute;
	cursor:pointer;
	font-size: 10px;
	background: url('../scripts/ma_selection/img/fav_croix.png') no-repeat;
	height: 20px;
	width:19px;
	display:block;
	margin-top: -25px;
	margin-left: 10px;
}

.maselectionadd{
	position:absolute;
	cursor:pointer;
	font-size: 10px;
	background: url('../scripts/ma_selection/img/fav_coeursmall.png') no-repeat;
	height: 22px;
	width:22px;
	display:block;
	margin-top: -200px;
	margin-left: 10px;
}

.maselectionaddbig{
	position:absolute;
	cursor:pointer;
	font-size: 10px;
	background: url('../scripts/ma_selection/img/fav_coeurbig.png') no-repeat;
	height: 40px;
	width: 41px;
	display: block;
	margin-top: -55px;
	margin-left: 10px;
	font-size: 10px;
}

.nbr{
	position: absolute;
	z-index: 6000;
	color: black;
	top: 56px;
	left: 26px;
	font-weight: bold;
	display:none;
}

.error_maselection, .notice_maselection{
	position: absolute;
	background-color: rgb(45, 45, 45);
	font-size: 12px;
	width: 205px;
	height: 33px;
	border-radius: 5px;
	padding: 5px;
	margin: -95px 0px 0px 10px;
	display: none;
	opacity: 0.9;
	color: white;
	border: 1px dashed white;
}

.error_text, .notice_text{
	width:190px;
	text-align:center;
}

.error_close, .notice_close{
	position: absolute;
	width: 21px;
	height: 20px;
	top: -8px;
	background: none repeat scroll 0% 0% rgb(15, 15, 15);
	border-radius: 13px;
	border: 2px solid white;
	left: 201px;
	font-size: 11px;
	text-align: center;
	padding: 2px 0px 0px;
	cursor: pointer;
}

.notice_maselection{
	background: rgb(163, 203, 0);
}


.notice_close{
	background: none repeat scroll 0% 0% rgb(123, 17, 115);
}

.hidden{
	display:none;
}

.visible{
	display:block;
}

.sousCadre{
	font-size: 0.8em;
	margin-top: 75px;
	text-align: justify;
	padding: 0px 10px;
	width: 600px;
	border: 1px solid grey;
	border-radius: 10px;
	margin-left: 55px;
}

.sousCadre div{
	margin:20px 0;
}

.sousCadre div img{
	margin-top: -4px;
	position: absolute;
}

#maselectionlogo{
	width: 341px;
	float: left;
	margin-left: 10px;
	margin-top:-15px;
}

p.maselection{
margin-top: -60px;
margin-left: 280px;
width: 400px;
}

/* -- END -- */

#left
{
width: 980px;
margin: 0px 0 -10px -20px;
padding: 10px 20px 0px;
background-color: white;
}

#right {
width:260px;
align:center;
}

#left .toggleSubMenu{
    margin-left: 20px;
}

#block_haut{
    margin: 15px 7px 15px 20px;
    height:150px;
}

#block_haut .banner{
    float:left;
    width:720px;
    height:150px;
}

#compteur{
    float:right;
    height:150px;
    width:213px;
    background-image:url(../design/v4/compteur.jpg);
}

#right #compteur {
    float: left;
    margin-left: 15px;
}

#compteur_jour{
    float:right;
    height:150px;
    width:258px;
    background-image:url(../design/v4/compteur_jour.jpg);
}

#right #compteur_jour {
    float: left;
    margin-left: 15px;
}

#liv_demain{
    float:right;
    height:150px;
    width:213px;
}

#right #liv_demain{
    float: left;
    margin-left: 15px;
    margin-bottom:10px;
}

#container {
width: 980px;
}

#temps{ 
 margin-left: 14px;
 margin-top:53px;
}

#temps_opm{ 
 margin-left: 5px;
 margin-top:53px;
}

#nbr{
float:left;
width:30px;
height:43px;
color:#ffffff;
font-size:35px;
display:block;
font-family: 'Oswald', sans-serif;
text-align:center;
}

#nbr_border{
float:left;
width:3px;
height:28px;
display:block;
}

#footer {
position:relative;
bottom:0;
left:0;
width:100%;
left:0;
margin:0;
height:390px;
background-color:#2d2d2d;
border-top:5px solid #cad300;
}


#footer #footer1b {
width:980px;
height:270px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
border-bottom:dotted 1px #ffffff;
margin-bottom:5px;
}


#footer #footer1b .cols {
width:25%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;color:#FFFFFF;
list-style:none;
text-align:left;
float:left;
line-height:20px;
}

#footer #footer1b .cols span{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
}

#footer #footer1b .cols span.light_300{
    margin-left:5px;
}

#footer #footer1b .cols span.bold_700_last{
    margin-left:5px;
    font-weight:700;
}

#footer #footer1b .cols ul {
    margin:10px 0 10px 20px;
    color:#cad300;
	padding:0;
}

#footer #footer1b .cols div.reseau_sociaux{
    margin-top:10px;
}

#footer #footer1b .cols div.reseau_sociaux div{
    float:left;
    margin:0 4px 0 3px;
}

#footer #footer1b .cols div.paiement{
    margin-top: 15px;
    margin-left: 2px;
}

#footer #footer1b .cols a{
    color:#FFFFFF;
    text-decoration:none;
}

#listeProduits{
    margin:0 10px;
}

#listeProduits .unProduit .commanderDetails .details a{
    width:230px;
    height:33px;
}

#listeProduits .unProduit .nom 
{
text-align:center;
padding-top:10px;
}

#listeProduits .unProduit .nom .libelle
{
color:#FF7B00;
}

#listeProduits .unProduit .nom .description
{
color:#000000;
font-size:10px;
text-transform: none;
font-weight:normal;
display:none;
}


#alcool {
color:#ff3300;
font-size:11px;
}

#listeProduits .unProduit .nom .libelle
{
font-size:16px;
font-family: 'Open Sans Condensed', sans-serif;
color: #494949;
font-weight:300;

}

#MB_loading {
	font-size: 13px;
}
#errmsg {
	margin: 1em;
	padding: 1em;
	color: #C30;
	background-color: #FCC;
	border: 1px solid #F00;
}

#listeProduits .unProduit .corner
{
z-index: 1000;
margin-top: -200px;
margin-left: 162px;
}

#header {
height:41px;
padding:0px;
width:980px;
}

.menu_dark_theme ul li:hover, .menu_dark_theme ul li.nodrop:hover
{
background-color: transparent;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

#top {
height:36px;
border:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
background-color:#000000;
}

#top .top_box{
    width:980px;
    height:36px;
    margin: 0 auto;
}

#top .top_box .top_sav{
    float:left;
    width:323px;
    margin:0;
}

#top .top_box .top_sav img{
    width:323px;
    height:36px;
}

#top .top_box .top_compte{
    float:left;
    width:90px;
    margin:0 5px 0 10px;
}

#top .top_box .top_compte img{
    width:90px;
    height:36px;
}

#top .top_box .top_suivi{
    float:left;
    width:126px;
    margin:0 5px;
}

#top .top_box .top_suivi img{
    width:126px;
    height:36px;
}

#top .top_box .top_contact{
    float:left;
    width:60px;
    margin:0 0 0 5px;
}

#top .top_box .top_contact{
    width:60px;
    height:36px;
}

#top p {
font-size:11px;
padding-top:10px
}

#top h1 {
font-size:11px;
padding-top:10px;
font-weight:100;
}

#top .top_box .h1{
    float:left;
    width:331px;
    font-size:11px;
    padding-top:10px;
    font-weight:100;
    height:26px;
    margin-left: 10px;
}

#top p {
font-size:11px;
padding-top:10px;
font-weight:100;
}


.jaune {
color:yellow;
text-decoration:underline;
}

#tetiere_sup {
margin-left:590px;
top:3px;
position:absolute;
width:378px;
height:31px;
background-image:url(../design/v4/onglet_inter.png);
background-repeat:no-repeat;
display:block;
}

#tetiere_sup #deroulant {
margin-left:190px;
margin-top:7px;
}

#tetiere_sup #deroulant select {
font-size:12px;
width:150px;
background:#000000;
color:#ffffff;
}

#tetiere {
width:980px;
height: 41px;
margin-top: 188px;
}

div#top.pro {
background-color:transparent
}

div#tetiere.pro {
margin-top:0px;
}

div#logoV4.pro {
margin-left:0px;
}

div#left.pro{
    width:720px;
    float:left;
    margin:155px 0 -20px 0;
    padding:0 0 40px 0;
}

div#left.pro2{
    margin:155px 0 -40px 0;
    padding:0 0 40px 0;
}

div#right.pro, div#right.pro3{
    background-color:white;
    display:block;
    margin:155px 0 -20px 0;
    padding:0 0 40px 0;
}

#left div#right.pro, #left div#right.pro3{
    margin-top:0px;
}

div#footer.pro{
    border-top:none;
}

div#footer.pro #footer2{
    padding-bottom:20px;
    background-color:#2d2d2d;
}

div#footer.pro #footer1b{
    height: 180px;
}

#logoV4 {
    width:161px;
    height:161px;
    position: absolute;
    margin-top: -174px;
    margin-left: 15px;
}

#tetiere #menu_haut {
width:200px;
height:90px;
margin-left:750px;
display:block;
}

/* Fiche produit */
#tunel {
width:720px;
height:58px;
display:block;
padding:0;
margin:10px 0 0 0;
}

#tunel img {
float:left;
margin:0;
}	

#produit #description-produit {
font-family:Arial,Verdana,Helvetica,sans-serif;
width:290px;
border:1px solid #efefef;
background-color:#FFFFCC;
margin-top:20px;
padding:5px;
}

#produit #description-produit h2 {
font-size:14px;
font-weight:bold;
color:#791474;
}

#produit #description-produit #zonetexte {
font-size:12px;
text-align:justify;
}

#formProdDest input[type="radio"]{ 
border:none;
}

#formProdDest input[type="checkbox"]{ 
border:none;
}

#choixPrix ul {
padding:10px;
}

#nodispo {
border:1px solid #dddddd;
font-size:12px;
background-color:#ffff99;
padding:5px;
font-weight:bold;
}

#ProchaineDateLivraison {
background-color: transparent;
background-image: url("../design/infolivraison24h.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left 7px;
padding-top: 5px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 35px;
height:30px;
line-height:normal;
}


#ProchaineDateLivraison p span {
font-size:12px;
color:green;
font-weight:100;
}

#Variations {
font-size:12px;
line-height:normal;
padding-left:20px;
margin-top:10px;
}

#Variations a {
font-size:12px;
}

#Variations ul {
padding-left:20px;
}

#content {
margin-top:-30px; 
}



#imagePrincipale {
margin-bottom:10px;
}

#Recommandations {
width:100%;
border-top:1px dashed #cccccc;
height:100px;
display:block;
margin-top:10px;
}

#Recommandations .produit {
width:32%;
float:left;
/*padding:2px;*/
}


#BlocPromo {
background-image:url(../design/v4/fond_promo.jpg);
background-repeat:no-repeat;
float:left;
width:132px;
height:80px;
display:block;
margin-top:-6px;
}

#BlocPromo #Message {
text-align:center;
font-size:12px;
color:#FFFFFF;
line-height:110%;
padding-top:18px;
padding-left:7px;
}

/* droite */
#droite-fleuriste {
background-image:url(../design/v4/bloc_fleuriste.png);
width:240px;
height:164px;
display:block;
text-align:center;
}

#droite-fleuriste #contenu {
padding-top:40px;
font-size:12px;
color:#7C1073;
font-weight:bold;
text-align:center;
}

/*
#droite-fleuriste  input[type="text"]{ 
border:1px solid #cccccc;
width:160px;
height:23px;
background-image: url(design/v4/zoom.png);
background-repeat:no-repeat;
background-position:5% 50%;
padding-left:28px;
padding-top:0 !important; 
padding-top:5px;
vertical-align: middle;
valign: middle;
font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
}

#inputFleuriste {
padding-top:5px;
}

form .btnForm {
vertical-align: middle;
margin-bottom:9px !important;
margin-top:9px !important;
margin-bottom:10px;
margin-top:0px;
}
*/




#contenu input.search
{
width: 283px;
height: 13px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
vertical-align: middle;
border-top-width: 2px;
border-right-width-value: 2px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 2px;
border-left-width-value: 2px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #cccccc;
border-right-color-value: #cccccc;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #cccccc;
border-left-color-value: #cccccc;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: transparent;
background-image: #efefef;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-image: url(../design/v4/zoom.png);
background-repeat:no-repeat;
background-position:5% 50%;
padding-left:28px;
}

#contenu form input.search
{
width: 145px;
}

:focus
{
outline-width: medium;
outline-style: none;
outline-color: -moz-use-text-color;
}

#contenu input.search, #contenu input.submit
{
display: inline-block;
vertical-align: middle;
color: #808080;
font-size: 11px;
}

#contenu input.submit 
{
width: 30px;
height: 27px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
margin-left: -9px;
text-align: center;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #d6071b;
border-right-color-value: #d6071b;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #d6071b;
border-left-color-value: #d6071b;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #7C1073;
/*background-image: url("design/v4/bg_inputsubmit.png");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt 0pt;*/
cursor: pointer;
color: #ffffff;
}

#contenu input.submit:hover
{
background-color: #D91CCB;
/*background-image: url("design/v4/bg_inputsubmit.png");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 0pt -24px;*/
}

fieldset, img
{
border-top-width: 0pt;
border-right-width-value: 0pt;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 0pt;
border-left-width-value: 0pt;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: none;
border-right-style-value: none;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: none;
border-left-style-value: none;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: -moz-use-text-color;
border-right-color-value: -moz-use-text-color;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: -moz-use-text-color;
border-left-color-value: -moz-use-text-color;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}

#right {
background-image:none;
}

#right #raccourcisDroite {
padding:0px;
margin:0px;
margin-top:15px;
margin-left:11px;
}


#remarqueOperation {
font-size:12px;
line-height:normal;
border:1px solid #cccccc;
background-color: #ffffcc;
padding:5px;
}

/* Modal Box */
.ModalBox h1 {
font-size:14px;
color:#7D1270;
padding-bottom:10px;
}


.ModalBox h2 {
font-size:12px;
font-weight:bold;
}


.ModalBox p {
font-size:12px;
}

.ModalBox .bouton {
border:1px solid #FFFFFF;
background-color:#FFFFFF;
font-weight:bold;
}

/* divers */
.titrePage h1
{
height:20px;
}

.titrePage h2
{
height:20px;
}

#footer2 p {
font-size:11px;
margin:0px;
}

.menu li ul.social li {
width:50px;
padding:0;
margin:0;
}

#listeProduits .unProduit .nom
{
padding-top:0;
display:block;
height:60px;
}

#droite-international {
background-image:url(../design/v4/commanderinternationnal.jpg);
width:210px;
height:150px;
display:block;
text-align:center;
font-size:12px;
color:#7C1073;
margin-left: -10px;
}

div#right.pro #droite-international, div#right.pro3 #droite-international{
margin-left: 15px;
margin-bottom: 20px;
}

#droite-international #titre {
font-size:18px;
color:#ffffff;
font-weight:300;
text-align:center;
font-family: 'Open Sans Condensed', sans-serif;
padding-top:3px;
text-transform:uppercase;
}

#droite-international #contenu {
padding-top:1px;
font-size:15px;
font-weight:500;
color:black;
font-family: 'Open Sans Condensed', sans-serif;
}

#droite-international #contenu a{
font-weight:700;
}

.numerosDePage #numPageActive, .numerosDePage .nomNumPage, .numerosDePage .numPageInactive
{
font-size:12px;
}

#BlocFacebook {
background-image: url("../design/v4/bloc-facebook.jpg");
background-repeat: no-repeat;
display:block;
width:240px;
height:70px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


#BlocDevenezFan {
	/*float:left;*/
	*position:relative;
	margin-left:70px;
	padding-top:10px;
	color:#3B5997;
	cursor:pointer;
}

#BlocFacebookLike {
	width:60px;
	height:25px;
	/*float:right;*/
	*position:relative;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:115px;
}


/* Background */
#BackGroundMkt {
background-attachment:fixed;
position:absolute;
width:100%;
height:100%;
background:url('../design/background-fdgm.jpg') no-repeat;
background-position:top;
top:166px;
z-index:1;
}


/* Menu */
.DropTexte a {
font-size:11px;
line-height:110%;
}

.menu .dropdown_4columns {
 width: 630px;
}

.menu .dropdown_4columns .col_1 h3 {
 font-weight:lighter;
}

.menu .dropdown_4columns .col_1 ul li a:hover {
color:#CCCC00;
text-shadow: #ffffff;
}

.menu .dropdown_1column .col_1 ul li a:hover {
color:#CCCC00;
text-shadow: #ffffff;
}
	
.menu .dropdown_2columns .col_1 ul li a:hover {
color:#CCCC00;
text-shadow: #ffffff;
}

		
.menu .col_2 firstcolumn .col_1 ul li a:hover {
color:#CCCC00;
text-shadow: #ffffff;
}		
		
.menu .col_2 firstcolumn .col_2 ul li a:hover {
color:#CCCC00;
text-shadow: #ffffff;
}			

.menu .dropdown_4columns .col_1 .evidence {
color:#FFFF00;
font-weight:bold;
}


#menu li p .black_box
{
  background-color: #333333;
  color: #eeeeee;
  text-shadow: #000000;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: #000000;
}


#MessPromo {
border:1px dotted #dddddd;
margin-top:10px;
padding:2px;
padding-left:25px;
background:url("../design/lightning.png") no-repeat;
background-position:5px 5px, center;
background-color:#FFD595;
width:100%;
}

#cr_venteFlash {
position:absolute;
margin-left:250px;
display:block;
width:150px;
height:200px;
text-align:center;
}

#compte_a_rebours {
font-size:12px;
text-align:center;
line-height:normal;
margin-top:10px;
color:#FF6600;
}

/* Correction */
#listeProduits .unProduit .nom
{
height: 15px;
margin-top: 20px;
}

#listeProduits .unProduit .nom .description
{
display:none;
}



/* Accueil */

#MB_loading {
font-size: 13px;
}

#errmsg {
margin: 1em;
padding: 1em;
color: #C30;
background-color: #FCC;
border: 1px solid #F00;
}

#intro h3 {
font-family: 'Dosis', sans-serif;
font-size:20px;
font-weight:200;

}
#TxtPiedDePage h3 {
font-family: 'Dosis', sans-serif;
font-size:20px;
font-weight:200;
}

#box {
position:absolute;
left:995px;
top:-999px;
z-index:2;
background-image:url('../design/v4/box_sapin2013.png');
background-repeat:no-repeat;
}


#box2 {
position:absolute;
left:1010px;
top:-999px;
z-index:1;
background-image:url('../design/v4/box_sapin2013_1.png');
background-repeat:no-repeat;
}

/* NEW MENU */

#new_menu{
    height: 41px;
    margin-top:0px;
}

#new_menu ul li{
    display:block;
}

#new_menu ul.firstline{
    list-style-type: none;
    margin-top:0px;
    width:980px;
    height: 41px;
}

#new_menu ul.firstline li.home img{
    width:42px;
    height:41px;
}

#new_menu ul.firstline li.home{
    width:42px;
    height:41px;
    margin-right:1px;
    margin-top:0;
    background-color:#ffffff;
}

#new_menu ul.firstline li .submenu_container_img_125{
    display: block;
    height: 50px;
    width:125px;
    position:absolute;
    margin-top: -46px;
    padding-top: 46px;
    background:transparent;
    display:none;
    z-index:9999;
}

#new_menu ul.firstline li .submenu_container_img_100 {
    display: block;
    height: 50px;
    width:100px;
    position:absolute;
    margin-top: -46px;
    padding-top: 46px;
    background:transparent;
    z-index:9999;
}

#new_menu ul.firstline li img.img_125, #new_menu ul.firstline li.img_125{
    width:125px;
    height:41px;
}

#new_menu ul.firstline li img.img_100, #new_menu ul.firstline li.img_100{
    width:100px;
    height:41px;
}

#new_menu ul.firstline li.color02{
    background-color:#7c1172;
}

#new_menu ul.firstline li.color03{
    background-color:#cbd300;
}

#new_menu ul.firstline li.color04{
    background-color:#ff7900;
}

#new_menu ul.firstline li.color05{
    background-color:#ae1111;
}

#new_menu ul.firstline li.color06{
    background-color:#50b4f3;
}

#new_menu ul.firstline li.btnmenu{
    margin-left:1px;
    margin-right:1px;
}

#new_menu ul.firstline li.right{
    float:right;
    background-color:#ffffff;
}

#new_menu ul.firstline li.btnmenu a{
    cursor:default;
}

#new_menu ul.firstline li.btnmenu div.nbr1{
    width:170px;
}

#new_menu ul.firstline li.btnmenu div.nbr2{
    width:360px;
}

#new_menu ul.firstline li.btnmenu div.nbr3{
    width:510px;
}

#new_menu ul.firstline li.btnmenu div.nbr4{
    width:680px;
}

#new_menu ul.firstline li.btnmenu div.submenu div h2{
    border-bottom: 1px solid rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 18px;
    padding-bottom: 11px;
    text-shadow: 1px 1px rgb(0, 0, 0);
    margin-top: 7px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 21px;
    text-align: left;
}

#new_menu ul.firstline li.btnmenu div.submenu div h3{
    font-weight: lighter;
    border-bottom: 1px solid rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 14px;
    padding-bottom: 7px;
    text-shadow: 1px 1px rgb(0, 0, 0);
    margin-top: 7px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 21px;
    text-align: left;
}

#new_menu ul.firstline li.btnmenu div.submenu{
    background-color:#0d0d0d;
    position:absolute;
    z-index:9999;
    color:white;
    margin: 1px auto 4px;
    padding: 10px;
    opacity: 0.88;
    filter : alpha(opacity=88);
    height:0px;
    display:none;
    overflow:hidden;
}

#new_menu ul.firstline li.btnmenu div.submenu div.col_1{
    float:left;
    width:160px;
    margin: 0 5px;
}

#new_menu ul.firstline li.btnmenu div.submenu div.col_1 ul li{
    font-size: 11.5px;
    line-height: 24px;
    position: relative;
    text-align: left;
    float:none;
}

#new_menu ul.firstline li.btnmenu div.submenu div.col_1 ul li a{
    text-decoration:none;
    color:white;
    cursor:pointer;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
#new_menu ul.firstline li.btnmenu div.submenu div.col_1 ul li a.evidence{
    color: rgb(255, 255, 0);
    font-weight: bold;
}

#new_menu ul.firstline li.btnmenu div.submenu div.col_1 ul li a:hover{
    color:#afcc07;
}

/* RUBAN HOME PAGE */

.all_catalogue{
    width: 1040px;
    height:57px;
    margin: 0 0 0 -30px;
    display:block;
}

.all_catalogue .corner_left_all_catalogue{
    width:10px;
    height:49px;
    float:left;
    background-image:url('../design/v4/corner_left_all_catalogue.png');
    background-repeat:no-repeat;
}

.all_catalogue .corner_right_all_catalogue{
    width:10px;
    height:49px;
    float:right;
    background-image:url('../design/v4/corner_right_all_catalogue.png');
    background-repeat:no-repeat;
}

.all_catalogue .ruban{
    height:39px;
    width: 1020px;
    background-color:#7c1073;
    float:left;
    margin-top:10px;
}

.all_catalogue .ruban img{
    margin:0 0 0 434px;
    width:152px;
    height:39px;
    
}

.all_catalogue .ruban_fleche{
    width: 1040px;
    height:57px;
    background-image:url('../design/v4/ruban_fleche.png');
    background-position: bottom center;
    background-repeat:no-repeat;
    display:block;
}

/* APPLICTIONS TIERCES */

.applications_tierces{
    width:964px;
    height: 140px;
    margin:30px auto 0;
}

.applications_tierces div{
    width:220px;
    height: 140px;
    margin:0 14px;
    float:left;
}

.applications_tierces div.nomargin_left{
    margin-left:0px;
}

.applications_tierces div.nomargin_right{
    margin-right:0px;
}

.applications_tierces div form{
    position: absolute;
    margin-top: -45px;
    margin-left: 20px;
    width:182px;
}

.applications_tierces div form input[type=submit]{
    height: 28px;
    width: 31px;
    text-align: center;
    background-color: #7c1073;
    color: white;
    cursor:pointer;
    margin:0;
    padding:0;
    font-size:14px;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}

.applications_tierces div form input[type=text]{
    width: 149px;
    height: 26px;
    margin: 0 -6px 0 0;
    padding: 0;
}

/* SERVICES FLORAJET */
.line{
    width:964px;
    height: 1px;
    margin:40px auto 0;
    border-top:1px solid black;
}

.services_florajet{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px;
    background-color: #ffffff;
    margin: -22px auto 0;
    width:260px;
    text-align:center;
}

.bold_700{
    font-weight: 700;
}

.light_300{
    font-weight: 300;
}

.services_florajet_block{
    width:962px;
    height:48px;
    margin:20px auto 29px;
}

.services_florajet_block div{
    width:182px;
    height: 48px;
    margin:0 7px 0 6px;
    float:left;
}

.services_florajet_block div.nomargin_left{
    margin-left:0px;
}

.services_florajet_block div.nomargin_right{
    margin-right:0px;
}

.separator{
    width: 1040px;
    height:22px;
    margin: 0 0 0 -30px;
    display:block;
    background-color: rgb(241, 240, 235);
}

/* Avis & edito */
.avis_edito{
    width:964px;
    margin:0 auto;
}

.avis_edito a{
    color:#811f86;
}

.avis{
    float:left;
}

.edito{
    width:308px;
    float:right;
}

.edito p{
    font-size: 12px;
    text-align: justify;
    padding:0;
    margin:0;
    line-height:22px;
    color: #757575;
}

.edito p img{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.edito h3{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 25px;
    margin: 25px auto 15px;
    text-align:center;
}

.edito h3 span.bold_700{
    font-weight: 700;
    margin:0px auto;
}

.edito h3 span.light_300{
    margin:0 auto;
    font-weight: 300;
    margin:0px auto -8px;
    display:block;
}

.avis .line{
    width:618px;
    margin-top:43px;
}

.avis h3.avis_title{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 25px;
    margin: 0 auto;
    text-align:left;
    padding-left:20px;
    background-color:#ffffff;
    margin-top:-20px;
    width:370px;
}

.avis p{
    font-size: 12px;
    text-align: justify;
    padding:0;
    margin:0;
    line-height:22px;
    color: #757575;
}

.avis p.intro{
    margin:15px 0 20px 0; 
}

.avis div.top_bulle_avis{
    width: 621px;
    height:7px;
    background-image:url('../design/v4/top_bulle_avis.png');
    background-position: center;
    background-repeat:no-repeat;
    display:block;
}

.avis p.bulle_avis{
    width: 521px;
    min-height:8px;
    background-image:url('../design/v4/fond_avis.png');
    background-position: 10px center;
    background-repeat:no-repeat;
    background-color:#f9f4fa;
    display:block;
    font-style:italic;
    padding:25px 20px 0px 80px;
}

.avis p.bulle_avis span.depot{
    font-style:normal;
    font-size:10px;
    display:block;
    text-align:right;
    margin-top:10px;
}

.avis div.bottom_bulle_avis{
    width: 621px;
    height:31px;
    background-image:url('../design/v4/bottom_bulle_avis.png');
    background-position: center;
    background-repeat:no-repeat;
    display:block;
}

.avis2 p{
    font-size: 12px;
    text-align: justify;
    padding:0;
    margin:0;
    line-height:22px;
    color: #757575;
}

.avis2 p.intro{
    margin:15px 0 20px 0; 
}

.avis2 div.top_bulle_avis{
    width: 621px;
    height:7px;
    background-image:url('../design/v4/top_bulle_avis.png');
    background-position: center;
    background-repeat:no-repeat;
    display:block;
}

.avis2 p.bulle_avis{
    width: 521px;
    min-height:8px;
    background-image:url('../design/v4/fond_avis.png');
    background-position: 10px center;
    background-repeat:no-repeat;
    background-color:#f9f4fa;
    display:block;
    font-style:italic;
    padding:25px 20px 0px 80px;
}

.avis2 p.bulle_avis span.depot{
    font-style:normal;
    font-size:10px;
    display:block;
    text-align:right;
    margin-top:10px;
}

.avis2 div.bottom_bulle_avis{
    width: 621px;
    height:31px;
    background-image:url('../design/v4/bottom_bulle_avis.png');
    background-position: center;
    background-repeat:no-repeat;
    display:block;
}

.identite{
    margin: -15px 0 20px 0;
    height: 60px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.note{
    float:right;
    font-size:10px;
    margin-right:20px;
    color: #757575;
}

.avis2 .note{
    margin-right:110px;
}

.note span{
    display: block;
    float: left;
    margin: 1px 5px 0px 0px;
}

.identite div.expe{
    float:left;
    color: #757575;
    font-size:10px;
    margin-left: 70px;
}

.identite div.expe div.name{
    font-size:12px;
    color:#811f86;
}

.avis div.assurance{
    width:621px;
    height:120px;
    display:block;
    margin-bottom: 30px;
}

.avis div.assurance div{
    float:left;
}

.avis div.assurance div.widget_verifies{
    width:220px;
    height:195px;
    margin-top:5px;
}

.avis div.assurance div.logo_fianet{
    width :180px;
    height: 195px;
    margin:5px 0 30px 20px;
}

.avis div.assurance div.widget_fianet{
    width :180px;
    height: 195px;
    margin:5px 0 30px 20px;
}

.avis div.assurance div.widget_verifies img{
    width:220px;
    height:195px;
}

.avis div.assurance div.logo_fianet img{
    width :180px;
    height: 195px;
}

.avis div.assurance div.widget_fianet img{
    width :180px;
    height: 195px;
}

#texteRef #texteCompletRef{
font-size: 11px;
text-align: justify;
display: block;
overflow: hidden;
position: absolute;
background-color: rgb(247, 246, 242);
color: black;
z-index: 999;
padding: 15px 20px 20px;
display:none;
font-family: 'Open Sans Condensed', sans-serif;
font-size:15px;
width:900px;
}

#texteRef #texteCompletRef h2{
    font-size:13px;
}

.card {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border:none;
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);  
    background-image: url(../design/v4/logo_rollover.png);
}

#logoV4:hover .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#logoV4:hover .back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.product_left{
    width: 720px;
    float: left;
    margin-bottom: 20px;
}

#cadreFormAffilie fieldset{
    margin-top: 20px;
}

#pagePersoFleuriste table{
    margin-top: 20px;
}

#texteReferencement{
    margin-top:20px;
}

div.suivi #cadreGauche{
    margin-left:-170px;
        margin-top:20px;
}

div.suivi #cadreDroite{
    margin-top:20px;
}

div.suivi #cadreGauche img.info{
    margin-left:0px;
    margin-top:20px;
}

div.confirm div.centre{
    margin-left:0px;
        margin-top:20px;
}

.new_date{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight:700;
    color: white;
    position: absolute;
    margin-top: 113px;
    margin-left: 65px;
}

#ToTop a{
position: fixed;
right: 10px;
padding: 7px 10px;
z-index:3000;
}
#ToTop a:hover{
text-decoration: none !important;
}

/* P COOKIE */

div.p_cookie{
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px auto;
	height: 40px;
	text-align:center;
}

div.p_cookie div{
	font-size:12px;
	display: block;
	/*float: left;*/
	line-height:35px;
}

div.p_cookie span{
	/*float: right;*/
	height: 32px;
	top:10px;
	margin-left:550px;
	position:fixed;
	
}

div.p_cookie span img{
	width:12px;
	height:12px;
	margin-top: 2px;
	cursor: pointer;
}

#p_cookiebutton {
cursor:pointer;
}
	
	
	
/* Infos bulle */	
.info_bulle {
display:block;
width:50px
height:50px;

}

a.info_bulle span 
{ 
    position:absolute; 
    top:-2000em; 
    left:-2000em; 
    width:1px; 
    height:1px; 
    overflow:hidden; 
    background:#000000; /* Définition du fond, sinon on a le même que notre lien */ 
    border:1px solid #ffffff; /* Définition des bordures */ 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:4px;
	border-radius: 5px;
	
} 

a.info_bulle 
{ 
    color:#2F368A; /* Couleur de notre lien */ 
    font-size:1.2em; /* Taille de la police */ 
    text-decoration:none; /* Aucun soulignement du texte */ 
    padding:2px 2px 2px 2px; /*Définition des marges intérieures de notre lien */ 
    /* Définition de l'arrière plan de notre lien */ 
}

a.info_bulle:hover span, a.info_bulle:focus span, a.info_bulle:active span 
{ 
    top:auto; 
    left:auto; 
    width:100px; 
    height:auto; 
    overflow:visible; 
}

a.info_bulle:hover 
{ 
    border:0; /* ligne qui corrige le bug d'IE6 et inférieur */ 
}
	
	