﻿.errorMsg
{
	font-weight:bold;
	font-family:Arial;
	font-size:small;
	color:Red;
}

.normalText
{
	font-family:Arial;
	 font-size:small;
}

.bt_rech
{
	border:0px; 
	width:11px; 
	height:18px; 
	margin-top:-2px;	
}

.annulerStyle
{
	border: #000000 solid 1px;
	padding: 0px;
	color:#333333;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0px;
}

.rouge{color:#CC0000;}

.bleu{color:Green}
.vert{color:Green}

/* Message box */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.affProduit
{
	margin-top:10px;
	margin-bottom:10px;
}

/* Détails d'une commande */

.boite_adr_details{height:180px;}

#bloc_confirm_product_added {margin: 5px 0px 30px 10px;}
#bloc_confirm_product_added Div{float:left;}
#bloc_confirm_product_added #bloc_img_confirmation{margin-right:10px;}
#bloc_confirm_product_added #bloc_text{font-size:13px; font-weight:bold; color:Black; width:570px; padding-top:10px;}

/* 360 deg */

#body_360{ margin:15px 20px 10px 20px}

#bloc_360
{
	width: 500px;
	height: 270px;
	/*margin: 0px auto -1px auto; */
}

/* page Bienvenue - landing-page */

#wrapper-bienvenue {
	margin: 0 auto;
	width: 455px;
}

#wrapper-bienvenue p {
 font-size: 15px;
 line-height: 23px;
}

#wrapper-bienvenue .liste-numero {
  	margin: 30px 0px 24px 0px ;
}
 
#wrapper-bienvenue .liste-numero p {
  	font-weight: bold;
  	padding-left: 40px;
  	height: 30px;
  	line-height: 26px;
  	
}

#wrapper-bienvenue .liste-numero p.numero-1 {
 		background: url(../images/landing_page_number-1.png) no-repeat 0px 0px;
 	}
#wrapper-bienvenue .liste-numero p.numero-2 {
 		background: url(../images/landing_page_number-2.png) no-repeat 0px 0px;
 	}
#wrapper-bienvenue .liste-numero p.numero-3 {
 		background: url(../images/landing_page_number-3.png) no-repeat 0px 0px;
}
 #wrapper-bienvenue .liste-numero p.numero-4 {
 		background: url(../images/landing_page_number-4.png) no-repeat 0px 0px;
}

#wrapper-bienvenue div#cliquez {
	margin: 24px 0px;
	width:455px;
}

#wrapper-bienvenue div#cliquez p { text-align: center;}

#wrapper-bienvenue div#cliquez a.bouton-activez {
	display: block;
	width: 268px;
	height: 39px;
	margin: 24px auto;
}

#wrapper-bienvenue div#cliquez input
{
    padding:0px;
    height:39px;
    width:268px;
    margin: 24px auto;
    display:block;
}
