﻿a:link
{
    color: #619F42;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
}
a:hover {
    color: #619F42;
    text-transform: none;
}
a:active 
{
    color: #619F42;
}
body
{
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;		
	}
p {
    font-family: raleway-v20-deprecated, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: medium;
}
h1
{
    font-family: raleway-v20-deprecated, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #619F42;
    font-size: 32px;
}
h2
{
	font-family: raleway-v20-deprecated, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
    color: #619F42;
    font-size: 24px;    
}
h3
{
	font-family: raleway-v20-deprecated, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
    color: #619F42;
    font-size: 22px; 
}
h4
{
	font-family: raleway-v20-deprecated, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	color: #FFFFFF;
    font-size: 18px;     
}
h5
{
	font-family: raleway-v20-deprecated, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	color: #FFFFFF;
    font-size: 18px; 
}
h6
{
	font-family: raleway-v20-deprecated, sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	color: #FFFFFF;
    font-size: 18px;     
}
hr {
	border: thin ridge #619F42;
	background-color: #619F42;
}
li {
    color: #FFFFFF;
}
/*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;	
  }   	
}
