.titre        { font-family: Arial Black; font-size: 20px; color: #4d4948;}
.titreg        { font-family: Arial Black; font-size: 20px; color: 72706f;}
.titreblanc   { font-family: Arial Black; font-size: 26px; color: WHITE;}
.titrepetit        { font-family: vERDANA; font-size: 16px; color: #4d4948;}

a.lien      { font-family: Arial Black; font-size: 14px; color: #4d4948;text-decoration:none;}
a.lienclair      { font-family: Calibri; font-size: 16px; color: #4d4948;text-decoration:none; }


hr.ligne         { border: 0;height: 0;border-top: 1px solid #4d4948;);border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
hr.ligneh         { border: 0;height: 0;border-top: 1px solid #4d4948;);border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
hr.ligneclair         { border: 0;height: 0;border-top: 1px solid rgba(255, 255, 255, 0.3););border-bottom: 1px solid #EFEEEE;}

.info         { font-family: Verdana; font-size: 14px; color: #4d4948;text-align: justify;line-height: 140%;}
.infoGRIS         { font-family: Verdana; font-size: 12px; color: 72706f;text-align: justify;line-height: 140%;}
.infor         { font-family: Verdana; font-size: 14px; color: #9c0202;line-height: 140%;}
.inforgd         { font-family: Verdana; font-size: 18px; color: #9c0202;line-height: 140%;}
.infoblanc                 { font-family: Verdana; font-size: 14px; color: white;line-height: 140%;}

.griset { border:1px solid #4d4948;}
.grisedg { border-left:1px solid #4d4948;text-align:CENTER;border-right:1px solid #4d4948;}
.griseghb { border-left:1px solid #4d4948;text-align:CENTER;}

.lignej { background-color: 72706f; color: #EFEEEE;font-family: Verdana; font-size: 14px;}
.ligner { background-color: #EFEEEE;color: 72706f;font-family: Verdana; font-size: 14px;}

.slider{width: 800px; OVERFLOW:hidden;}

.slides{width:15200px;animation: glisse 20s infinite;}

.slide{float:left;}
	
@keyframes glisse {
	0%{ transform: translateX(0);}
	20%{ transform: translateX(0);}
	33% { transform: translateX(-10000px);}
	53% { transform: translateX(-10000px);}
	66% { transform: translateX(-14800px);}
	86% { transform: translateX(-14800px);}
	100%{ transform: translateX(0);}
}

#scrollUp
{
position: fixed;
bottom : 10px;
right: -100px;
opacity: 0.5;
}