a:link
{
	color: rgb(153, 51, 153);
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: rgb(153, 51, 102);
}
a:hover {
    color: #7400ff;
    text-decoration: none;
}
a:active {
	color: #7400ff;
    text-decoration: none;
}
body
{
    background-size: 1920px 1080px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
}
p {
    font-family: montserrat,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(23,0,118,1.00);
    font-size: medium;
}
h1 {
    font-size: 28px;
    color: rgb(0, 51, 153);
    font-family: montserrat,sans-serif;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
}
h2 {
	font-size: 26px;
	color: #993366;
	font-variant: normal;
	font-style: normal;
	font-family: montserrat,sans-serif;
	font-weight: 400;
}
h3 {
	font-size: 22px;
	color: #7400ff;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-family: montserrat,sans-serif;
}
h4 {
	font-size: 20px;
	color: #993399;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-family: montserrat,sans-serif;
}
h5 {
	font-size: 20px;
	color: #7400ff;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-family: montserrat,sans-serif;
}
h6 {
	font-size: 20px;
	color: rgb(0, 51, 153);
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-family: montserrat,sans-serif;
}
hr {
	border: thin ridge rgb(0, 51, 153);
	background-color: rgb(0, 51, 153);
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    color: rgba(23,0,118,1.00);
    font-family: montserrat,sans-serif;
    font-weight: 400;
    font-style: normal;
    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;	
  }   	
}