h1 { font-family: verdana,sans-serif;
font-size: 16px;
color: #660033;
background-color: transparent;
text-align: center;
font-weight: bold;
}
h2 { font-family: verdana,sans-serif;
font-size: 14px;
color: #660033;
background-color: transparent;
text-align: left;
font-style: italic;
}
/*paragraphe classique*/
p { font-family: verdana,sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 170%;
color: black;
text-align: left;
}
/*puce*/
li { font-family: verdana,sans-serif;
font-size: 12px;
font-weight: normal;
color: black;
text-align: left;
}
/*gestion des liens*/
a:link { font-family: verdana,sans-serif;
line-height: 20px;
font-size: 12px;
color: #660000;
background-color: transparent;
text-decoration: none;
}
a:visited { font-family: verdana,sans-serif;
line-height: 20px;
font-size: 12px;
color: #CC9933;
background-color: transparent;
text-decoration: none;
}
a:hover { font-family: verdana,sans-serif;
line-height: 20px;
font-size: 12px;
color: #009900;
background-color: transparent;
text-decoration: underline;
}


