.tdBorder {
	width: 410px;
	border: 1px solid black;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}


.clsMain {
	position: relative;
	float: left;
	width: 400px;
	height: 500px;
}


.clsCoin {
	width: 120px;
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: center;
}


.clsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
}


.clsSujet {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 380px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: +1px +1px 0 #000;
}


.clsTitre {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 330px;
	font-family: "Lucida Bright", "Times New Roman", Georgia, serif;
	font-size: 48px;
	color: #FFFFFF;
	text-shadow: +1px +1px 0 #000;
}


