C'est que la feuille de style est externe sans doute
La voici : (je mets en gras le style appliqué aux divs en question)
A {
color:#006600;
text-decoration:none;
}
A:hover {
color:#006600;
text-decoration:underline;
}
.texteP, .puces, .titreChamp, #description {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #006600;
text-decoration: none;
cursor: default;
}
.texteGras {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #006600;
text-decoration: none;
cursor: default;
}
.liens {
cursor: hand;
text-decoration: underline;
}
.puces{
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
.presse {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: 006600;
text-decoration: none;
list-style-type: square;
border-bottom-width: thin;
border-bottom-style: dashed;
border-bottom-color: 006600;
list-style-position: inside;
}
.texteSouligne {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #006600;
cursor: default;
border: 1px #006633;
text-decoration: underline;
}
.champ {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #006600;
cursor: default;
background-color: c2ce99;
text-align: left;
vertical-align: middle;
background-image: none;
border: 0px none;
padding-left:5px;
}
.titreChamp{
text-align: right;
padding-right:5px;
margin-top:0;
margin-bottom:0;
}
.titreChamp:after{
content:" :";
}
.grosPHP, .grosCentre{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #006600;
text-decoration: underline;
cursor: default;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
list-style-type:none;
}
.grosCentre{
text-align:center;
}
.textePHP, .pucesPHP{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-align:justify;
text-transform: none;
color: #006600;
text-decoration: none;
cursor: default;
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
list-style-type:none;
}
.tableau{
border:1px solid white;
height:200px;
width:10000px;
}
.colonne{
border:1px solid #006600;
text-align:left;
width:200px;
height:200px;
}
[b].case{
float:left;
min-height:200px;
width:200px;
border:1px solid #006600;
margin:5px;
}[/b]
.detail{
}
.pucesTableau{
list-style-position:inside;
padding:5px;
vertical-align:text-top;
text-indent:5px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-align:left;
color: #006600;
}
.rupture1, .rupture2, .important{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-align:justify;
text-transform: none;
color: #006600;
text-decoration: none;
cursor: default;
margin-top:0;
margin-bottom:10px;
padding-top:0;
padding-bottom:0;
}
.rupture1{
font-weight:bold;
}
Merci