﻿a:link
{
    color: #024873;
    font-weight: bold;
}
a:visited
{
	color: #3B9CD9;

}
a:hover {
    color: #71BBD9;
}
a:active 
{
	color: #3B9CD9;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {
    font-family: omnes-georgian,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #002033;
    font-size: medium;
}
h1
{
	color: #024873;
	font-family: brush-script-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
}
h2
{
    color: #023E73;
	font-family: omnes-georgian,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 28px;
}
h3
{
	color: #023E73;
	font-family: omnes-georgian,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
}
h4
{
	color: #3B9CD9;
	font-family: omnes-georgian,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
}
h5
{
	color: #3B9CD9;
	font-family: omnes-georgian,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
}
h6
{
	color: #3B9CD9;
	font-family: omnes-georgian,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
}
hr {
    border: thin ridge #71BBD9;
    background-color: #71BBD9;
}
li {

    font-family: omnes-georgian,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #71BBD9;
    font-size: medium;    
}
/*Media-affichage cellulaire*/
@media (max-width: 768px) {
  #cellulaire_masque {
    display: none;
  }
#cellulaire_show {
    display: run-in;
}}

@media (min-width:769px){
  #cellulaire_masque {
    display: run-in;
  }
#cellulaire_show {
    display: none;
  }    
}