body {
	margin: 0px;
	background-color: #ffffff;
}
body, p, td, input, textarea {
	color: #555555;
	font-family: Tahoma;
	font-size: 13px;
}
h1{
font-size:16px;
}
h2{
font-size:14px;
}
.copyright{
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
}
.cpr{
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
}
.copy_blanc{
	color: #fff;
	font-family: Tahoma;
	font-size: 9px;
}
.arborescence{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
}
.tableau{
	border:1px dashed #014d26;
}
.rouge{
	color : #990000;
}
.blanc{
	color : #fff;
}
.titre_orange{
	color : #e58200;
	font-size:16px;
}
.titre{
	font-size:16px;
}
a:link, a:visited {
	color:#647cb9;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
}
a.blanc:link , a.blanc:visited {
	color:#fff;
	text-decoration:none;
	font-size:9px;
}
a.blanc:hover {
	color:#990000;
	text-decoration:none;
}
.tab_prod{
	border-top : 1px dashed black;
}
.tab_img{
	border : 1px dashed black;
}
.form{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
.txt_panier{
	font-size:9px;
}
.form_produit{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
}
.btn_ajout_panier {
width:200px;
height:50px;
border:none;
background: transparent url(compte/images/ajout_fichier.png) no-repeat center center;
}
.btn_ajout_panier:hover {
background: transparent url(compte/images/ajout_fichier2.png) no-repeat center center;
cursor:pointer;
}
.img_com{
	opacity : 0.3;
    -moz-opacity : 0.3;
    -ms-filter: "alpha(opacity=30)"; /* IE 8 */
    filter : alpha(opacity=30); /* IE < 8 */ 
}
/** Facture ****/
.facture_complet{
border : 1px solid black;
}
.facture_complet_no_top{
border : 1px solid black;
border-top : none;
}
.facture_complet2{
border : 1px solid black;
border-right : none;
}
.facture_semi{
border-bottom: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
}
.facture_b_gauche{
border-left: 1px solid black;
}
.copyright_b_gauche{
border-left: 1px solid black;
border-bottom: 1px solid black;
color: #990000;
font-size: 14px;
font-weight:bold;
}
.facture_b_gauche_droite{
border-left: 1px solid black;
border-right: 1px solid black;
}
.facture_b_gauche2{
border-left: 1px solid black;
border-bottom: 1px solid black;
}
.facture_b_gauche_droite2{
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
.tab2{
border : 1px inset black;
}
.totaux{
font-weight:bold;
}
.totaux3{
text-align:right;
}
/*******Fin facture*/
