div#jobs {
	background-color:#141a28;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-align:left;
}
div.job {              			/* Hack pour IE */
	margin: 35px 0 0 0;
	height:215px;
	padding: 5px 5px 10px 5px;	
	border-bottom:1px ridge white;
}
html>body div.job {              /* Hack pour IE */
	margin: 15px 0 0 0;
	height:auto;
	min-height:225px;
	padding:5px;	
	border-bottom:1px dotted white;
}
img.jobthumb {
	/* display:block; */
	float:left;
	clear:left;
	margin: 0 10px 5px 0;
	border: 2px solid #cbe6ff;
}
h2.jobcust{
	color:#82bff8;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
h3.jobtitle{
	color:#cae3ff;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
