.contcom{
	float:left;
	Background:#FFFFFF;
	width:970px;
	display:table;
	margin-left:30px;
	}
.contcom img{
	width:auto;
	height:25px;
	margin:0 5px 0 5px;
	}
	
.com{/*cadre des éléments de rappel de la commande*/
	float:left;
	background:#FFFFFF;
	border:#01366a solid 1px;
	width:440px;
	display:table;
	margin:10px 0 0 30px;
	padding:5px 0 0 10px;
	}
.com a{
	color:blue;
	text-decoration:underline}
.com input{
	margin-left;30px;
	}

/*-total de la commande dans un "sous" tableau------------*/
.total table{
	font-weight:bold;
	width:auto;
	}
.total thead{
	color:black;
	text-align:left;
	background:none;
	}
.total tbody{
	}
.total tr{
	width:auto;
	}
.qte input{
	width:10px;
	}
.contbtncoma{/*conteneur des boutons de validation de commande gauche et droit*/
	float:left;
	width:200px;
	height: 50px;
	margin:20px 0 0 0;
	padding:0 0 0 200px;
	}
.contbtncomb{
	float:right;
	width:400px;
	height: 50px;
	margin:20px 0 0 0;
	}
.recap img{
	width:18px;
	height:18px;
	}
.submit {/*bouton de validation des formulaires------------------------------------*/
   width: 185px;
   height: 26px;
   display:block;
   margin: 0;
   padding: 0;
   border: 0;
   color:#fff;
   background:url(../ig/btncom.gif) left top no-repeat;/* on place l'image en arrière plan */
   cursor: pointer;  /* pour transformer le pointeur en main */
}
.submit:hover {
   background:url(../ig/btncom.gif) right top no-repeat;/* On déplace l'image d'arrière plan pour donner l'effet */
}
	
