/* ===| TYPOGRAPHY |============================================*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:18px;
    color: #000000;
	text-align: justify;}
#contact-info p
{
    color:#ffffff;
    line-height: 14px;
    font-size: 11px;
    padding-top: 5px;
}
.couleur
{
    font-weight: bold;
    color:#a90000;
}
.couleur1
{
    font-weight: bold;
    font-size: 11px;
    text-transform:uppercase;
}
#informations a:link, #informations a:visited
{
    color:#000;
    font-weight:bold;
    text-decoration: underline;
}
#informations a:hover, #informations a:active
{
    color:#d20000;
    font-weight:bold;
    text-decoration: none;
}
#merci p
{
      text-align: center;
}
#merci a:link, #merci a:visited
{
    font-size: 13px;
    font-weight: bold;
    color:#d20000;
    text-decoration: underline;
}
#merci a:hover, #merci a:active
{
    font-weight: bold;
    color:#000000;
    text-decoration: none;
}

