﻿a:link{
	color: #b28e00;
    font-weight: bold;    
}	
a:visited{
	color: #1926ff;
}
a:hover {
    color: #665200;
    text-transform: uppercase;
}
a:active{
	color: #1926ff;
}
body{
    background-position: center top;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #525252;
    font-size: medium;
}
h1 {
	font-size: 30px;
	font-family: raleway, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000ab2;
}
h2 {
	font-size: 24px;
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1926ff;
}
h3 {
    font-size: 20px;
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #000eff;
}
h4 {
	font-size: 18px;
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000eff;
}
h5 {
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #665200;
    font-size: medium;
}
h6 {
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #665200;
    font-size: medium;
}
hr {
    border: thin ridge #000EFF;
    background-color: #000EFF;
}
li {
	font-family: raleway, sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #000EFF;
    font-size: medium;
}

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


