﻿a:link{
    color: #F24405;
    font-weight: bold;
    text-decoration: none;
}	
a:visited{
	color: #32CD32;
}
a:hover {
    color: #32CD32;
    text-decoration: none;
}
a:active{
	color: #32CD32;
}
body{
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p {  font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #150D06;
	font-variant: normal;
	font-size: 16px;
}
h1 {
	font-size: 30px;  
    font-family: "roboto", sans-serif;
    font-weight: 600;
	color: #F24405;
}
h2 {
	font-size: 24px;  
    font-family: "roboto", sans-serif;
    font-weight: 500;
	color: #F24405;
}
h3 {
	font-size: 18px;  
    font-family: "roboto", sans-serif;
    font-weight: 500;
	color: #32CD32;
}
h4 {
    font-size: 18px;  
    font-family: "roboto", sans-serif;
    font-weight: 500;
    color: #EB1C2C;
}
h5 {
	font-size: 18px;  
    font-family: "roboto", sans-serif;
    font-weight: 500;
	color: #32CD32;
}
h6 {
	font-size: 18px;  
    font-family: "roboto", sans-serif;
    font-weight: 500;
	color: #32CD32;
}
hr {
    background-color: #32CD32;
}
li {  font-family: "roboto", sans-serif;
    font-weight: 400;
	color: #150D06;
	font-variant: normal;
	font-size: 16px;    
}
/*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;	
  }   	
}
