
body {
	padding:0px;
	text-align:center;
	font-family:Garamond;
}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	
}

h1 {
	color:#660099;
	font-size:16px;
	font-weight: bold;
}

h2 {
	color:#660099;
	font-size:14px;
	font-weight: normal;
}

h3 {
	color:#660099;
	font-size:30px;
}

h4 {
	color:#660099;
	font-size:20px;
}

h5 {
	color:#660099;
	font-size:12px;
	}

hbas {
	color:#9553AE ;
	font-size:12px;
}

.texterouge {
	color:#ff0000;
	font-size:12px;
}
.texteviolet {
	color:#660099;
	font-size:12px;
}
a { /* Les liens qui ne sont pas sous le curseur. */
	color: #660099; // couleur
	text-decoration:none; // pas de soulignement
	font-family:Garamond; // la font du texte
}
a img { /* Les liens qui ne sont pas sous le curseur. */
	border: none ;


}
a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #660099; // couleur
	text-decoration:none; // pas de soulignement
	font-family:Garamond; // la font du texte
}
a:visited { /* Les liens visités. */
	color: #660099; // couleur
	text-decoration:none; // pas de soulignement
	font-family:Garamond; // la font du texte
}
a:hover:visited { /* Les liens visités. */
	color: #660099; // couleur
	text-decoration:none; // pas de soulignement
	font-family:Garamond; // la font du texte
}
