Bonjour à tous.

J'ai un fichier html comme ceci:
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
 
<html lang="fr">
 
<head>
    <meta charset="UTF-8">
    <title>Configurateur</title>
    <meta name="description" content="Configurateur de fichiers config.php">
 
	<meta http-equiv="Expires" content="-1" >
	<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
 
	<base href="http://mp-tools/variousTools/doConfigs/">
 
	<link rel="stylesheet" media="all" type="text/css" href="css/main.css">
</head>
 
<body><!--- ... --></body>
 
</html>
Chemin du fichier css:
C:\wamp64\www\MP_tools\version12\variousTools\doConfigs\css\main.css
J'ai sûrement une erreur quelque part mais je ne la trouve pas.
Le code source html est le suivant:
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
 
<html lang="fr">
 
<head>
    <meta charset="UTF-8">
    <title>Configurateur</title>
    <meta name="description" content="Configurateur de fichiers config.php">
 
	<meta http-equiv="Expires" content="-1" >
	<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
 
	<script type="text/javascript" src="http://me.kis.v2.scr.kaspersky-labs.com/..." charset="UTF-8"></script>
	<base href="http://mp-tools/variousTools/doConfigs/">
 
	<link rel="stylesheet" media="all" type="text/css" href="css/main.css">
</head>