html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

p {margin: 0 0 10px 0; padding: 0;}

h1 {
	font-size: 19px;
	margin: 0; padding : 0;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #666666;
}
.ligne_horizontale_top {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 100px;
	background-image: url(images/print_points_horizontal.png);
	background-repeat: repeat-x;
}
.ligne_horizontale_1, .ligne_horizontale_2 {
	width: 300px;
	height: 2px;
	position: absolute;
	left: 200px;
	background-image: url(images/print_points_horizontal.png);
	background-repeat: repeat-x;
}
.ligne_horizontale_1 { top: 220px; }
.ligne_horizontale_2 { top: 340px; }
.ligne_verticale_1, .ligne_verticale_2 {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0px;
	background-image: url(images/print_points_vertical.png);
	background-repeat: repeat-y;
}
.ligne_verticale_1 {left: 200px;}
.ligne_verticale_2 {left: 500px;}
.code_print {
	width : 200px;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	background-image : url(images/print_code_print.png);
	background-position : bottom right;
	background-repeat : no-repeat;
}
.code_barre {
	width : 280px;
	height : 20px;
	position : absolute;
	left : 210px;
	top : 475px;
	background-image : url(images/print_code_barre.png);
	background-repeat : no-repeat;
	background-position : right;
}
.ciseaux {
	width : 600px;
	height : 100px;
	position : absolute;
	left : 0px;
	top : 0px;
	background-image : url(images/print_ciseaux.png);
	background-position : bottom right;
	background-repeat : no-repeat;
}
.titre_global {
	width : 280px;
	position : absolute;
	left : 212px;
	top : 70px;
	vertical-align : text-bottom;
}
.texte_1, .texte_2, .texte_3, .titre_1, .titre_2 {
	width : 280px;
	position : absolute;
	left : 210px;
}
.texte_1 {top: 140px;}
.texte_2 {top: 260px;}
.texte_3 {top: 350px;}
.titre_1, .titre_2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 15px;
}
.titre_1 {top: 110px;}
.titre_2 {top: 230px;}