/********** Typographie **********/
/* Base  */
body	{ font-size: 11px; line-height: 15px; font-family: verdana, helvetica, arial, sans-serif; color: #000; }
h3	{ font-size: 13px; }
sup	{ font-size: 8px; line-height: 2px; }
ul	{ list-style-type: none; }

blockquote { font-style: italic; }

#main   { font-size: 12px; }
#main h4 { font-size: 15px; }
#main h5 { font-size: 12px; }
#main h6 { font-size: 10px; }
#main a  { text-decoration: underline; }
#main h3 a, #main h4 a, #main #pager a, #main .breadcrumbs a, #main .item-list li a { text-decoration: none; }

#main .comment h4 { font-size: 13px; }

/* Liens Generique */
a:link		{ text-decoration: none; color: rgb(64, 64, 64); }
a:visited	{ text-decoration: none; color: rgb(64, 64, 64); }
a:hover		{ text-decoration: underline; color: rgb(0, 0, 0); }
a:active	{ text-decoration: none; color: rgb(0, 0, 0); }
a:focus		{ outline: none; }

/* Titre */
h3 a:hover, h4 a:hover	{ color: #000; }
h3 a:active, h4 a:active	{ color: #000; }
h3 a:visited, h4 a:visited	{ color: #000; }
h3 a:link, h4 a:link	{ color: #000; }

/* Info */
.nodeinfo		{ font-size: 10px; line-height: 13px; }
.nodeinfo a:link, .nodeinfo a:visited	{ text-decoration: underline; }

/* suite */
.nodelinks		{ font-size: 10px; line-height: 13px; text-align: right; }
.nodelinks a:link, .nodelinks a:visited	{ text-decoration: underline; }
