﻿a:link
{
    color: #45CC79;
    font-weight: 600;
    text-decoration: none;
}
a:visited
{
    color: #403712;
}
a:hover {
    color: #11331E;
    font-variant: normal;
}
a:active 
{
    color: #3EB86D;
}
a:enabled {
    color: #595959;
}
a:disabled {
    color: #595959;
}
a:focus {
    color: #595959;
}
body
{
	background-position: center top;
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
p {
    font-family: open-sans-condensed,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0D0D0D;
    font-size: 18px;
}
h1
{
	color: #3EB86D;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
}
h2
{
	color: #3EB86D;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
}
h3
{
	color: #403712;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
}
h4
{
	color: #308C53;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
}
h5
{
    color: #308C53;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 24px;
}
h6
{
	color: #595959;
	font-family: open-sans-condensed,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
}
hr {
    border: thin outset #403712;
    color: #403712;
    background-color: #403712;
}
li {
    font-family: open-sans-condensed,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0D0D0D;
    font-size: 18px
}

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