Bonjour je débute et je n'arrive pas a mètre une police seulement pour le titre catherine lachouque


code css:

.montitre
{
font-family: Mistral;
}

code html:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Catherine Lachouque</title>
</head>

<body>
<div id="bloc_page">

<h1 id="montitre"> Catherine Lachouque </h1>
</div>
<header> 
<img src="img/baniere.png" alt="cathy-lachouque" id="baniere"
</header>
<nav>
<ul>
<li><a href="#">Accueil</a></li>
<li><a href="#">L'Artiste</a></li>
<li><a href="#">Mes Créations</a></li>
<li><a href="#">Votre projet sur mesure</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div id="poterie">
poterie
</div>
<div id="mosaique">
mosaique
</div>
<div id="tableaux">
tableaux
</div>
<div id="meubles-peint">
meubles peint
</div>
<div id="tromple-oeil">
tromple oeil
</div>

<footer>
<p> <a href="http://www.pagesjaunes.fr/trouverlesprofessionnels/ficheDetaillee/plan.do?idBlocAnnonceur=047664190700000000C0001&indexInscriptionSelectionnee=0&idContext=-1876495423&portail=PJ">la Cordelière 38840 Saint Lattier</A> <br />
fixe: 04.76.64.19.07 portable: 06.08.15.47.78 <a href="mailto:cathylachouque@gmail.com">cathylachouque@gmail.com</a></p> 
</footer> 
</div> 
</body>
</html>
Bonjour,

- assures-toi que la police existe aussi chez les visiteurs.

- en css, remplace .montitre par #montitre. tu as collé un id pas une classe.