/* ===| TYPOGRAPHY |============================================*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14px;
    }
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color:#666666;
    }
#contact-info p
{
    font-size: 11px;
}
#actualite p
{
    font-size: 11px;
}
#contact a:link, #contact a:visited
{
    font-weight: bold;
    color:#fa7817;
    text-decoration: underline;
}
#contact a:hover, #contact a:active
{
    font-weight: bold;
    color:#70bc2e;
    text-decoration: none;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    color:#d84274;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: normal;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    color:#4b77be;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/charte/bullet.jpg) no-repeat top left;
    padding-left:18px;
    margin-bottom:5px;
    width:545px;
    text-align: justify;
}
#description p
{
    padding:5px 0;
}
#merci p
{
      text-align: center;
      padding-top: 25px; 
}

#merci a:link, #merci a:visited
{
    font-size: 13px;
    font-weight: bold;
    color:#fa7817;
    text-decoration: underline;
}
#merci a:hover, #merci a:active
{
    font-weight: bold;
    color:#70bc2e;
    text-decoration: none;
}

