.module_offres {
	border:1px solid #d6d6d6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:block;
	overflow:hidden;
	width:327px;
	background:#fff url('/images/interface/modules/common/bg_modules_new.gif') repeat-x;
	margin-bottom:19px;
	padding:0 15px 5px 0;
}
.module_offres .top {
	background:url('/images/interface/modules/offres/picto.jpg') no-repeat 0 0; padding:5px 0 0 60px; height:50px;
	} 

.module_offres .top h1.ae,
.module_offres .top h1.ee {
	display:inline;
	overflow:hidden;
	float:left;
	width:100%;
	font-size:18px;
	margin-top:1px;
	font-weight: normal;
	line-height:30px;
}
.module_offres .top h1.ae { color:#f5a000; border-bottom:1px dotted #dadada; }
.module_offres .top h1.ee {  color:#7fa011; border-bottom:1px dotted #dadada;  }

.module_offres .content_background {
	width:336px;
	border:1px solid #ffffff;
/*	background:URL('/images/interface/modules/offres/degrade.png') bottom repeat-x;*/
	margin-left:1px;
}

.module_offres .content_offres {
	display:block;
	overflow:hidden;
	height:auto;
	border-bottom:1px dotted #dadada;
	padding-bottom:15px;
	margin-left:15px;
}

.module_offres .content_offres .offre {
	display:inline;
	overflow:hidden;
	float:left;
	color:#484848;
	width:135px;
	height:auto;
	margin-left:3px;
}

.module_offres .content_offres .offre img {
	display:block;
	overflow:hidden;
	width:130px;
	border:1px solid #c9c9c9;
}

.module_offres .content_offres .offre .noillustration {
	display:block;
	width:120px;
	height:50px;
	padding:5px;
	border:1px solid #c9c9c9;
	background-color:#ffffff;
	text-align:center;
	color:#484848;
	font-size:12px;
}

.module_offres .content_offres .offre .descriptif {
	display:block;
	overflow:hidden;
	width:132px;
	height:auto;
	font-size:11px;
	color:#959595;
	text-align:center;
	padding-top:7px;
}

.module_offres .content_offres .offre a {
	text-decoration:none;
}

.module_offres .content_bottom {
	overflow:hidden;
	text-align:center;
	font-size:11px;
	color:#7c7c7c;
	padding:15px 7px;
}
.module_offres .content_bottom a {display:block; color:#666666;}
.content_bottom a:hover {
	text-decoration:none;
	color:#F5A000;
}
