﻿a:link
{
    color: #0511F2;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #081C8C;
}
a:hover {
    color: #FF0A1B;
    text-decoration: none;
}
a:active 
{
	color: #0D0D0D;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(255,255,255,1.00);
}
p {
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #0D0D0D;
    font-size: medium;
}
h1
{
    color: #020659;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
}
h2
{
    color: #081C8C;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 24px;
}
h3
{
	color: #081C8C;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}
h4
{
	color: #0511F2;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
h5
{
    color: #FF0A1B;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
h6
{
	color: #FF0A1B;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
hr {
    border: thin ridge #FF0A1B;
    color: #FF0A1B;
	background-color: #FF0A1B;
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    color: #FF0A1B;
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
  #cellulaire_masque2 {
    display: run-in;
  }	
#cellulaire_show {
    display: none;
  }	
#cellulaire_show2 {
    display: none;	
  }    
}
