/*Ajout pour les tables de commandes*/

table {
	width: 100%;
	font-size:12px;
	border: none;
	border-style: solid;
	border-color: #6C8AA2;
	border-width: 1px;
	background-color: #F4F5F7;	
}

form {
	margin:0px;
}



.colOne, .colTwo, .colThree, .colFour {
   width: 150px;
	height:50px;
	vertical-align:top;
	/*border-bottom-style: solid;
	border-bottom-color: #6C8AA2;
	border-bottom-width: 1px;*/
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.colOne {
	width: 125px;
	font-size: 14px;
}

.colTwo {
	width: 190px;
	font-size: 12px;
}

.colThree {
	width: 100px;	
}

.colFour {
	width: 100px;
}

.headingOne, .headingTwo, .headingThree, .headingFour {
   width: 150px;
	height:20px;
	vertical-align:top;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.headingOne {
	width: 125px;
}

.headingTwo {
	width: 190px;
}

.headingThree {
	width: 100px;	
}

.headingFour {
	width: 100px;
}
