/* ===| TYPOGRAPHY |============================================*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
    text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-align: left;
}
h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#000000;
    padding-left:20px;
    padding-bottom:5px;
    margin-bottom: 10px;
    background: url(../images/charte/bg-h1.jpg) no-repeat 0% 30%;
    border-bottom: solid 1px #d8d8d8;
    width: 395px;
    float: left;
    text-align: left;
}
h1 a:link, h1 a:visited
{
  text-decoration: none;
  color:#000000;
}
h1 a:hover, h1 a:active
{
  text-decoration: none;
  color:#1a7eb1;
}
h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#000000;
    padding-bottom:5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d8d8d8;
    text-align: center;
}