/* Définit la couleur d'arrière plan du texte des home à thèmes
 */
 
.themeMainImg h1 span{
	background:#fff;
	color:#2193b0;
}

.themeMainImg {
	width:482px; 
	height:205px;
	float:left;
	background: url(../images/image_bleu.jpg);
}