div.MakeDevis {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: URL(//img.avk.lu/listheader_aqua.gif);
	background-repeat: repeat-x;
	
	line-height: 20px;
	border:1px solid #CBCBCB;
	background-color: #fafafa;
	padding-left: 10px;
}

table.MakeDevis {
	font-family: Arial, Helvetica, sans-serif;

	width:700px;
	font-size:12px;
	border-collapse: collapse;
	margin: 10px;
}

.MakeDevis input, .MakeDevis select {
	font-size:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #AAAAAA;
	padding:3px;
	border-radius:3px;
}

.MakeDevis td {
	padding:5px;line-height:23px;
}

.MakeDevis th {
	padding:5px;
	text-align:center;
}

.MakeDevis tbody td {
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	border-top:1px solid #BABABA;
	border-bottom:1px solid #BABABA;
}

.MakeDevis thead th {
	background-repeat: repeat-x;
	height: 20px;
	border:1px solid #a9a9a9;
  -o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(ghostwhite),
		to(gainsboro)
	);
	background: -webkit-linear-gradient(
		top,
		ghostwhite,
		gainsboro
	);
	background: -moz-linear-gradient(
		top,
		ghostwhite,
		gainsboro
	);
	background: -o-linear-gradient(
		top,
		ghostwhite,
		gainsboro
	);
	background: linear-gradient(
		top,
		ghostwhite,
		gainsboro
	);
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

.MakeDevis .ocre {
	background-image: URL(//img.avk.lu/listheader_ocre.gif);
	background-repeat: repeat-x;
	background-color: #F7B989;
	height: 20px;
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis .multi1 {
	background-image: URL(//img.avk.lu/listheader_aqua_multi.gif);
	background-repeat: repeat-x;
	
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis .multi2 {
	background-image: URL(//img.avk.lu/listheader_aqua_multi.gif);
	background-repeat: repeat-x;
	background-position: 0px -20px;
	
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis .multi3 {
	background-image: URL(//img.avk.lu/listheader_aqua_multi.gif);
	background-repeat: repeat-x;
	background-position: 0px -40px;
	
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis .multi4 {
	background-image: URL(//img.avk.lu/listheader_aqua_multi.gif);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	
	border:1px solid #666666;
	background-color:#C3A58D;
	text-align: center;
}

.MakeDevis .darkblue {
	background-image: URL(//img.avk.lu/listheader_darkblue.gif);
	background-repeat: repeat-x;
	background-color: #A4A5EB;
	
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis .blue th{
	background-image: URL(//img.avk.lu/listheader_aqua_blue.gif);
	background-repeat: repeat-x;
	
	border:1px solid #666666;
	text-align: center;
}

.MakeDevis tr.enlight  {
	background-color:#DDDDDD;
}

.MakeDevis .sep td {
	border-top:1px solid #666666;
	padding: 0px;
}

.MakeDevis .sep tr {
	height:1px;
}