/***********************************************************/
/*                                         etape3.php                                          */
/***********************************************************/
table#zones_geo {
	margin-left: 50px;
}
table#zones_geo td {
	border: 0px solid #000;
	width: 180px;
	text-align: left;
}



/***********************************************************/
/*                                    Page de comptage                                     */
/***********************************************************/

table#comptage {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table#comptage td {
	border: 1px solid #C1C1C1;
}

table#comptage td.fct {
	padding-left: 4px;
	padding-right: 10px;
}

table#comptage td.occ {
	padding-right: 4px;
	width: 40px;
	text-align: right;
}



table#facturation {
	margin-left: auto;
	margin-right: auto;
}

table#facturation td.ligne {
	width: 100px;
	background-image: url(../images/ligne.jpg);
	background-repeat: repeat-x;
}

table#facturation td.intitule {
	padding-right: 10px;
}

table#facturation td.somme {
	padding-left: 10px;
	text-align: right;
}


table#form_client td.intitule {
	width: 170px;
}

table#form_client td.soumision {
	text-align: center;
}


/***********************************************************/
/*                               Page bon de commande                                  */
/***********************************************************/
table#bondecommande {
	margin-left: auto;
	margin-right: auto;
	width: 500px;

}

table#bondecommande td{
	padding: 10px;
	border: 1px solid #CCC;
}

table#bondecommande td#client{
	background-color: #F7F7F7;
}

table#bondecommande td#print {
	border: 0px solid #CCC;
	text-align: right;
}

table#bondecommande td#logo {
	border: 0px solid #CCC;
}
