a:link
{
    color: rgb(102, 51, 0);
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: #3f2c90;
}
a:hover {
    color: #3f2c90;
    text-decoration: none;
}
a:active 
{
	color: #3f2c90;
	}
body
{
    background-position: center top;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

p {
    color: rgba(25,25,25,1.00);
    font-size: medium;
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1
{
    color: #B8910B;
    font-size: 28px;
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h2
{
    color: rgb(204,153,51);
    font-size: 24px;    
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h3
{
	color: rgba(63,44,144,1.00);
	font-size: 22px;
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h4
{
    color: rgba(63,44,144,1.00);
    font-size: 20px;    
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h5
{
    color: rgba(63,44,144,1.00);
    font-size: 18px;    
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
h6
{
    color: rgb(153,153,51);    
    font-size: medium; 
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal;
}
hr {
	border: thin ridge #CC9933;
    background-color: #CC9933;
}
li {
    color: #B8910B;
    font-size: medium;
	font-family: franklin-gothic-atf,sans-serif;
	font-weight: 400;
	font-style: normal    
}


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

@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;	
  }    
}