/* CSS Document */
H1 {
	width: 610px;
}
.cadreVert {
	background:url(../images/bg_listeArticle.jpg) top left repeat-x #ccf163;
	overflow: hidden;
	padding-bottom: 10px;
}
#cadrePanier{
	--background:url(../images/bg_listeArticle.jpg) top left repeat-x #ccf163;	
	min-height:200px;
	padding-bottom:0;
}
#cadrePanier input {
	font-family: Arial, Helvetica, sans-serif;
}
#cadrePanier h2, .cadreVert h2 {
	background:url(../images/bg_titre_listeArticles.gif) top left no-repeat;
	color:#94c909;
	font-size:100%;
	padding:2px 0 8px 10px;
	margin:0;
	}
#cadrePanier p {
	clear: both;
}
#cadrePanier ul li {
	width: 	520px;
}
	
.tablePanier {
	border-collapse: collapse;
	width: 625px;
	margin-bottom: 20px;
}
.tablePanier TH {
	font-weight: bold;
	font-size: 13px;
	color: #fd30e5;
	border: 1px solid white;
	background-color: #ccf163;
	padding: 4px;
	text-align: center;
}
.tablePanier TD {
	border: 1px solid #ccf163;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px;
}
.tablePanier img {
	vertical-align: middle;
	margin-right: 2px;
}
.tablePanier .inv {
	background-color: white;
	border: none;
}
.tablePanier .recalculer {
	background-color: white;
	border: none;
}
.tablePanier .sombre {
	font-weight: bold;
}
#btnRecalculer {
	font-size: 11px;
	width: 70px;
	margin: 0;
}
.tablePanier .vide {
	text-align: center;
	font-weight: bold;
}
.erreur {
	font-weight: bold;
	color: red;
}

.messageErreur {
	width: auto;
	clear: both; 
	font-weight: bold; 
	color: red; 
	font-size: 16px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	border: 1px solid red;
}

.btnPanier, .centre form input {
	border: 1px solid #ff30e5;
	background-color: #ff30e5;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.btnPanier:hover, .centre form input:hover {
	border: 1px solid #ff30e5;
	background-color: white;
	color: #ff30e5;
}

.centre {
	text-align: center;
}

.boutonLien {
	background-color: #ff30e5;
	border:1px solid #ff30e5;
	width: 200px;
	}
.boutonLien a {
	color: #ffffff;
	display:block;
	text-align:center;
	padding:1px 2px 1px 0;
	text-decoration: none;
	font-weight: bold;
	}
.boutonLien a:hover {
	color:#ff30e5;
	background-color:white;
	display:block;
	text-align:center;
	}
#cadrePanier .boutons {
	overflow: hidden;
	padding-top: 20px;
	width: 625px;
}
#cadrePanier .boutons #retour {
	float: left;
}
#cadrePanier .boutons #poursuivre {
	float: right;
	width: 250px;
}

#formDejaClient {
	width: 625px;
	margin: 0px;
}
#formDejaClient .ligne {
	clear: both;
	width: 100%;
	padding-top: 6px;
}
#formDejaClient .ligne .label {
	float: left;
	text-align: right;
	width: 200px;
	padding-right: 4px;
}

#formClient {
	width: 625px;
	margin: 0px;
}
#formClient .cadreVert {
	margin-top: 15px;
}
#formClient .etoile {
	color: #fd30e5;
}
#formClient .ligne {
	clear: both;
	width: 100%;
	padding-top: 4px;
	overflow: hidden;
}
#formClient .ligne div {
	float: left;
	padding-right: 4px;
}
#formClient .ligne .label {
	text-align: right;
	width: 120px;
}
#formClient .messageErreur {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: normal;
}
.legende {
	font-size: 10px;
}

#formPaiement {
	margin: 0px;
}
#formPaiement .ligne {
	clear: both;
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
#formPaiement .ligne div {
	float: left;
}
#formPaiement .ligne .radio {
	width: 50px;
	padding-right: 10px;
	text-align: right;
}

.BoxAdresse {
	float: left;
	padding-left: 40px;
	padding-bottom: 10px;
}