/* MODULE OFFRES EE */
.module_offres_ee {background:#F8F8F8; border:1px solid #DADADA; margin-bottom:20px; border-radius:6px; padding:0 0; font-family: 'trebuchet ms', Helvetica;width: 338px;}
.module_offres_ee h2 { width:140px; background:#7fa011; padding:6px 20px; margin:-1px auto 0; text-align:center; border-bottom-left-radius:6px; border-bottom-right-radius:6px; color:white; font-size:14px; font-weight:normal; }
.module_offres_ee .content{overflow: hidden;padding-top: 21px; padding-bottom: 15px;}
.module_offres_ee .content .element{display: block; background:#FFF; border-top: solid 1px #ececec;border-bottom: solid 1px #ececec; margin-top: -1px; text-decoration: none; height: 70px;width: 100%;z-index: 1;}
.module_offres_ee .content .element:hover {box-shadow:0 0 6px rgba(0,0,0,0.15); background-color: white;z-index: 2;transform: scale(1, 1);border-top: solid 1px #DADADA;border-bottom: solid 1px #DADADA;}
.module_offres_ee .content .element .tableau{display: table;width: 100%;height: 100%;}
.module_offres_ee .content .element .tableau .illustration{display: table-cell;vertical-align: middle;padding-right: 14px; width: 90px;}
.module_offres_ee .content .element .tableau .illustration img{ width:90px; border:none; }
.module_offres_ee .content .element .tableau .illustration .noillustration { width:90px; color:#686868; font-size:11.5px; text-align:center; }
.module_offres_ee .content .element .tableau .texte{display: table-cell;vertical-align: middle;padding: 0 14px; width: 100%;}
.module_offres_ee .content .element .tableau .texte h3 {margin:0; font-size:13px; color: #484848; font-weight: 300;max-width: 200px;line-height: 16px;}
.module_offres_ee .content .element .tableau .texte span{display:block; color: #b5b5b5;font-size:12px; line-height: 16px;}
.module_offres_ee .content_bottom { text-align:right; }
.module_offres_ee .content_bottom a {display:inline-block; font-size:13px; color: #7fa011; padding:5px 20px; text-decoration: underline; margin :-5px 0 12px;}
.module_offres_ee .content_bottom a:hover {color: #668110;text-decoration:none;}