Bonjour, j'ai pas mal de style dans toutes les pages de mon site (voir ci-dessous). Je voudrai les virer pour alleger quelque peu mes pages et les mettres dans un fichier styles.css. J'ai actuellement ceci dans chaque page de mon site :
Que dois-je copier dans le css? Après comment dois-je faire le lien vers le fichier css? Merci.
Code:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(../images/bg.gif);
}
-->
</style>
<link href="../styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.Style2 {font-family: Verdana; font-weight: bold; font-size: 12px; }
.Style8 {
color: #000000;
font-weight: bold;
font-family: Verdana;
}
.Style13 {
font-weight: bold;
font-family: Verdana;
}
.Style14 {color: #000000}
.Style15 {
font-weight: bold;
font-family: Verdana;
}
.Style16 {
font-weight: bold;
font-family: Verdana;
}
.Style18 {
font-weight: bold;
font-family: Verdana;
}
.Style19 {
font-weight: bold;
font-family: Verdana;
}
.Style20 {
font-weight: bold;
font-family: Verdana;
}
.Style21 {
font-weight: bold;
font-family: Verdana;
}
.Style23 {
font-weight: bold;
font-family: Verdana;
}
.Style24 {
font-weight: bold;
font-family: Verdana;
}
.Style25 {
font-weight: bold;
font-family: Verdana;
}
.Style26 {
font-weight: bold;
font-family: Verdana;
}
.Style28 {
font-weight: bold;
font-family: Verdana;
}
.Style29 {
font-weight: bold;
font-family: Verdana;
}
.Style30 {
font-weight: bold;
font-family: Verdana;
}
.Style37 {font-size: 12px}
.Style40 {color: #FF0000}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
}
.Style43 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000000;
font-size: 12px;
}
.Style44 {font-family: Verdana; font-weight: bold; font-size: 18px; }
.Style46 {font-family: Verdana}
.Style47 {color: #000000; font-weight: bold; font-size: 11px; }
.Style48 {font-style: normal; font-weight: normal; color: #383845; font-size: 11px;}
.Style52 {
font-size: 14px;
font-weight: bold;
color: #000000;
}
.Style53 {
font-weight: bold;
font-size: 12px;
}
-->
</style>
Que dois-je copier dans le css? Après comment dois-je faire le lien vers le fichier css? Merci.