.empty_panier
{
    margin-left:30%;
    font-size:50px;
    margin-top:40px;
}
.panier
{
    margin-top:20px;
}
.panier h1
{
    font-size:16pt;
    margin-bottom: 30px;
}
.panier table
{
    width:100%;
}
.panier table img
{
   max-height: 100px;
}
.panier table th
{
    padding-top:10px;
    padding-bottom:10px;

}
.panier table .headerLine
{
    border-top: black solid 1px;
    border-bottom: black solid 1px;
}

.panier table td
{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom: lightgrey solid 1px;
    
}
.panier table .footerPanier td
{
    border-bottom: none;
}
.panier table .footerPanier
{
    /*background-color: lightgrey;*/
}
.panier .right
{
    text-align: right;
    padding-right: 15px;
}
.panier .rightPadding
{
    text-align: right;
    
}
.panier .placeHolderTableau
{
    width:40px;
}

.panier .firstLigne
{
    border-top: grey solid 2px;
}
.panier .lastLigne
{
    border-bottom: grey solid 2px;
}
.panier .cancelFdp
{
    text-decoration: line-through;
    text-decoration-color: red;
}
#arianePanier
{
    width:940px;
    height:40px;
}
#arianePanier ul li
{
    
    height: 37px;
    width:179px;
    text-align: center;
    font-size: 12pt;
    float:left;
    margin-left:32px;
}
#arianePanier .active
{
    background-image: url('../images/arianeBtn.png');
    color:black;
}
#arianePanier .inActive
{
    background-image: url('../images/arianeBtnI.png');
    color:grey;
}
.panier .Quantity a
{
    font-family: arial;
    font-weight:  bold;
    
}
.panier .center
{
    text-align: center;
}
.panier h1
{
    font-size: 10pt;
    
}
.suivant
{
    margin-top:20px;
    text-align: right;
}
.text-red-fdp{
    color:red;
    text-align: left;
    margin-top: 20px;
}
.addressDomicile input{
    width: 20px !important;
    margin-left: 110px;
    display: inline !important;
}

.addressDomicile .text-address{
    width: 280px !important;
    margin-left: 110px;
}
/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }

.panier input {
	width:300px;
	padding:3px;
	height:20px;
	border:thin;
	border:#999;
	border-style:solid;
	border-width:1px;
	display:block;	

	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;

}
.panier select {	
	
	height:22px;
	border:thin;
	border:#999;
	border-style:solid;
	border-width:1px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.panier textarea{
	width:490px;
	height:200px;
	display:block;
	border:thin;
	border:#999;
	border-style:solid;
	border-width:1px;
	margin:5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.panier input[type=checkbox]{
    width:20px;
    display: inline;
    vertical-align: -5px;
}
.panier input[type=file]{
	width:300px;
	padding:3px;
	height:20px;
	border:thin;
	border:#999;
	border-style:solid;
	border-width:1px;
	display:block;	
	margin:5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.panier input[type=submit]{
	border-color:#666;;
	float:right;
	display:block;	
	margin:5px;
	margin-top:20px;
	height:30px;
	width:75px;
	background-color:#669900;
	margin-right:0;
}

.panier .error_list{
	float:right;
	list-style:none;
	color:#2f2f2f;
	display:block;
	margin-bottom:5px;
	background:#f97b7b;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding:4px;
		
}
#infoClient
{
    width:400px;
    float:left;
    margin-left:120px;
}
.autoriseContact
{
    margin-left:120px;
}
#adresseClient
{
    width:400px;
    margin-left:460px;
}
.tableRow
{
    height:60px;
}
.errorBox{

}
.errorMessageBox li
{
    text-align: center;
    padding:5px;
    width:400px;
    margin:auto;
    font-weight: bold;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(237, 207, 156, 0.4);
}
