﻿a:link
{
    color: #10B4EA;
    font-weight: bold;
    text-decoration: none;    
}
a:visited
{
	color: rgb(16, 180, 234);
}
a:hover 
{
    color: #FF0000;
    text-transform: none;
    text-decoration: none;
}
a:active 
{
    color: #10B4EA;
}
body
{
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    background-attachment: fixed;
}
p {
    font-family: philosopher, sans-serif;
	font-weight: 400; 
	font-style: normal; 
    color: rgba(60,60,60,1.00);
    font-size: medium;
    font-variant: normal;
}
h1
{
    font-family: philosopher, sans-serif;
	color: rgb(16, 180, 234);
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    font-variant: normal;
}
h2
{
    font-family: philosopher, sans-serif;
	color: #09627F;
	font-weight: 400; 
	font-style: normal; 
    font-size: 28px;
    font-variant: normal;
}
h3
{
    font-family: philosopher, sans-serif;
	color: rgb(157,213,42);
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    font-variant: normal;
    min-height: 0px;
}
h4
{
    font-family: philosopher, sans-serif;
	color: #9DD52A;
	font-weight: 400; 
	font-style: normal; 
    font-size: large;
    font-variant: normal;
}
h5
{
    font-family: philosopher, sans-serif;
	color: #09627F;
    font-size: large;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
h6
{
    font-family: philosopher, sans-serif;
	color: #09627F;
	font-weight: 400; 
	font-style: normal; 
    font-size: medium;
	font-variant: normal;
}

li {
    font-family: philosopher, sans-serif;
	font-weight: 400; 
	font-style: normal; 
    color: rgba(60,60,60,1.00);
    font-size: medium;
    font-variant: normal;	
}
/*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;	
  }   	
}