﻿a:link
{
    color: #065C7D;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: #0F7197;

}
a:hover {
    color: #D01A3D;
    text-decoration: none;
}
a:active 
{
	color: #CA003D;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;	
}
p {
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    color: #001339;
    font-size: medium;
}
h1
{
	color: #065C7D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}
h2
{
    color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
}
h3
{
	color: #0F7197;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
h4
{
	color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}
h5
{
	color: #CA003D;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}
h6
{
	color: #7F7F71;
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
hr {
	border: thin ridge #CA003D;
	background-color: #CA003D;
}
li {
	font-family: urw-antiqua, serif;
	font-weight: 400;
	font-style: normal;
    color: #CA003D;
    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;	
  }   	
}