La description du div ci-dessous n'est pas appliquée sur du html, pourtant le span hérite apparemment du div

[.nomApplicatif
{/* proprietes du texte */
font-family: Arial;
font-size: 17px;
font-weight: bold;
color: #FFFFFF;
}
.nomApplicatif div
{/* proprietes du texte */
border-width: 0;
text-align: left;
background-color: #1245ee;
width: 1024px;
}
.nomApplicatif span
{/* proprietes du texte */
height: 52px;
border-width: 0;
background-color:#D9E5F0;
}]


[ <body style="text-align:center;background-color:#FFFFFF;margin:0;">
<form id="formulaire" name="formulaire" action="">
<div class="nomApplicatif">
<span style="width:120px;background-image:url(../images/webAppli_entete_Logo.gif);"></span>
<span style="width:278px;background:#2A77B5 url(../images/webAppli_entete_dec4.gif) bottom repeat-x;"><br/>
{nomApplication}
</span>
<span style="width:20px;background-image:url(../images/webAppli_entete_dec2.gif);"></span>
<span class="liensEntete" style="width:100px;">
{numeroVersion}
</span>
<span class="LiensEntete" style="width:100px;">
{versIntranet}
</span>
</div>
</form>
]
Bonjour,

C'est normal: le sélecteur .nomApplicatif div ne vise aucun élément HTML qui soit présent dans la page (il n'y a pas d'élément div dans la <div class="nomApplicatif">).