﻿a:link
{
    color: #8C4A23;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
	color: #FF3E00;

}
a:hover {
    color: #FF3E00;
    text-decoration: none;
}
a:active 
{
	color: #FF3E00;
}
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
}
p {
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #001339;
    font-size: medium;
}
h1
{
	color: #8C4A23;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}
h2
{
    color: #1C528C;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 28px;
}
h3
{
	color: #1C528C;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
h4
{
	color: #2179D9;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}
h5
{
	color: #FF3E00;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}
h6
{
	color: #3DAD6E;
	font-family: raleway,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
hr {
    border: thin ridge #FF3E00;
    background-color: #FF3E00;
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    color: #FF3E00;
}
/*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;
  }    
}