﻿a:link
{
    color: #BF0000;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: #DB4949;

}
a:hover {
    color: #DB4949;
}
a:active 
{
	color: #BF0000;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(255,255,255,1.00);
}
p {
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: medium;
}
h1
{
    font-family: ofelia-text,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #BF0000;
	font-size: 40px;
}
h2
{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DB4949;
    font-size: 24px;
}
h3
{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DB4949;
	font-size: 22px;
}
h4
{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DB4949;
	font-size: 20px;
}
h5
{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DB4949;
	font-size: 20px;
}
h6
{
    font-family: ofelia-text,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #DB4949;
	font-size: 18px;
}
hr {
    border: thin ridge #BF0000;
    background-color: #BF0000;
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    color: #BF0000;
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
  #cellulaire_masque3 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}	
#cellulaire_show3 {
    display: run-in;	
}}

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