/* CSS Document */
@media screen{
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1{
	font-size:20px;
	font-weight:bold;
}

h2{
	font-size:18px;
	font-weight:bold;
}

h3{
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
}

h4{
	font-size:14px;
	font-weight:bold;
}

hr{
	border:0px;
	background-color:#685637;
	height:2px;
	width:100%;
}
a:link, a:visited{
	/*color:#ddc89c;*/
	color:#f5e691;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

select{
	background-color:#685637;
	border:#333 1px solid;
	color:#FFF;
}

input[type=text]{ 
	background-color:#685637;
	border:#333 1px solid;
	color:#FFF;
	width:100%;
}
input[type=password]{ 
	background-color:#685637;
	border:#333 1px solid;
	color:#FFF;
}

input{ 
	background-color:#685637;
	border:#333 1px solid;
	color:#FFF;
}

/*input[type=submit]{ 
	background-color:#856d44;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #4b3e27;	box-shadow: 1px 1px 1px #4b3e27;
	cursor:pointer;
}
*/
.bouton{
	color:#f5e691;
	background-color:#856d44;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #4b3e27;	box-shadow: 1px 1px 1px #4b3e27;
	cursor:pointer;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
	padding-top:2px;
	text-align:center;
}

.bouton:hover{
	-moz-box-shadow: 0px 0px 0px #4b3e27;	box-shadow: 0px 0px 0px #4b3e27;
}

.ajout_panier{
	width:200px;
	position:absolute;
	z-index:2;
	margin-top:2px;
}

 .added_successfully_notification {
	 color:#f5e691;
    background-color: #856d44;
	z-index:1;
	position:absolute;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	width:200px;
	margin-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	padding-left:2px;
	padding-top:2px;
	text-align:right;	
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
	-webkit-transform: translate(5px,0px);
    -moz-transform: translate(5px,0px);
    -o-transform: translate(5px,0px);
    -ms-transform: translate(5px,0px);
	opacity : 0; 
    -moz-opacity : 0; 
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */ 
    filter : alpha(opacity=0); /* IE < 8 */ 
  }
  
  .added_successfully_notification2 {
	  color:#f5e691;
    background-color: #A4814C;
	z-index:1;
	position:absolute;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	width:200px;
	margin-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	padding-left:2px;
	padding-top:2px;
	text-align:right;	
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
	-webkit-transform: translate(180px,0px);
    -moz-transform: translate(180px,0px);
    -o-transform: translate(180px,0px);
    -ms-transform: translate(180px,0px);
	opacity : 1; 
    -moz-opacity : 1; 
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */ 
    filter : alpha(opacity=100); /* IE < 8 */ 
  }



/*input[type=submit]:hover{ 
	-moz-box-shadow: 0px 0px 0px #4b3e27;	box-shadow: 0px 0px 0px #4b3e27;
}
input[type=button]{ 
	background-color:#856d44;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #4b3e27;	box-shadow: 1px 1px 1px #4b3e27;
	cursor:pointer;
}
input[type=button]:hover{ 
	-moz-box-shadow: 0px 0px 0px #4b3e27;	box-shadow: 0px 0px 0px #4b3e27;
}
input[type=button][disabled=disabled]{ 
	background-color:#FFF;
	border:#333 1px solid;
	border-radius: 10px;	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #4b3e27;	box-shadow: 1px 1px 1px #4b3e27;
}*/

input[type=checkbox]{
	background-color:#685637;
	border:#333 1px solid;
}

textarea { 
	background-color:#685637;
	border:#333 1px solid;
	color:#FFF;
}

#map{
	border:#000 1px solid;
}

#navbar{
	color:#C60;
	width:100%;
	padding-left:7px;
	padding-right:7px;
	font-size:12px;
}

#wraper{
	position:relative;
}

#confirmation_box{
	top:0px;;
	left:0px;
	right:0px;
	bottom:0px;
	position:fixed;
	background-image:url(../images/50_pourcent.png);
	z-index:9;
}

#floating_confirmation_div{
	margin-left:50%;
	margin-top:50%;
	position:fixed;
	z-index:10;
	background-color:#846239;
	text-align:center;
	padding:20px;
	border:#A66B36 thick solid;
}

.onglet_selectionne{
	background-color:#856d44;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	border-top:#333 1px solid;
	font-weight:bold;
	border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
}

.onglet_non_selectionne{
	background-color:#685637;
	border:#4b3e27 1px solid;
	font-weight:bold;
	cursor:pointer;
	border-top-left-radius: 10px; -moz-border-top-left-radius: 10px;
	border-top-right-radius: 10px; -moz-border-top-right-radius: 10px;
	-moz-box-shadow: inset 0px -2px 2px #4b3e27;
	box-shadow: inset 0px -2px 2px #4b3e27;
}
.contenu_onglet{
	background-color:#856d44;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	border-bottom:#333 1px solid;
}

.boite_blanche{
	border:#000 1px solid;
	background-color:#FFF;
	padding:10px;
}
.boite_blanche hr{
	background-color:#000;
}
.important{
	border:#000 2px solid;
	padding:10px;
}
.label{
	font-weight:bold;
	vertical-align:top;
}

.panier_table{
	width:100%;
	border-collapse:collapse;
}
.panier_table td{
	border:#000 1px solid;
	padding:2px;
}
.panier_titre{
	background-color:#685637;
	border:#333 1px solid;
}
.panier_label td{
	background-color:#856d44;
}
.panier_code{
	background-color:#A4814C;
}
.panier_item:hover{
	background-color:#8B6134;
}
.panier_item{
	background-color:#A4814C;
	cursor:pointer;
}
.panier_item #div_selection_produit_onglet td{
	border:none;
}
.panier_pen_and_trash{
	white-space:nowrap;
	background-color:#856d44;
}

.small{font-size:9px; font-weight:normal;}

.red{color:#C00;}
/*************************************************/
.KT_tng a:link {color:#06F;}
.KT_tng a:visited {color:#06F;}
.KT_tng a:hover {color:#06F;}
.KT_tngform {width:100%;}
.KT_tngtable {width:98.5%;}

.KT_bottomnav button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
	display:none;
}

}
@media print{
.noprint{
	display:none;
}
.panier_table{
	width:100%;
	border-collapse:collapse;
}
.panier_titre{
	background-color:#FFF;
	border:#333 1px solid;
}
.panier_label td{
	background-color:#FFF;
	border:#333 1px solid;
}
.panier_item td{
	border:#333 1px solid;
}
}
