@charset "UTF-8";
/* CSS Document */

.texte1 {
	font-family: "Trebuchet MS", "Comic Sans MS", "Georgia, serif";
	color: #000000;
	text-align:center;
	text-decoration:none;
}


.texte2 {
	font-family: "Trebuchet MS", "Comic Sans MS", "Georgia, serif";
	font-size:13px;
	color:#999999;
	text-align:center;
	text-decoration:none;
}


.texte3 {
	font-family: "Trebuchet MS", "Comic Sans MS", "Georgia, serif";
	font-size:11px;
	color:#C3C3C3;
	text-align:center;
	text-decoration:none;
	line-height: 15px;
}


.html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C3C3C3;
	line-height: 20px;
	text-decoration: underline;
	font-weight: 300;
}





.html a:hover{/*format et style du bouton lorsque l'on le survole*/
	color:#C3C3C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
}




.html a{/*format et style du bouton lorsque l'on le survole*/
	color:#C3C3C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 300;
}
