/* CSS Document */

/* tableau des offres spéciales et des nouveautés */

#catalogue {
	background-color: #FFFFFF;
	min-height: 520px;
	float: left;
	width: 520px;
	position: relative;
	top: 90px;
}
#catalogue hr {
	clear: both;
	overflow: hidden;
	border: solid 1px #ffffff;
	margin: 15px 0px;
}
#catalogue table {
	width: 100%;
	height: 100%;
	border: 0px;
}
#catalogue th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #aa2a27;
	width: 50%;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#catalogue th.gauche {
	border-right: solid 1px #d0cdc8;
}
#catalogue th.droit {
}
#catalogue td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 20px 20px 0px 20px;
}
#catalogue td a.rgeB {
	color: #d1332e;
	text-decoration: none;
	font-weight: bold;
}
#catalogue td a.rgeB:hover {
	text-decoration: underline;
}
#catalogue td.gauche {
	border-right: solid 1px #d0cdc8;
}
#catalogue .titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
#catalogue .titre span {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
