@charset "utf-8";
/* CSS Document */
/****************************************RESET **********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{ border-collapse:collapse; border-spacing:0;}
fielset,img{ border:0;}
address,caption,cite,code,dfn,var{font-style:normal; font-weight: normal;}
ol,ul{list-style:none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
a{
	color: #0072bc;
	cursor: pointer;
	text-decoration: none;
}
.cb{clear:both;}
.clear{clear:both;}
.separator-intro{
	position:relative;
	border-bottom: 1px dashed #62bcda;
	height:10px;
	margin-bottom:20px;
	margin-top:280px;
	z-index:-1;
}
.separator{
	position:relative;
	border-bottom: 1px dashed #62bcda;
	height:10px;
	margin-bottom:20px;
	margin-top:20px;
	z-index:-1;
}

/******************************POLICE EXOTIQUE*********************************/	
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('Fonts/league-gothic/League_Gothic-webfont.eot');
    src: url('Fonts/league-gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/league-gothic/League_Gothic-webfont.woff') format('woff'),
         url('Fonts/league-gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('Fonts/league-gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LektonRegular';
    src: url('Fonts/lekton/Lekton-Regular-webfont.eot');
    src: url('Fonts/lekton/Lekton-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/lekton/Lekton-Regular-webfont.woff') format('woff'),
         url('Fonts/lekton/Lekton-Regular-webfont.ttf') format('truetype'),
         url('Fonts/lekton/Lekton-Regular-webfont.svg#LektonRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LektonBold';
    src: url('Fonts/lekton/Lekton-Bold-webfont.eot');
    src: url('Fonts/lekton/Lekton-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/lekton/Lekton-Bold-webfont.woff') format('woff'),
         url('Fonts/lekton/Lekton-Bold-webfont.ttf') format('truetype'),
         url('Fonts/lekton/Lekton-Bold-webfont.svg#LektonBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	margin: 0 auto;
	width: 997px;
	color : #a4a4a4;
	cursor : default;
	font-size : 12px;
	line-height : 16px;
	text-align : center;
	background-image:url(sources/bg_graphic_gris.png);
	background-repeat:repeat;
	font-family: 'LektonBold';
}
#marge-gche{
	width:300px;
	position:fixed;
	float:left;
}
#marge-gche.bkg{
	background-image:url(sources/fond.jpg);
	height:100%;
}
#logo{
	display:block;
	position:fixed;
	width:300px;
	height:125px;
		
}
#logo a img{
	float: left;
	border: 5px #f2f2f2 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.3);
    }
    50% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.9);
    }
    100% {
        -webkit-box-shadow: 0 0 12px rgba(51,204,255,0.3);
    }
} 
/* 0px de décalage en x, 0px de décalage en y, 12px de flou et la valeur en RGBA soit RedGreenBlueAlpha donc le 0.5 pour 50% d'opacité */
#logo a:hover img{
    -webkit-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -moz-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -webkit-animation: pulse 1.8s infinite ease-in-out;
}
.filet{
	float:left;
	margin-top:5px;
}
#text{
	color:#FFFFFF;
	margin-right:10px;
	margin-top:10px;
	width:160px;
	float:right;
}
span.prenom{
	background-color:#ccf;
}
span.nom{
	color:#ccf; 
}
#text h4{
	letter-spacing:1px; 
}

#slogan{
	position:fixed;
	top:130px;
	width:300px;
	height:150px;
}
span.metier{
	
	text-transform:none;
	color:#829fee;
}
span.bienvenue{
	color: #FFFFFF;
}
#slogan p{
	color:#829fee;
}
.crea {
	font-family: 'LektonBold';
	font-size:40px;
	padding-top:13px;
	color: #FFFFFF;
	text-shadow: 0px 0px 3px  #00CCFF;
}

/* ribbon style ****************************/

 .ribbon-wrapper {
	position: relative;
	top:360px;
}
  .ribbon-front {
	background-color: #E2E2FF;	height: 40px;
	width: 310px;
	position: relative;
	left:0px;
	z-index: 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;

	
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}
  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: 0px;
	border-color: transparent #99c transparent transparent;
}

.ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 0px 0 0;
}
.ribbon-edge-bottomleft {
	border-width: 0 0px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 300px;
	border-color: transparent transparent transparent #99c;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 10px 10px;
}

  .ribbon-back-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}
/* ribbon style2 *******************************/

.ribbon-wrapper2{
	position: relative;
	float:right;
	margin-bottom:20px;
}
.title-h4{
	text-align:center;
	text-shadow: 0px 0px 3px  #00CCFF;
	padding-right:5px;
	font-family:prestige;
	font-size:15px;
	padding-top:4px;
	color: #FFFFFF;
}
.icone{
	text-shadow: 0px 0px 2px  #FFFFFF;
	font-family:prestige;
	font-size:15px;
	color:#829fee;
}
  .ribbon-front2 {
	background-color: #ccf;	height: 30px;
	width: 180px;
	height:25px;
	position: relative;
	z-index: 2;
}
  .ribbon-front2,
  .ribbon-back-left2,
  .ribbon-back-right2
{
	border: 1px #f2f2f2 solid;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/*-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);*/
	
	-moz-box-shadow: 0px 1px 5px  #EEEEEE;
	-khtml-box-shadow: 0px 1px 5px  #EEEEEE;
	-webkit-box-shadow: 0px 1px 5px  #EEEEEE;
	-o-box-shadow: 0px 1px 5px  #EEEEEE;
	box-shadow: 0px 1px 5px #EEEEEE ;
}
.ribbon-back-left2 {
	position: absolute;
	top: -10px;
	left: -15px;
	width: 18px;
	height: 18px;
	background-color: #E5E5FC;	z-index: 3;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

 













#wrap{
	width: 687px;
	position: relative;
	float: right;
	z-index: -1;
	}
#zone{
	width:687px;
	margin-top:7px;
	margin-left:-10px;
	
}
nav{
	position:fixed;
	width:687px;
	height:25px;
	margin: 0 auto;
	float:left;
	padding:0px 5px;
	background-color: #FFFFFF;
	font-family: 'LektonBold';
	z-index: 40;
	border: 1px #ddd solid;
	/*Bords arrondis*/
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/*Ombre portée*/
	
	-moz-box-shadow: 0px 2px 2px  #EEEEEE;
	-webkit-box-shadow: 0px 2px 2px  #EEEEEE;
	box-shadow: 0px 2px 2px #EEEEEE ;
	
	/* Bordure sur le bouton*/
	
	border 1px solid #000;
	
}
nav ul li {
	display:block;
-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform:) rotate(-2deg);
    transform: rotate(-2deg);
}
.firstLevel a{
	text-decoration: none;
	display: block;
	color: inherit;
	
}
nav li.firstLevel a{
	color: #66CCFF;
	padding: 6px 0;
	text-transform:uppercase;
}
nav li.firstLevel{
	float:left;
	width:150px;
	
	text-shadow: 0 -1px 4px #AAAAAA;
}
nav li:hover{
	
	color: #FFFFFF;
	text-shadow: 0 1px 4px  #AAAAAA;
}
.subMenu{
	font-size: 11px;
	background-color: #fff;
	
	border-left: 1px solid  #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	
	-moz-box-shadow: 0px 1px 1px  #AAAAAA;
	-webkit-box-shadow: 0px 1px 1px  #AAAAAA;
	box-shadow: 0px 1px 1px #AAAAAA ;
	
	display: none;/*cache le sous-menu*/
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
	width: 130px;
}
.subMenu a{
	text-decoration:none;
	display:block;
	padding:3px 5px;
	color:inherit;
}
.subMenu li:hover{
	background-color:#ccc;
	text-shadow:0 -2px 1px #ccc;
	background-image: url(sources/img-portfolio-2/hachure_grise.png);
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#sous-nav{
	top:35px;
	width:687px;
	position: relative;
	z-index: -2;
}
.illust{
	left: -10px;
	float:left;
	
}
#contact{
	margin-top:80px;
	float:right;
	position: relative;
	z-index: -2;
}
#contact img{
	float:left;
}
#contact-rapide{
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	letter-spacing:1px;
}
span.contact{
	color:#829fee;
	letter-spacing:3px;
}
.devis{
	letter-spacing:1px;
	margin-top:10px;
	width:170px;
	display:block;
	background-color:#FFFFFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -moz-box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    box-shadow: 0px 0px 12px rgba(51,204,255,0.7);
    -webkit-animation: pulse 1.8s infinite ease-in-out;
}
.devis img{
	padding-top:1px;
	padding-left:10px;
	
}
.devis:hover{
	background-color:#829fee;
	color:#FFFFFF;
	
	
}
/*****************************PRINT****************************/
.content{
	 padding-top:20px;
	 overflow:hidden;
 }
.process{
    width: 678px;
    height: 170px;
    padding: 5px 10px 10px 0px;
    margin-bottom: 20px;
    background-image: url(sources/img-portfolio-2/motif_croix_grise.png);
    background-repeat: repeat;
    border-radius: 10px;

    background: -moz-linear-gradient(left,  rgba(181,181,181,0) 0%, rgba(181,181,181,0.2) 16%, rgba(181,181,181,0.22) 30%, rgba(165,165,165,0.25) 51%, rgba(186,186,186,0.22) 72%, rgba(186,186,186,0.2) 86%, rgba(186,186,186,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(181,181,181,0)), color-stop(16%,rgba(181,181,181,0.2)), color-stop(30%,rgba(181,181,181,0.22)), color-stop(51%,rgba(165,165,165,0.25)), color-stop(72%,rgba(186,186,186,0.22)), color-stop(86%,rgba(186,186,186,0.2)), color-stop(100%,rgba(186,186,186,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.2) 16%,rgba(181,181,181,0.22) 30%,rgba(165,165,165,0.25) 51%,rgba(186,186,186,0.22) 72%,rgba(186,186,186,0.2) 86%,rgba(186,186,186,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.2) 16%,rgba(181,181,181,0.22) 30%,rgba(165,165,165,0.25) 51%,rgba(186,186,186,0.22) 72%,rgba(186,186,186,0.2) 86%,rgba(186,186,186,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.2) 16%,rgba(181,181,181,0.22) 30%,rgba(165,165,165,0.25) 51%,rgba(186,186,186,0.22) 72%,rgba(186,186,186,0.2) 86%,rgba(186,186,186,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(181,181,181,0) 0%,rgba(181,181,181,0.2) 16%,rgba(181,181,181,0.22) 30%,rgba(165,165,165,0.25) 51%,rgba(186,186,186,0.22) 72%,rgba(186,186,186,0.2) 86%,rgba(186,186,186,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b5b5', endColorstr='#00bababa',GradientType=1 ); /* IE6-9 */

    -webkit-box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.1);
}
.content li{
	 float:left;
	 margin-right:6px;
	 margin-bottom:6px;
	 border:3px solid #ffffff;
	 background-color: #ffffff;
	 border-radius:3px; 
 }
.content li.last{
	 margin-right:0px;
}
.content li a{
	width:100px;
	height:100px;
	display:block;
	
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;

}
.content li a:hover{
	-webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform:) rotate(-2deg);
    transform: rotate(-2deg);
	
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}




/******************slider****************************/




#texte-dte{
	background-image:url(sources/img-portfolio-2/fondtext-dte.png );
	background-repeat:no-repeat;
	background-position:center;


	
	
	
	display: inline-block;
	float: right;
	width: 190px;
	height: 245px;
	margin: 0 5px 0 10px;
	padding: 0 5px 5px 5px;
}
#texte-dte h4{
	padding-top:10px;
	padding-left:5px;
	text-decoration:underline;
	font-size:24px;
	color: #0E345F;
	text-align:left;
}
#texte-dte h5{
	padding-top:10px;
	padding-left:5px;
	font-size:14px;
	color: #0E345F;
	text-align:left;
}
#texte-dte p{
	font-family: 'LektonBold';
	padding-top:20px;
	padding-left:5px;
	font-size:12px;
	color:#1F1D23;
	text-align: left;
}
#texte-dte img{
	float:left;
}
.mini-icone-slider ul li a{
	width:60px;
	height:15px;
	display:block;
}
.content2{
	padding-top:20px;
	overflow:hidden;
 }
.content2 li{
	float:left;
	border-radius:3px; 
 }
.content2 li a{

	display:block;
}
.content2 li:hover{
	border:1px solid #ffffff;
}



/*slider2********************************************************************/
h1 .cursive {
	margin: 0 0 0 -3em;
	font-size: 1.1em;
	line-height:0.5em;
	color: #bd9b83;
}
figure { 
	display: inline-block; 
}

.sread {
	position: absolute;
	left:-9999px;
}
.cursive {
	font-family: 'LektonBold', cursive;
}
.center {
	text-align: center;
}

.slideshow {
	float:left;
	
	position: relative;
	width: 460px;/*pour le fond*/
	height: 255px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 auto 2em;
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	
}

/* avanced box-shadow */
.slideshow:before,
.slideshow:after {
	position: absolute;
	display:block;
	bottom:16px;
	width: 50%;
	height: 20px;
	content: " ";
	background: rgba(0,0,0,0.1);
	z-index: -10;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	
	
}
.slideshow:before {
	left:0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
.slideshow:after {
	right:0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}



.slideshow .container {
	position: relative;
	width: 460px;/*pour les images web*/
	height: 255px;
	overflow: hidden;
}
/* timeline base */
.slideshow .container:after {
	position:absolute;
	bottom: 0; left:0;
	content: " ";
	background: #999;
	width: 100%;
	height: 1px;
}

@-webkit-keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}
@-moz-keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}
@keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}

.slideshow .slider {
	position: absolute;
	left:0; top:0;
	width: 400%;
	height: 310px;
	
	-webkit-animation: slider 25s infinite;
	-moz-animation: slider 25s infinite;
	animation: slider 25s infinite;
}
.sl_i:target ~ #slideshow .slider {
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	transition: left 1s;
}
.sl_command:target ~ #slideshow .slider {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.sl_i:target ~ #slideshow .c_slider {
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	transition: background 1s;
}

.slideshow figure {
	position:relative;
	padding:0; margin:0;
}



@-webkit-keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}
@-moz-keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}
@keyframes figcaptionner {
	0%, 25%, 50%, 75%, 100%						{ bottom: -55px;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ bottom: 5px;		}
}

.slideshow figcaption {
	position:absolute;
	padding: 0px 5px; margin:0;
	left:0; right:0; bottom: 5px;
	text-align: left;
	font-size:10px;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #000;
	background: rgba(255,255,255,0.7);
	border-top: 1px solid rgb(225,225,225);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
	
	-webkit-animation: figcaptionner 25s infinite;
	-moz-animation: figcaptionner 25s infinite;
	animation: figcaptionner 25s infinite;
}

@-webkit-keyframes timeliner {
	0%, 25%, 50%, 75%, 100%	{ width: 0;		}
	20%, 45%, 70%, 90%		{ width: 640px;	}
}
@-moz-keyframes timeliner {
	0%, 25%, 50%, 75%, 100%	{ width: 0;		}
	20%, 45%, 70%, 90%		{ width: 640px;	}
}
@keyframes timeliner {
	0%, 25%, 50%, 75%, 100%	{ width: 0;		}
	20%, 45%, 70%, 90%		{ width: 640px;	}
}

.timeline {
	position: absolute;
	background: #999;
	bottom: 6px;
	left: 5px;
	height: px;
	background: rgb(214,98,13);
	background: rgba(214,98,13,.8);
	width: 0px;
	-webkit-animation: timeliner 25s infinite;
	-moz-animation: timeliner 25s infinite;
	animation: timeliner 25s infinite;
}









