body {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: #212121 url('img/bg.png') repeat-x;
}



/* Centrer la page */
div#container {
	position: relative;
	width: 680px;
	margin: 0 auto;
	padding: 0;
}



/* Titre, sous titre, et cover */
h1 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 60px;
	width: 451px;
	height: 32px;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
	font-size: 1em;
	background: url('img/sprites.png') no-repeat 0 0;
}
h2 {
	position: absolute;
	z-index: 2;
	top: 78px;
	left: 313px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
h2#commandez {
	width: 326px;
	height: 37px;
	background: url('img/sprites.png') no-repeat 0 -41px;
}
h2#merci {
	width: 51px;
	height: 16px;
	margin-left: 2px;
	background: url('img/sprites.png') no-repeat 0 -90px;
}
div#cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 265px;
	height: 529px;
}



/* On place le contenu de la page */
form#achat {
	position: absolute;
	z-index: 3;
	top: 140px;
	left: 318px;
	font-size: 0.7em;
}

div#confirmation {
	position: absolute;
	z-index: 3;
	top: 100px;
	left: 318px;
	font-size: 0.7em;
}

/* Confirmation */
p#adresse {
	padding-left: 10px;
}


/* Label et éléments du formulaire */
div.form-block {
	padding: 2px 0 2px 0;	
}
label {
	display:block;
	float: left;
	width: 120px;
	padding-top: 3px;
	font-weight: bold;
	cursor: pointer;
}
div#mode-paiement {
	padding-bottom: 25px;
}



/* input */
input.text {
	width: 195px;
	padding: 1px 3px 1px 3px;
	border: 2px solid #fff;
	color: #151515;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	background: #fff;
}
input#adresse2 {
	display: block;
	margin: 3px 0 3px 120px;
}
input#code-postal { width: 45px; }
div.submit { margin-top: 20px; }
input.submit {
	display: block;
	width: 166px;
	height: 61px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url('img/sprites.png') no-repeat 0 -116px;
	cursor: pointer;
}

/* Pour les input checkbox et radio */
div.inline-form-block label {
	display: inline;
	float: none;
	width: 0;
	font-weight: normal;
}



/* Message + switch */
p { text-align: justify; }
.hide { display: none; }
.display { display: block; }

p.erreur {
	margin-top: -12px;
	color: red;
}


/* bottom */
div#bottom {
	position: absolute;
	top: 510px;
	left: 365px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0.6em;
}
a {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}