/* 
================================
 Container Styles for DotNetNuke
================================
*/  
.contpad {
margin-bottom:10px;
} 
.contpadprod {
margin-bottom:20px;
} 
.conttitlemauve {
  background: #7691c0 url("tr.gif") no-repeat top right;
}
.contcpmauve {
  background: #7691c0 url("bl.gif") no-repeat bottom left;
	padding: 5px 5px 10px 5px;
}
.conttitlevert {
  background: #b0d710 url("tr_green.gif") no-repeat top right;
}
.contcpvert {
  border: #b0d710 solid 1px;
	padding: 5px 5px 10px 5px;
}
.contcpmauveblanc {
  border: #7691c0 solid 1px;
	padding: 5px 5px 10px 5px;
}
.conttitleproduit {
	padding: 0 0 3px 8px;
}
.contcpproduit {
	padding: 0 8px;
}


