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

}
a:hover {
    color: #0088CC;
}
a:active 
{
	color: #CDB581;
}
body
{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.76) 100%), url(../images/background-dany.png);
    background-size: cover;
}
p {
    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: medium;
}
h1
{    font-family: "titillium-web", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #CDB581;
	font-size: 32px;
}
h2
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
    font-size: 24px;
}
h3
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 22px;
}
h4
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 20px;
}
h5
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 18px;
}
h6
{    font-family: "titillium-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0088CC;
	font-size: 18px;
}
hr {
    border: thin ridge #CDB581;
    background-color: #CDB581;
		-webkit-box-shadow: 0 2px 5px #A6A6A6;
    box-shadow: 0 2px 5px #A6A6A6;
}
li {
    color: #CDB581;
}
/*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;	
  }   	
}