Bonjour,
après quelques modifications couronnées de succès dans mon code css ( grace à alsacreation, merci ) j'ai quand même une div qui est franchement positionnée trop bas,
voici mon code je vois pas ou est l'erreur , la div concernée est ".block" elle regroupe le bloc texte principale de ma page.
Merci d'avance
Modifié par michelmaguin (17 Oct 2010 - 10:34)
après quelques modifications couronnées de succès dans mon code css ( grace à alsacreation, merci ) j'ai quand même une div qui est franchement positionnée trop bas,
voici mon code je vois pas ou est l'erreur , la div concernée est ".block" elle regroupe le bloc texte principale de ma page.
#wrapper{
width:890px; margin:0 auto
}
.Style2{
font-size: 12px
}
.Style3{
font-size: 9px
}
a{
color:#333;
text-decoration:none
}
a:hover{
color:#CE341F;
text-decoration:none
}
body{
background:url(img/fond.png) no-repeat top center #FFFFFF;
padding: 0px 0px 20px 0px;
margin: 0px 0px 20px 0px;
font-family:Arial, Helvetica, sans-serif;
}
#logo{
background:url(img/logo.png) no-repeat top center;
width:188px;
height:234px;
float:left;
margin:-165px 0px 0px 50px;
padding:0
}
#labyrinthe{
background:url(img/laby.png) no-repeat top center;
width:167px;
height:355px;
float:left;
margin:90px 0px 0px -200px;
padding:0
}
#top-text{
font-size:12px;
color:#333;
width:400px;
line-height:150px;
text-align:right;
padding:0;
margin:0px 0px 0px 425px;
}
#conteneur{
width:889px;
margin:0px auto;
padding:0
}
#menu{
margin:0px;
padding:0
}
#menu ul li{
list-style:none;
float:left;
padding:0;
}
#menu ul li a{
display:block;
text-decoration:none;
text-align:center;
font-size:14px;
color:#333333;
line-height:47px;
}
#menu ul li a.bt1{
height:74px;
width:100px;
background:url(img/bt1.png) no-repeat top left;
}
#menu ul li a.bt2{
height:74px;
width:104px;
background:url(img/bt2.png) no-repeat top left;
}
#menu ul li a.bt3{
height:74px;
width:135px;
background:url(img/bt3.png) no-repeat top left;
}
#menu ul li a.bt4{
height:74px;
width:131px;
background:url(img/bt4.png) no-repeat top left;
}
#menu ul li a.bt5{
height:74px;
width:127px;
background:url(img/bt5.png)no-repeat top left;
}
#menu ul li a:hover{
background-position:bottom left;
}
.block {
max-width:545px;
margin:0px 0px 0px 250px;
padding:0;
}
.img {
float:right;
margin:10px 0px 5px 10px;
padding:0
}
p{
font-size:12px
}
.text{
text-align:justify;
color:#333;
font-size:1em
}
.titre h1{
font-weight:bold;
color:#CE341F;
font-size:12px;
padding:0;
margin:0px 0px 0px 0px
}
.bas{
margin:70px 0px 80px 290px;
padding:0px;
font-size:10px
}
#brel{
width:180px;
height:80px;
text-align:left;
font-size:10px;
float:left;
margin:455px 0px 0px -200px;
padding:0}
.jacques{
font-weight:bold;
width:180px;
height:80px;
text-align:right;
font-size:9px;
float:left;
margin:3px 0px 0px 0px;
padding:0}
Merci d'avance
Modifié par michelmaguin (17 Oct 2010 - 10:34)