#mode_paiement{
	height:200px;
}
.commande_gratuite{
border:1px solid #360;
background-color:#690;
width:300px;
color:#fff;
padding:5px;
text-align:center;
font-weight:bold;
}
.commande_gratuite_hover{
background-color:#369;
border:1px solid #360;
width:300px;
color:#fff;
padding:5px;
text-align:center;
font-weight:bold;
cursor:pointer;
}
#mode_paiement div.type_paiement{
float: left;
	width: 150px;
	height: 120px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mode_paiement div.type_paiement h3{
	display:block;
	font-size:14px;
	margin-bottom:4px;
	color:#6289b5;
	border-bottom:1px solid #EEE;
}
#confirm_virement{
height:30px;
background-color:#690;
color:#fff;
font-size:#16px;
font-weight:bold;
cursor:pointer;
}