.Cad95GrVeR10,.Cad95GrBlR10,.Cad95VeVeR10 {
	border-radius: 10px;
}
.TitCadVert, .TitCadBleu,.TitCadMauve {
	border-radius: 4px;
}

 
 /* message flash défilant */

.DefileZone {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: -1em;
	margin-left: 50px;
	width: 429px;
	height: 20px;
	color: rgb(51, 204, 0);
}
  
.Defile {
	display:block;
	-webkit-animation:linear Translate 4s infinite ;
	-moz-animation:linear Translate 4s infinite ;
	-o-animation:linear Translate 4s infinite ;
	-ms-animation:linear Translate 4s infinite ;
	animation:linear Translate 4s infinite ;
	margin-left:-100%;
	padding:0 5px;
	text-align:left;
	height:20px;
}

.Defile:after {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
	padding-left: 100px;
}

@-webkit-keyframes Translate {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-moz-keyframes Translate {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-o-keyframes Translate {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@-ms-keyframes Translate {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }
@keyframes Translate {
	0%, 100% {margin-left:0;}
	99.99% {margin-left:-100%;}
 }

@media only screen and (max-width: 860px){
	.DefileZone {
		display: block;
		margin: 3em auto;
		overflow: hidden;
		position: relative;
		table-layout: fixed;
		width: 100%;
	}
}

.FloconMax, .FloconMoy, .FloconMin{
	position : absolute;
	width : 935px;
	height: 250px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	top : 0; left :0; bottom: 0; right: 0;
}
.FloconMax {
	background:url(../Images/Flocons3.png) repeat 0px 0px;
	-webkit-animation : ChuteNeige 3s linear infinite;
		 -o-animation : ChuteNeige 3s linear infinite;
			animation : ChuteNeige 3s linear infinite;
}
.FloconMoy {
	background:url(../Images/Flocons2.png) repeat 0px 0px;
	-webkit-animation : ChuteNeige 10s linear infinite;
		 -o-animation : ChuteNeige 10s linear infinite;
			animation : ChuteNeige 10s linear infinite;
}
.FloconMin {
	background:url(../Images/Flocons1.png) repeat 0px 0px;
	-webkit-animation : ChuteNeige 30s linear infinite;
		 -o-animation : ChuteNeige 30s linear infinite;
			animation : ChuteNeige 30s linear infinite;
}
@-webkit-keyframes ChuteNeige {
	from { background-position: 0 0; }
	to { background-position: 0 400px; }
}
@keyframes ChuteNeige {
	from { background-position: 0 0; }
	to { background-position: 0 400px; }
}
