* {
	font-family: verdana;
	font-size: 12px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #C194C0;
}
a:visited {
	color: #C194C0;
}
a:active {
	color: #C194C0; 
}
a:hover {
	color: #DFDBF4;
}
li {
	color: #C49AC3;
}
/************ h1 pour petits textes ********************************/
h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}
/**************h2 titre de page ************************************/
h2 {
	font-size : 15px;
	padding: 0px;
	margin: 5px;
}
/********************h3 pour les puces**************************/
h3 {
font-size: 12px;
font-weight: normal;
color:#000000;

}
