Bonjour,
j'aimerais changer la largeur de mon bloc 'central' qui contient le contenu du texte et je pensais que c'était l'attribut width qui devait être changé (du div #bloc) mais quand je le modifie il change de position mais pas de largeur.
Je vous poste la feuille css:
j'aimerais changer la largeur de mon bloc 'central' qui contient le contenu du texte et je pensais que c'était l'attribut width qui devait être changé (du div #bloc) mais quand je le modifie il change de position mais pas de largeur.
Je vous poste la feuille css:
* { margin:0;padding:0; }
body {
font:normal 0.7em Verdana, "Trebuchet MS", Tahoma, Helvetica, Sans-serif;
background:white url(./images/interface/bg.png) repeat-x;
color:#535252;
}
#page {
width:720px;
margin:0 auto;
}
h1 {
background:url(./images/interface/header.jpg) top left no-repeat;
text-indent:-9000px;
width:100%;
height:100px;
margin-top:23px;
}
h1 span {
color:#1187CB;
text-transform:uppercase;
}
img#logo { border:0;margin:35px 0 0 20px; }
ul#menu {
list-style-type:none;
float:right;
text-align:center;
margin-top:-2px;
}
ul#menu li {
display:inline;
}
ul#menu a {
display:block;
float:left;
width:80px;
height:25px;
color:#535252;
text-transform:uppercase;
background:url(./images/interface/puce_menu.png) 100px no-repeat;
text-decoration:none;
}
ul#menu a:hover {
display:block;
float:left;
width:80px;
height:25px;
color:#535252;
text-transform:uppercase;
background:url(./images/interface/puce_menu.png) bottom no-repeat;
text-decoration:none;
}
#contenu {
width:654px;
margin-top:-32px;
}
#menu_gauche {
background:url(./images/interface/bg_menu.png) top left no-repeat;
width:161px;
float:right;
}
#menu_gauche h2 {
color:#1187CB;
text-transform:uppercase;
font:normal 1.3em Verdana, Sans-serif;
margin:10px 0 5px 10px;
}
#menu_gauche ul {
list-style-type:none;
margin-left:20px;
width:125px;
}
#menu_gauche a {
border-bottom:1px dotted #CCCACA;
height:20px;
display:block;
padding:15px 0 0 10px;
text-decoration:none;
color:#535252;
}
#menu_gauche a:hover { text-decoration:underline; }
#bloc {
background:url(./images/interface/bg_contenu.png) top left no-repeat;
width:459px;
float:right;
text-align:justify;
}
#bloc h2 {
color:#1187CB;
font:normal 1.6em Verdana, Sans-serif;
background:url(./images/interface/puce_titre.png) left no-repeat;
text-indent:15px;
margin:5px 10px;
}
#bloc p {
width:440px;
margin:0 10px;
}
p.desc { color:#DCDADA;font:normal 0.8em Verdana, Sans-serif;padding:0 0 5px 10px; }
p.desc a { color:#DCDADA;text-decoration:none; }
p.desc a:hover { text-decoration:underline; }
p.commentaires { padding:15px 0 3px 0;text-align:right;width:100%;border-bottom:1px dashed #807F7F; }
p.commentaires a { color:#1187CB;text-decoration:none; }
p.commentaires a:hover { color:#1187CB;text-decoration:underline; }
p.commentaires em { font-style:normal;font-weight:bold; }