html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
input{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	height: 100%;
}
body{
	height: 100%;
	width: 100%;
	color: #FFF;
	background: #9C8D85 url('fond.jpg') top left repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#logo{
	position: absolute;
	top: 8px;
	left: 10px;
}
.centre{
	text-align: center;
}
#texte{
	position: absolute;
	top: 116px;
	left: 16px;
	width: 181px;
	height: 173px;
	padding: 40px 20px 20px 20px;
	background: url('en_kiosque.gif') top left no-repeat;
}
#lien_PDF{
	display: block;
	width: 160px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
#lien_PDF:link, #lien_PDF:visited{
	color: #FFF;
	text-decoration: none;
}
#lien_PDF:active, #lien_PDF:hover{
	color: #F00;
	text-decoration: none;
}
#lien_PDF img{
	margin: 5px 0px;
	border: 2px #555 solid;
}
#formulaire{
	position: absolute;
	top: 116px;
	left: 275px;
	width: 391px;
	height: 403px;
	padding: 40px 20px 20px 20px;
	background: url('commande.gif') top left no-repeat;
}
table{
	border-spacing: 0;
}
small{
	font-size: 80%;
	color: #444466;
}
.numero{
	font-weight: bold;
}
td.numero{
	padding: 6px;
}
.erreur{
	background: #FF3333;
	color: #222244;
}
#erreur{
	background: #EE5555;
	color: #222244;
	padding: 3px 5px;
	border: 2px #222233 solid;
	margin: 0 0 6px 0;
}
#erreur ul{
	list-style-type: disc;
	padding-left: 1.25em;
}
#formulaire b{
	font-size: 120%;
	color: #000000;
}
button{
	margin: 3px 0;
	padding: 3px 12px;
	border: 2px #802509 outset;
	background: #E42 top left no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}