@charset "utf-8";
/* CSS Document */

#main {
	background-image: url(../images/table_bg.jpg);
}
#plaquette {
	margin-left: 100px;
	margin-top: 180px;
}
#plaquette .etoile {
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#plaquette h1 {
	font-size: 18px;
	margin-left: 55px;
	padding: 50px 0;
	width: 600px;
	text-align: center;
	line-height:18px;
	letter-spacing:2px;
}
#plaquette img {
	border: 5px solid #000000;
	margin-bottom: 40px;
	padding-bottom: 0px;
	margin-left: 10px;
}
#plaquette table {
	font-size: 14px;
	line-height: 20px;
}

#plaquette td {
	vertical-align:top;
}

