Merci de ces explications, mais...
Ca ne résoud pas mon problème, car je n'ai pas accès au template que tu as modifié. Seulement à la feuille de style qui le concerne. Donc je tourne en rond.
Il me semblait avoir lu que l'on pouvait donner la priorité aboslue à une feuille de style par rapport aux autres, mais je ne trouve pas comment. Et c'est pas faute de chercher.
Voici la feuille de style à laquelle j'ai accès :
#wrap{
width:100%;
background-color:#990000;
padding: 0px 0px 0px 0px;
}
#header{
background-color:#ffffcc;
background-image:url(http://www.dixconseils.fr/trombines/coinhaut.gif);
background-position: top left;
padding:0px 0px 0px 0px;
margin: 20px 20px 20px 20px;
height:200px;
}
#header-image{
background-color:#ffffcc;
background-image:url(http://www.dixconseils.fr/trombines/trombines.jpg);
background-position: top center;
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
margin: 20px 20px 0px 20px;
height:150px;
}
#content{
width:100%;
background-color:#990000;
}
#outer-middle {
background-color:#990000;
margin: 0px 10px 0px 280px;
}
#middle {
background-color:#990000;
padding: 0px 10px 10px 10px;
}
#posts .post {
background-color:#99000;
}
#posts .post-title {
background-color:#ffffcc;
background-image:url(http://www.dixconseils.fr/trombines/coinhaut.gif);
background-repeat:no-repeat;
padding 0px 0px 0px 0px;
font-family:Trebuchet MS,Verdana,sans-serif;
border-bottom:0px dotted #D9D9D9;
color:#43535D;
font-family:Trebuchet MS,Verdana,sans-serif;
font-size:15px;
font-style:normal;
font-weight:bold;
text-align:left;
text-decoration:none;
}
.post-title {
margin:0pt;
padding:7px 0px 0px 30px;
}
#posts .post-body {
background-color:#ffffcc;
padding: 20px 20px 20px 20px;
text-align:justify;
}
#posts .post-footer {
background-color:#ffffcc;
}
.post-footer {
background-color:#ffffcc;
background: url(http://www.dixconseils.fr/trombines/coinbas.gif) no-repeat bottom right;
padding 0px 0px 0px 0px;
}
.post-item-tags {
visibility: hidden;
height:0px;
margin: 0px 0px 0px 0px;
}
#outer-left {
background-color:#ffffcc;
float:none;
margin:0px 20px 0px 20px;
padding:0px 0px 0px 0px;
}
#left {
background-color:#ffffcc;
width:200;
float:center;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#outer-right {
background-color:#990000;
float:right;
width:220px;
margin-right:20px;
}
#right {
background-color:#ffffcc;
width:200px;
float:center;
padding:0px 0px 0px 0px;
margin-left:20px;
}
Et il faut que je fasse avec ça, sachant que si je ne précise pas certains attributs, le navigateur va les chercher dans une autre feuille de style, apparement...
Merci à nouveau pour ton aide en tout cas. Guillaume
ps : adresse du blog :
http://trombines.blog.fr Modifié par Florent V. (12 Sep 2007 - 17:41)