@charset "utf-8";
/* CSS Document */
a:link
{
    color: rgba(149,111,39,1.00);
    font-weight: bold;   
    text-decoration: none;
}
a:visited
{
	color: rgb(0,102,178); 		
} 
a:hover {
    color: #0091FF;
    text-transform: none;
    text-decoration: none;
}
a:active 
{
	color: rgb(0,145,255);		
}
body
{
	background-position: center top;
	background-color: rgb(0,0,0);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: philosopher, sans-serif;
    font-weight: 400;
}
h1
{
    color: rgba(149,111,39,1.00);
    font-size: 32px;
    font-family: philosopher, sans-serif;
    font-weight: 400;
}
h2
{
	color: rgba(149,111,39,1.00); 
	font-size: 30px;
	font-family: philosopher, sans-serif; 
	font-weight: 400; 
}
h3
{
    color: rgba(149,111,39,1.00);
    font-size: 28px;
    font-family: philosopher, sans-serif;
    font-weight: 400;
}
h4
{
    color: rgb(0,102,178);
    font-size: 24px;
	font-family: philosopher, sans-serif; 
	font-weight: 400; 
}
h5
{
	color: rgb(0,145,255);
    font-size: 22px;
	font-family: philosopher, sans-serif; 
	font-weight: 400; 
}
h6
{
    color: rgb(0,145,255);
    font-size: 20px;
	font-family: philosopher, sans-serif; 
	font-weight: 400; 
}

li {
    color: rgba(130,96,34,1.00);
}
/*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;	
  }   	
}
