body {
	background: url(images/fond.png);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1em;
}

p {
	font-size: 0.8em;
}

hr {
	background: #000;
	color: #000;
	border: 0;
	height: 1px;
}

div.carte {
	position: relative;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background: #fff;
	margin: 10px;
}

div.logo {
	position: absolute;
	left: 0;
	width: 120px;
	margin: 5px;
}

div.info {
	margin-left: 130px;
}
