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

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#161616;
    line-height: 20px;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#161616;
    line-height: 20px;
    text-align: justify;
}
a:link, a:visited
{
    color:#dc0b01;
    text-decoration: underline;
}
a:hover, a:active
{
    color:#000000;
    text-decoration: none;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color:#504f4f;
    font-weight: normal;
    text-align: justify;
    padding-bottom:3px;
    margin-bottom:10px;
    border-bottom: solid 1px #ffb1ad;
}
.couleur
{
    color: #e20400;
    font-weight: bold;
}

#actualite p
{
    font-size: 11px;
    line-height: 18px;
}
#actualite a:link, #actualite a:visited
{
    font-weight: bold;
    color:#dc0b01;
    text-decoration: none;
}
#actualite a:hover, #actualite a:active
{
    font-weight: bold;
    color:#000000;
    text-decoration: none;
}
#info p
{
    font-size: 11px;
    line-height: 19px;
}
#info a:link, #info a:visited
{
    font-weight: bold;
    color:#dc0b01;
    text-decoration: none;
}
#info a:hover, #info a:active
{
    font-weight: bold;
    color:#000000;
    text-decoration: none;
}

#horaires a:link, #horaires a:visited
{
    font-weight: bold;
    color:#dc0b01;
    font-size: 11px;
    text-decoration: none;
}
#horaires a:hover, #horaires a:active
{
    font-weight: bold;
    color:#000000;
    font-size: 11px;
    text-decoration: none;
}

/*===| menu |=====================*/
#menu2 ul li{
    display: inline;
    margin: 0px;
    padding: 0px;
    color: #1d1d1d;
    text-align:right;
    font-size: 11px;
  }
#menu2 a:link, #menu2 a:visited{
	text-decoration: none;
    color: #1d1d1d;
  }
#menu2 a:hover, #menu2 a:active{
	text-decoration: none;
    color: #ec0000;
  }
.active
{
    color:#ec0000 !important;
    text-decoration: none !important;
}
.copyright a:link, .copyright a:visited{
	text-decoration: none;
    color: #ec0000;
    font-size: 11px;
  }
.copyright a:hover, .copyright a:active{
	text-decoration: none;
    color: #000000;
    font-size: 11px;
}
.copyright p{
     color: #434343;
     text-align: right;
     font-size: 11px;
}


.digitalage a:link, .digitalage a:visited{
	text-decoration: none;
    color: #eb0000;
    font-size: 11px;
  }
.digitalage a:hover, .digitalage a:active{
	text-decoration: none;
    color: #000000;
    font-size: 11px;
}
.digitalage p{
     color: #424242;
     text-align: left;
     font-size: 11px;
     line-height: 18px;
}