﻿:link
{
    color: rgb(2, 49, 143);
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: rgba(208,26,61,1.00);
}
a:hover {
    color: #D01A3D;
    text-decoration: none;
}
a:active 
{
	color: rgba(208,26,61,1.00);
	}

body{
	background-size: 1920px 1200px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
p {
    font-family: macho, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: medium;
	color: rgb(0,0,102);
}
h1{
    font-family: macho, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgba(208,26,61,1.00);
    font-size: 30px;
}
h2{
	font-family: macho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(208,26,61,1.00);
	font-size: 24px;
}
h3{
	font-family: macho, sans-serif;
	font-weight: 400;
	font-style: normal;	
	color: rgb(2,49,143);
	font-size: 18px;
}
h4{
	font-family: macho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgb(2,49,143);
	font-size: 18px;
}
h5{
	font-family: macho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgb(2,49,143);
	font-size: 18px;
}
h6{
	font-family: macho, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgb(41,75,143);
}
li {
	color: rgb(0,0,102);
}

/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;	  
  }
  #cellulaire_masque2 {
    display: none;	  
  }	
  #cellulaire_masque3 {
    display: none;	  
  }	 	
  #cellulaire_masque4 {
    display: none;	  
  }	
#cellulaire_show {
    display: run-in;
}	
#cellulaire_show2 {
    display: run-in;
}	
#cellulaire_show3 {
    display: run-in;	
}	
#cellulaire_show4 {
    display: run-in;	
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
  #cellulaire_masque2 {
    display: run-in;
  }	
  #cellulaire_masque3 {
    display: run-in;
  }		
#cellulaire_masque4 {
    display: run-in;
  }		
#cellulaire_show {
    display: none;
  }	
#cellulaire_show2 {
    display: none;	
  }    
#cellulaire_show3 {
    display: none;	
  }   	
    
#cellulaire_show4 {
    display: none;	
  }   	
}
