html{
  overflow-y:scroll;
}
body{
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
}
img {
border:none;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;

}
a{
	outline: 0px;

}
.content {
	padding:12px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #383433;
	text-decoration: none;
}
.process a {
	color: #983a2e;
	text-decoration: none;
	font-weight: bold;
}
.process a:hover{
	color: #383433;
	text-decoration: none;
}
.menu {
	padding-top:6px;
	padding-left:10px;
	color:#FFF;
	font-size:13px;
	text-align:left;
}
.menu a{
	color:#FFF;
	text-decoration:none;
}
.menu a:hover{
	color:#d6d1ce;
}
.menucrumb {
	font-size:12px;

}
.legend {
	font-size:12px;
}
.titre {
 margin-bottom:8px;
}
.legend table{
	font-size:12px;
}
.debug{
	padding: 32px;
	background-color: #FFF;
	margin-top: 32px;
}
.prod_cursor{
	height: 6px;
	border: 0;
	border: none;
	border-color: #FFF;
	background-color: none;
	color: none;
	font-size: 0px;
}
.bg_gray{
	background-color: #726D6A;
}
.list_element .price2{
	font-size: 24px;
	color: #df0015;
}

.list_element .resume2{
	color: #000;
	font-size: 10px;
}
/*
.facture_total list td{
	background-color:#33CC99;
	border: 1px solid #
	color:#CC9900;
}
table.list{
	width: 522px;
}

table.sub_list{
	font-size:11px;
}

.list{
	border-collapse: collapse;
	margin: 1px;
}
.list td, .list th{
	padding: 5px;
}
.list thead, .list th{
	background-color: #483F55;
	color: #AACA00;
	border: 1px #483F55 solid;
}
.list tbody td, .list th{
	border: 1px #483F55 solid;
}
*/


.bouton{
	border: 1px solid #8F8F8F;
	background-color: #8F8F8F;
	padding: 4px;
	color: #FFF;
	display: inline-block;
}

.list{
	border-collapse: collapse;
	margin: 1px;
}
.list td, .list th{
	padding: 5px;
}

.list tbody td{
	background-color: #FFF;
}


.list thead, .list th{
	background-color: #8F8F8F;
	color: #fff;
	border: 1px #8F8F8F solid;
}
.list tbody td, .list th{
	border: 1px #8F8F8F solid;
}

.debug{
	position: absolute;
	background-color: #FFF;
	top: 8px;
	right: 8px;
	padding: 4px;
	font-size: 9px;
	display: none;
}

