bonjour
j'ai rencontré un problème, car je n'arrive pas à aligner le texte verticalement CS4
lorsque je mets : Code : CSS
@charset "utf-8"; #conteneur #contenu #menu_gauche ul li { font-family: "Times New Roman", Times, serif; font-size: 22px; background-color: transparent; background-image: url(../images/-arrow03-D.jpg); background-repeat: no-repeat; background-position: 170px 8px; padding-right: 20px; }
#conteneur #contenu #menu_gauche ul ul li { font-family: "Times New Roman", Times, serif; font-size: 18px; background-color: transparent; background-image: url(../images/-arrow01-D.jpg); background-repeat: no-repeat; background-position: 150px 5px; padding-right: 40px; }
#conteneur #contenu #menu_gauche ul ul ul li { font-family: "Times New Roman", Times, serif; font-size: 14px; background-color: transparent; background-image: url(../images/--arrow00-D.jpg); background-repeat: no-repeat; background-position: 120px 2px; padding-right: 70px; }
#conteneur #contenu #menu_gauche ul li strong a { color: #014C74; text-decoration: none; }
#conteneur #contenu #menu_gauche ul li strong a:hover { color: #FFF; }
#menu_gauche { height: 340px; width: 200px; left: 685px; position: absolute; background-color: #98A9CA; -moz-border-radius-topleft:30px; -moz-border-radius-topright:30px; -moz-border-radius-bottomleft:30px; -moz-border-radius-bottomright:30px; -webkit-border-top-left-radius:25px; -webkit-border-top-right-radius:25px; -webkit-border-bottom-left-radius:25px; -webkit-border-bottom-right-radius:25px; top: 153px; }
#conteneur #contenu #menu_gauche ul { color: #014C74; text-align: right; list-style-type: none; width: 180px; padding-left: 0px; margin-top: 4px; }
#conteneur #contenu #menu_gauche ul ul ul { color: #014C74; text-align: right; list-style-type: none; }
#conteneur #contenu #menu_gauche ul ul{ color: #014C74; text-align: right; list-style-type: none; }
#contenu { height: 500px; width: 900px; position: relative; background-color: #FFF; }
body { background-color: #E1E6EF; }
#conteneur { width: 900px; margin-right: auto; margin-left: auto; }
.actif_2 { color: #FFF; border: thin solid #014C74; background-color: #014C74; background-image: url(../images/arrow-F-D.gif); list-style-type: none; background-repeat: no-repeat; font-family: "Times New Roman", Times, serif; font-size: 18px; background-position: 175px 7px; margin-bottom: -4px; margin-top: -4px; width: 197px; height: 23px; margin-left: 0px; padding-right: 0px; direction:rtl; }
p {text-indent:30px; }
le texte reste en bas : Code : HTML
|