		.meter {
			height: 18px;  /* Can be anything */
			position: relative;
			margin: 10px 0px 10px 0px; /* Just for demo spacing */
			background: #eae9f0;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			padding: 0px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			
			position: relative;
			overflow: hidden;
		}
		.meter > span p{
			float:right;
			padding-right:10px;
			font-family: Arial,Verdana,sans-serif;
			color:#ffffff;
    		font-size: 11px;
			line-height:16px;
			display: block;
			margin-before: 0px;
    		margin-after: 0px;
			margin: 0px;
    		-moz-margin-after: 0px;
    			-webkit-margin-before: 0px;
    			-webkit-margin-after: 0px;
    			-webkit-margin-start: 0px;
    			-webkit-margin-end: 0px;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(255, 255, 255, .2)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(255, 255, 255, .2)),
			      color-stop(.75, rgba(255, 255, 255, .2)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			-moz-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.meter2 {
			height: 18px;  /* Can be anything */
			position: relative;
			margin: 0; /* Just for demo spacing */
			background: #eae9f0;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			padding: 0px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter2 > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			
			position: relative;
			overflow: hidden;
		}
		.meter2 > span p{
			float:right;
			padding-right:10px;
			font-family: Arial,Verdana,sans-serif;
			color:#ffffff;
    		font-size: 11px;
			line-height:18px;
			display: block;
    			-webkit-margin-before: 0px;
    			-webkit-margin-after: 0px;
    			-webkit-margin-start: 0px;
    			-webkit-margin-end: 0px;
		}
		.meter2 > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(255, 255, 255, .2)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(255, 255, 255, .2)),
			      color-stop(.75, rgba(255, 255, 255, .2)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			-moz-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.meter.dsc {
			height: 16px;  /* Can be anything */
			position: relative;
			margin: 0; /* Just for demo spacing */
			background: #E6E0DB;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			padding: 0px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter.dsc > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
			       -moz-border-radius-topright: 0px;
			    -moz-border-radius-bottomright: 0px;
			           border-top-right-radius: 0px;
			        border-bottom-right-radius: 0px;
			    -webkit-border-top-left-radius: 0pxx;
			 -webkit-border-bottom-left-radius: 0px;
			        -moz-border-radius-topleft: 0px;
			     -moz-border-radius-bottomleft: 0px;
			            border-top-left-radius: 0px;
			         border-bottom-left-radius: 0px;
			position: relative;
			overflow: hidden;
		}
		.competition-info .meter.dsc > span p{
			float:right;
			padding-right:10px;
			font-family: 'font4';
			color:#ffffff;
    		font-size: 10px;
			line-height:16px;
			display: block;
    			-webkit-margin-before: 0px;
    			-webkit-margin-after: 0px;
    			-webkit-margin-start: 0px;
    			-webkit-margin-end: 0px;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(255, 255, 255, .2)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(255, 255, 255, .2)),
			      color-stop(.75, rgba(255, 255, 255, .2)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			-moz-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}

		.animate > span:after {
			display: none;
		}

		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}

		@-moz-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}

		.fonce > span {
			background-color: #655A54;
			background-image: -moz-linear-gradient(top, #655A54, #655A54);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #655A54),color-stop(1, #655A54));
			background-image: -webkit-linear-gradient(#655A54, #655A54);
		}
		.carmin > span {
			background-color: #AD0040;
			background-image: -moz-linear-gradient(top, #AD0040, #AD0040);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AD0040),color-stop(1, #AD0040));
			background-image: -webkit-linear-gradient(#AD0040, #AD0040);
		}
		.champagne > span {
			background-color: #AD9D91;
			background-image: -moz-linear-gradient(top, #AD9D91, #AD9D91);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AD9D91),color-stop(1, #AD9D91));
			background-image: -webkit-linear-gradient(#AD9D91, #AD9D91);
		}
		.green > span {
			background-color: #C9DD03;
			background-image: -moz-linear-gradient(top, #C9DD03, #C9DD03);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C9DD03),color-stop(1, #C9DD03));
			background-image: -webkit-linear-gradient(#C9DD03, #C9DD03);
		}
		
		.orange > span {
			background-color: #f37934;
			background-image: -moz-linear-gradient(top, #f37934, #f37934);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f37934),color-stop(1, #f37934));
			background-image: -webkit-linear-gradient(#f37934, #f37934);
		}
		
		.blue > span {
			background-color: #F0780A;
			background-image: -moz-linear-gradient(top, #F0780A, #F0780A);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F0780A),color-stop(1, #F0780A));
			background-image: -webkit-linear-gradient(#F0780A, #F0780A);
		}

		.red > span {
			background-color: #f0a3a3;
			background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
			background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
		}

		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			-moz-animation: none;
			background-image: none;
		}
		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			-moz-animation: none;
			background-image: none;
		}

