div.mod_header_planet {
  background: #E1FFF6 url(../images/mod_planete.png) bottom right no-repeat;
  padding: 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_faq {
  background: #D9E5AA url(../images/mod_faq.png) bottom right no-repeat;
  padding: 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_blue_light {
  background: #fff url(../images/module_bleu_c.png) repeat-x;
  padding: 5px 10px 15px 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_blue {
  background: #fff url(../images/module_bleu.png) repeat-x;
  padding: 5px 10px 15px 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_green {
  background: #fff url(../images/module_vert.png) repeat-x;
  padding: 5px 10px 15px 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_orange {
  background: #fff url(../images/module_orange.png) repeat-x;
  padding: 5px 10px 15px 10px;
  margin-bottom: 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow: #e3eaff 1px 1px 6px;
  -webkit-box-shadow: #e3eaff 1px 1px 6px;
  box-shadow: #e3eaff 1px 1px 6px;
}

div.mod_header_blue_light .titre_mod, div.mod_header_blue .titre_mod, div.mod_header_green .titre_mod, div.mod_header_orange .titre_mod, div.mod_header_planet .titre_mod, div.mod_header_faq .titre_mod {
display: block;
line-height: 25px;
font-size: 14px;
font-weight: bold;
color: #555;
margin-bottom: 6px;
}
