.d_none{ display:none !important;}
.d_block{ display:block !important;}
.d_iblock{ display:inline-block !important;}

.noPadding{
	padding-left:0px!important;
	padding-right:0px!important;
}

.borderRed{
	border:1px solid red;
}

.tarifs-achats{
	background-color:#FF0000;
	color:#FFFFFF;
	width:auto;
	text-align:center;
	float:right;
	margin:10px 50px 10px 0;
	font-weight:bold;
	padding: 5px 10px;
}

.tarifs-achats:hover{
	background-color:#333333;
	color:#FFFFFF;
}

a{ color:#000000; }
a:hover{ color: #E86F16; text-decoration: none; }

#btn_top_droit{
	margin-top:20px;
	float:right;
	font-size: 20px;
}

#btn_top_droit a{
	display:block;
	background-color:#EC7018;
	padding: 7px 10px;
	color:white;
	font-weight: 700;
	text-decoration:none;
	line-height:20px;
	width:150px;
	margin-top: 20px;
}
#btn_top_droit a:nth-child(1){
	margin-top:0px;
}
#btn_top_droit a:hover{
	background-color:#D0D0D0;
	color:#000;
	text-decoration: none;
}
/****** Formulaire ******/
input[type="text"],
input[type="email"], textarea{
	border:1px solid #000!important;
}

select{
	border:1px solid #000;
	width:150px;
}
.infoCommande { width: 100%; }
.infoCommande label{
	width:160px;
}
.infoCommande label.mini, .infoLivraison label.mini{
	margin-left:15px;
	width:190px;
}
.infoCommande input[type="text"],
.infoLivraison input[type="text"].double{
	width:220px;
}
.infoLivraison textarea{
	width:655px;
	max-width:655px;
}

#blocCommande{
	margin-top:20px;
}

#bonCommande{
	margin-top:15px;
}
#bonCommande input[type="file"]{
	display:inline-block;
}
#bonCommande label{
	width:170px;
}
#bonCommande label.mini{
	margin-left:5px;
	width:80px;
}
#bonCommande textarea{
	width:655px;
	min-width: 655px;
	max-width: 655px;
	min-height:60px;
}
table#visu-tampon tr th,
table#visu-tampon tr td{
	text-align:center;
}
table#visu-tampon tr th:first-child,
table#visu-tampon tr td:first-child{
	text-align:left;
}

span.glyphicon-cog,
span.glyphicon-remove{
	font-size: 14px;
}

span.glyphicon-cog:hover,
span.glyphicon-remove:hover{
	color:#EC7018;
}
table.table-historique{
	width:95%;
	margin:0 auto;
}
table.table-historique tr th,
table.table-historique tr td{
	text-align:center;
}

.desactiv { background-color: #E3E3E3; }
.facturationBloc, .livraisonBloc { display:inline-block; }
