﻿a:link
{
    color: #132500;
    text-decoration: none;
}
a:visited
{
	color: #48A402;
}
a:hover {
    color: #F11410;
    text-decoration: none;    
}
a:active 
{
	color: #F11410;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
table {
	max-width: 1024px;
}
p {
    font-family: europa, sans-serif;
    font-variant: normal;
    font-weight: 400;
    font-style: normal;
    color: #132500;
    font-size: medium;
}
h1
{
    color: #255700;
    font-family: europa, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
}
h2
{
    color: #48A402;
    font-family: europa, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
}
h3
{
	color: #F11410;
    font-family: europa, sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
h4
{
	color: #F11410;
    font-family: europa, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
h5
{
    color: #F11410;
    font-family: europa, sans-serif;
    font-size: medium;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
}
h6
{
	color: #EC9D06;
    font-family: europa, sans-serif;
    font-size: medium;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
hr {
	border: thin ridge #48A402;
	background-color: #48A402
}
li {
    color: #F11410;
}

/*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;	
  }   	
}

