/*  # Typography v1.0 (10 april 2009)
=================================================================
    1. Defaults fonts
-------------------------------------------------------------- */
body, p, ul, ol, dl, td, th, h1, h2, h3, h4, h5, h6, caption, input, label, fieldset, textarea{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight: normal;
}
/*  -------------------------------------------------------------
/*  2. Text elements
-------------------------------------------------------------- */
p, li, td, th{
	font-size: 11px;
    line-height: 14px;
}
a:link, a:visited{
    text-decoration: none;
    font-weight: normal;
}
a:hover, a:active{
    text-decoration: underline;
}
#footer p, .ref{
    font-size: 11px;
}
.net-succes a:link, .net-succes a:visited {text-decoration: none;}
.net-succes a:hover, .net-succes a:active {text-decoration: underline;}

.mentions a:link, .mentions a:visited {text-decoration: none;}
.mentions a:hover, .mentions a:active {text-decoration: underline;}

#menu2 ul li a:link, #menu2 ul li a:visited{
	font-size: 11px;
    line-height: 14px;
    text-decoration: none;
}
#menu2 ul li a:hover, #menu2 ul li a:active{
    text-decoration: underline;
}
.star{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*  -------------------------------------------------------------
/*  3. Headings
-------------------------------------------------------------- */
h1{
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
    margin: 0 0 10px 0; text-align: left;
}
h2{
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
    font-weight: bold; text-align: left;
}
h3{
    color: #897e88;
    font: bold 11px/18px Verdana, Geneva, Helvetica, sans-serif;
    text-transform: uppercase; text-align: left;
}
h4{
    float: left; background-color: #C98CE7; color: #FFFFFF !important; text-align: left;
    text-transform: uppercase; padding: 2px 4px 3px 4px;
    font: bold 11px/14px Verdana, Arial, Helvetica, sans-serif; margin: 5px 0;
}
h5{
    color: #000000;
    font: normal 25px/25px Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-transform: uppercase; text-align: left;
}
h6{
    font: normal 22px/24px Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #FB77F9;
    padding: 10px 0 0 0;
}


