/* ---------- COMMANDE RAPIDE CSS ---------- CSS*/

#MainBox{
	Width:685px;
}

.btn_ok{
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	border:1px solid #655450;
	cursor:pointer;
	padding:1px;
	background-color: #4B443A;
	width:25px;
}

#First, #Second{
	width:600px;
	margin-top:40px;
	text-align:center;
}

#Second{
	margin-top:15px;
	text-align:left;
	width:650px;
}

#MainBox input {
	border: solid 1px #655450;
	}
	
label#lab_qte {
	float:left;
	position:relative;
	bottom:16px;
}
	
#MainBox label {font-weight:bold;}

#MainBox p {
	font-weight:bold;
	font-size:12px;
	margin-top:40px;
}

#MainBox p span{
	font-weight:normal;
}

select#ReturnProduct{
	width:320px;
	border:1px solid #655450;
	font-size:9px;
	margin-bottom:5px;
}

img#catalogue {
	float:left;
	align:bottom;
	margin: 0 0 0 50px;
}
img#telecharge_cat {
	margin: 187px 0 0 0;
}

td {
	padding-right:15px;
}

#ajout_panier{
	margin-top:8px;
}

#MainBox p {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
#tarif a {
	margin:30px 0 20px 0;
	font-size:14px;
}




