﻿.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; */
}