#offre table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #000;
	margin: 15px 0 0 25px;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #f60;
	font-size: 1em;
	border: 1px solid #FFF;
	height: 30px;
}
thead th#carac {
	width: 150px;
}
thead th {
	width: 80px;
}
#offre tbody tr {
	background: #FFF;
}
tbody tr td {
	height: 20px;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	color: #5190D7;
	font-size: 1em;
	font-weight: bold;
}
tbody tr td {
	text-align: center;
}
tbody tr td.carac {
	text-align: left;
}
#offre tbody tr:hover td {
	background: #DDF7FF;
}
#offre tbody td a:hover {
	text-decoration: none;
	border-bottom: dashed 2px #09c;
}
#offre td.case {
	background:  url(images/case.gif) no-repeat 30px -2px #fff;
}
#offre tr:hover td.case {
	background:  url(images/case-hover.gif) no-repeat 30px -2px #DDF7FF;
}
/*Prix*/
tbody td + td + td + td + td, tbody td + td + td, tbody td + td {
	text-align: center;
	color: #5190D7;
	font-weight: normal;
	vertical-align: middle;
}
tbody tr td span, #back_offre span {
	color: #CD0D1E;
	font-weight: bold;
}