.module_ms {
		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_ms .top {
	background:url('/images/interface/modules/materiels-services/picto.jpg') no-repeat 0 0; padding:5px 0 0 60px; height:45px;
} 
.module_ms .top h1 {
	display:inline;
	overflow:hidden;
	float:left;
	width:100%;
	font-size:18px;
	margin-top:1px;
	font-weight: normal;
	line-height:30px;
}
.module_ms .top h1.ae { color:#f5a000; border-bottom:1px dotted #dadada; }
.module_ms .top h1.ee { color:#7fa011; border-bottom:1px dotted #dadada; }

.module_ms .content {
	display:block;
	width:336px;
	margin:1px 2px 1px 2px;
}
.module_ms .content_background {
	display:block;
	width:300px;
	padding:10px 18px 8px 18px;
/*	background:url('/images/interface/modules/materiels-services/background_motif.png') top right no-repeat;*/
}
.module_ms .content .produit {
	margin:15px 15px 0 15px;
	padding-bottom:17px;
	-padding-bottom:0;
	border-bottom:1px dotted #dadada;
	
}
.module_ms .content .produit .illustration {
	display:inline-block;
	-float:left;
	padding:0px;
	vertical-align:top;
}
.module_ms .content .produit .illustration a {
	display:block;
	margin-right:14px;
}
.module_ms .content .produit .illustration img {
	display:block;
	border:1px solid #dedede;
	padding:4px;
	background:#fcfcfc;
}
.module_ms .content .produit .titre {
	display:inline-block;
	width:140px;
	-float:left;
	vertical-align:top;
}

.module_ms .content .produit .titre a {
	font-size:12px;
	color:#727272;
	line-height:17px;
}
.module_ms .content .produit .titre a:hover {
	text-decoration:none;
}
