/*GENERAL*/
.txt_default   { color: black; font-size: 12px; font-family: Verdana; }
.bloc_justifie { text-align: justify; }

/*LINK-DEFAULT*/ 
a:link.linkdefault { font-size: 12px; font-family: Verdana; color: #696969; font-weight: bold; text-decoration: none; }
a:visited.linkdefault { color: #a9a9a9; font-weight: bold; text-decoration: none; }
a:hover.linkdefault { color: #F4A460; font-weight: bold; text-decoration: none; }
a:hover.visited.linkdefault { color: #F4A460; font-weight: bold; text-decoration: none; }

/*LINK-DEFAULT-CLAIR*/ 
a:link.linkdefaultclair { font-size: 12px; font-family: Verdana; color: #a9a9a9; font-weight: bold; text-decoration: none; }
a:visited.linkdefaultclair { color: #A9A9A9; font-weight: bold; text-decoration: none; }
a:hover.linkdefaultclair { color: #F4A460; font-weight: bold; text-decoration: none; }
a:hover.visited.linkdefaultclair { color: #F4A460; font-weight: bold; text-decoration: none; }

/*LINK-TITRE*/ 
a:link.linktitre { font-size: 25px; font-family: Arial; color: #696969; font-weight: bold; text-decoration: none; }
a:visited.linktitre { font-size: 25px; color: #808080; font-weight: bold; text-decoration: none; }
a:hover.linktitre { font-size: 25px; color: #F4A460; font-weight: bold; text-decoration: none; }
a:hover.visited.linktitre { font-size: 25px; color: #F4A460; font-weight: bold; text-decoration: none; }