Pour ma page j'ais dans mon head un style css pour toute la page.
hors j'aimerais que celui ci ne s'applique pas a une toute petite partie de la page...
comment puis je faire...
mon style :
Code : Tout sélectionner
<style>
<!--
body {text-align: center; background-color: #009966; color: #333333}
table {border: 3px double #006666; width: 515px; border-collapse: collapse; background-color: #ffffff; margin: 0px auto 0px auto}
td {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
th {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
p, blockquote {text-align: left; background-color: #99cccc; color: #cccccc}
h3 {font-family: verdana, helvetica, sans-serif; text-align: center}
p, li {font-family: verdana, helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding-left: 5px; text-align: left; background-color: transparent; color: #333333}
.block {font-size: 9pt; font-weight: normal; color: #663300}
textarea {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:60pt; background-color: #ffff99; color: #333333}
select {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:17pt; background-color: #ffff99; color: #333333}
input {border: 1px solid #006666; background-color: #ffff99}
input.cases {width: 249px}
input.verif {width: 150px}
-->
</style>