.titre {
	font-size: 40px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}
.nom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.titre2 {

	font-size: 24px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.gros {
	font-size: 12px;
}
a.mail:hover {
	color: #00FF00;
}

a.noir {
	text-decoration: none;
	color: #999999;
}
a.noir:hover {
	color: #666666;
	text-decoration: underline;
}
a.vert {
	text-decoration: none;
	color: #009900;
}
a.vert:hover {
	color: #00FF00;
	text-decoration: underline;
}
.plusgros {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
a.rouge {
	text-decoration: none;
	color: #CC0000;
}
a.rouge:hover {
		text-decoration: underline;
	color: #CC6666;
}

a.mauve {
	text-decoration: none;
	color: #6633CC;
}

a.mauve:hover {
	text-decoration: underline;
	color: #6666CC;
}
	
.plusgrosmauve {

	font-size: 12px;
	font-weight: bold;
	color: #6633CC;
}

a.rose {
	text-decoration: none;
	color: #FF3366;
}

a.rose:hover {
	text-decoration: underline;
	color: #FF6666;
}

.plusgrosrose {


	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
}
.plusgrosbleu {



	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

a.bleu {
	text-decoration: none;
	color: #006699;
}

a.bleu:hover {
	text-decoration: underline;
	color: #009999;
}
	
	
.navig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F7F7F7;
	line-height: normal;
}
