@charset "utf-8";
/* CSS Document */
a:link
{
    color: #024059;
    font-weight: bold;   
    text-decoration: none;
}
a:visited
{
	color: #346173; 		
} 
a:hover {
    color: #0091FF;
    text-transform: none;
    text-decoration: none;
}
a:active 
{
	color: #024059;		
}
body
{
    background-position: center top;
    background-color: rgba(255,255,255,1.00);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
h1
{
    color: #024059;
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}
h2
{
	color: #346173; 
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
h3
{
    color: #666666;
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
h4
{
    color: #666666;
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}
h5
{
	color: #666666;
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px; 
}
h6
{
    color: #666666;
    font-family: "chaparral-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

li {
    color: #024059;
}
/*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;	
  }   	
}
