@charset "utf-8";

@font-face{
font-family: 'DejaVuSansMonoBook';
    src: url('../police/DejaVuSansMono-webfont.eot');
    src: url('../police/DejaVuSansMono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/DejaVuSansMono-webfont.woff') format('woff'),
         url('../police/DejaVuSansMono-webfont.otf') format('truetype'),
         url('../police/DejaVuSansMono-webfont.svg#DejaVuSansMonoBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
font-family: 'DejaVuSansMonoBold';
    src: url('../police/DejaVuSansMono-Bold-webfont.eot');
    src: url('../police/DejaVuSansMono-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/DejaVuSansMono-Bold-webfont.woff') format('woff'),
         url('../police/DejaVuSansMono-Bold-webfont.otf') format('truetype'),
         url('../police/DejaVuSansMono-Bold-webfont.svg#DejaVuSansMonoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 768px) {
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
    
    /* gestion des mots longs */

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        -webkit-hyphens: auto; /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word; /* passage à la ligne forcé */
    }
    
    code,
    pre,
    samp {
        white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
    }
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1,
    element2 {
        float: none;
        width: auto;
    }
    
    /* masquer les éléments superflus */

    #maman {
        display: none !important;
    }
    
    /* Un message personnalisé */
@media only screen and (orientation:portrait) {
    body:before {
	height:500px;
		background:url('../images/retourner.png') no-repeat center center; background-size: cover;
        content: "Version mobile du Garage de Saragosse: basculez votre mobile en orientation paysage";
        display: block;
        text-align: center;
        font-style: italic;
        color: #fff;
		font-size:18px;
    }
	#wrapper {
        display: none;
    }
	#maman {
        display: none !important;
    }
	}

}
html {
min-height:100%;
}
body{
background-image:-webkit-linear-gradient(#09c,#000055) ;
background-image:linear-gradient(#09c,#000055) ;
width:auto;
margin: 0;
padding: 0;
}

#maman {
position:fixed;
background-image:-webkit-linear-gradient(#09c,#000055);
background-image:linear-gradient(#09c,#000055);
height:100%;
width:100%;
padding:10px 10px 200px 10px ;
cursor: pointer;
z-index:2000;

}		
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}	
}
@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}	
}
@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}	
}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}	
}	
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}	
}
@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}	
}
@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}	
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}	
}
.start{
-webkit-animation-duration:4s;
-moz-animation-duration:4s;
-ms-animation-duration:4s;
-o-animation-duration:4s;
animation-duration:4s;
-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
-webkit-animation-fill-mode:forwards;
   -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
     -o-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
-webkit-animation-iteration-count:1;
   -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
     -o-animation-iteration-count:1;
        animation-iteration-count:1;	
-webkit-animation-timing-function:linear;
   -moz-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
     -o-animation-timing-function:linear;
        animation-timing-function:linear;
-webkit-animation-play-state:running;
   -moz-animation-play-state:running;
    -ms-animation-play-state:running;
     -o-animation-play-state:running;
        animation-play-state:running;
}
.animfadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
.animfadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
.maman {
display:none;
}
#intro:hover{
filter: sepia(80%);

}
.reflect {
	position: relative;
}
.reflect:after {
    content:"";
    position: absolute;
    top:100%;
    right:0;
    bottom:-100%;
    left:0;
    z-index: -1;
    opacity: .4;
    mask: url(mask.svg#mask);
    -moz-transform:translateY(6px) scaleY(-1);
    -ms-transform:translateY(6px) scaleY(-1);
    -o-transform:translateY(6px) scaleY(-1);
    transform:translateY(6px) scaleY(-1);
}

#intro:after {
	background: -webkit-element(#intro);
	background: -moz-element(#intro);
	background: -ms-element(#intro);
	background: -o-element(#intro);
	background: element(#intro);
}

#intro{
position: relative;
font-family:'DejaVuSansMonoBook';
font-size:3em;
width:716px;
height:365px;
margin:0 auto;
text-align:center;
-webkit-box-reflect: below 0 -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(0,transparent),to(rgba(255, 255, 255, 0.4)));
-o-box-reflect: below 0 -o-gradient(linear,0 0,0 100%,from(transparent),color-stop(0,transparent),to(rgba(255, 255, 255, 0.4)));
 color:#FFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}
.titre2 {
width:120px;
height:25px;
background-color:#000;
font-size:20px;
border-radius:25px;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9;
}
titre2 {
font-size:20px;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9;
}
a:link, a:visited,a:active{
color:#000055;
text-decoration:none;
}
a img{
border:none;
}
#container{
position:relative;
font-size:1em;
width:1100px;
font-family:'DejaVuSansMonoBook';
color:#000055;
margin:0 auto ;
-webkit-box-shadow:10px 10px 14px 5px #000;
   -moz-box-shadow:10px 10px 14px 5px #000;
        box-shadow:10px 10px 14px 5px #000;
-webkit-border-radius:13px;
   -moz-border-radius:13px;
        border-radius:13px;
/*		
background-image:-moz-linear-gradient(#000055, #000033);
background-image:-webkit-linear-gradient(#000055, #000033);
background-image:-o-linear-gradient(#000055, #000033);
background-image:-ms-linear-gradient( #000055, #09c);
background-image:linear-gradient(#000055, #0000cc);
background:url(../images/aciercirculaire.jpg);*/
background:#000055;
/*background:#000055\9;
*background:#000055;
-background:#000055;*/
}
#header{
position:relative;
text-align:center;
height:210px;
z-index:10;
}
/********************* DIAPO ***************************/
#dessus{
position:relative;
width:400px;
height:200px;
float:left;
-webkit-border-radius:13px;
   -moz-border-radius:13px;
        border-radius:13px;
-webkit-box-shadow:0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
margin:10px 10px 0 10px;
border:1px solid #000055;
overflow:hidden;
z-index:100;
}
#slider{
position:relative;
font-family:'DejaVuSansMonoBold';
background-image:url(../images/quincyauto1.jpg)\9;
}

#slider ul{
position:relative;
margin:0;
padding:0;
}
#slider li{
position:absolute;
width:400px;
height:200px;
top:-205px;
list-style:none;
}
#slider li.firstanimation{
-webkit-animation:cycle 25s linear infinite;
   -moz-animation:cycle 25s linear infinite;
    -ms-animation:cycle 25s linear infinite;
        animation:cycle 25s linear infinite;
}
#slider li.secondanimation{
-webkit-animation:cycletwo 25s linear infinite;
   -moz-animation:cycletwo 25s linear infinite;
    -ms-animation:cycletwo 25s linear infinite;
        animation:cycletwo 25s linear infinite;
}
#slider li.thirdanimation{
-webkit-animation:cyclethree 25s linear infinite;
   -moz-animation:cyclethree 25s linear infinite;
    -ms-animation:cyclethree 25s linear infinite;
        animation:cyclethree 25s linear infinite;
}
#slider li.fourthanimation{
-webkit-animation:cyclefour 25s linear infinite;
   -moz-animation:cyclefour 25s linear infinite;
    -ms-animation:cyclefour 25s linear infinite;
        animation:cyclefour 25s linear infinite;
}
#slider li.fifthanimation{
-webkit-animation:cyclefive 25s linear infinite;
   -moz-animation:cyclefive 25s linear infinite;
    -ms-animation:cyclefive 25s linear infinite;
        animation:cyclefive 25s linear infinite;
}
#slider .tooltip{
position:relative;
width:250px;
background:#cccccc;
bottom:70px;
left:-255px;
opacity: 0.7;
-webkit-border-radius:0 5px 5px 0;
   -moz-border-radius:0 5px 5px 0;
        border-radius:0 5px 5px 0;
-webkit-transition:all 0.3s ease-in-out;
   -moz-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
}
#slider .tooltip h5{
color:#000055;
font-size:12px;
line-height:20px;
text-shadow:0px 1px 0px #ffffff;
padding:0 0 0 10px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip,
#slider li#fourth:hover .tooltip,
#slider li#five:hover .tooltip{
left:0px;
}
#slider :hover li{
-webkit-animation-play-state:paused;
   -moz-animation-play-state:paused;
    -ms-animation-play-state:paused;
     -o-animation-play-state:paused;
        animation-play-state:paused;
}
#slider .pause{
-webkit-animation-play-state:paused;
   -moz-animation-play-state:paused;
    -ms-animation-play-state:paused;
     -o-animation-play-state:paused;
        animation-play-state:paused;
}
/* ANIMATION */
@-moz-keyframes cycle{
0%  { top:0px;}
4%{top:0px;}
16%{top:0px;opacity:1;z-index:0;}
20%{top:205px;opacity:0;z-index:0;}
21%{top:-205px;opacity:0;z-index:-1;}
92%{top:-205px;opacity:0;z-index:0;}
96%{top:-205px;opacity:0;}
100%{top:0px;opacity:1;}
}
@-moz-keyframes cycletwo{
0%  { top:-205px;opacity:0;}
16%{top:-205px;opacity:0;}
20%{top:0px;opacity:1;}
24%{top:0px;opacity:1;}
36%{top:0px;opacity:1;z-index:0;}
40%{top:205px;opacity:0;z-index:0;}
41%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-moz-keyframes cyclethree{
0%  { top:-205px;opacity:0;}
36%{top:-205px;opacity:0;}
40%{top:0px;opacity:1;}
44%{top:0px;opacity:1;}
56%{top:0px;opacity:1;}
60%{top:205px;opacity:0;z-index:0;}
61%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-moz-keyframes cyclefour{
0%  { top:-205px;opacity:0;}
56%{top:-205px;opacity:0;}
60%{top:0px;opacity:1;}
64%{top:0px;opacity:1;}
76%{top:0px;opacity:1;z-index:0;}
80%{top:205px;opacity:0;z-index:0;}
81%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-moz-keyframes cyclefive{
0%  { top:-205px;opacity:0;}
76%{top:-205px;opacity:0;}
80%{top:0px;opacity:1;}
84%{top:0px;opacity:1;}
96%{top:0px;opacity:1;z-index:0;}
100%{top:205px;opacity:0;z-index:0;}
}

@-webkit-keyframes cycle{
0%  { top:0px;}
4%{top:0px;}
16%{top:0px;opacity:1;z-index:0;}
20%{top:205px;opacity:0;z-index:0;}
21%{top:-205px;opacity:0;z-index:-1;}
92%{top:-205px;opacity:0;z-index:0;}
96%{top:-205px;opacity:0;}
100%{top:0px;opacity:1;}
}
@-webkit-keyframes cycletwo{
0%  { top:-205px;opacity:0;}
16%{top:-205px;opacity:0;}
20%{top:0px;opacity:1;}
24%{top:0px;opacity:1;}
36%{top:0px;opacity:1;z-index:0;}
40%{top:205px;opacity:0;z-index:0;}
41%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-webkit-keyframes cyclethree{
0%  { top:-205px;opacity:0;}
36%{top:-205px;opacity:0;}
40%{top:0px;opacity:1;}
44%{top:0px;opacity:1;}
56%{top:0px;opacity:1;}
60%{top:205px;opacity:0;z-index:0;}
61%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-webkit-keyframes cyclefour{
0%  { top:-205px;opacity:0;}
56%{top:-205px;opacity:0;}
60%{top:0px;opacity:1;}
64%{top:0px;opacity:1;}
76%{top:0px;opacity:1;z-index:0;}
80%{top:205px;opacity:0;z-index:0;}
81%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-webkit-keyframes cyclefive{
0%  { top:-205px;opacity:0;}
76%{top:-205px;opacity:0;}
80%{top:0px;opacity:1;}
84%{top:0px;opacity:1;}
96%{top:0px;opacity:1;z-index:0;}
100%{top:205px;opacity:0;z-index:0;}
}

@-o-keyframes cycle{
0%  { top:0px;}
4%{top:0px;}
16%{top:0px;opacity:1;z-index:0;}
20%{top:205px;opacity:0;z-index:0;}
21%{top:-205px;opacity:0;z-index:-1;}
92%{top:-205px;opacity:0;z-index:0;}
96%{top:-205px;opacity:0;}
100%{top:0px;opacity:1;}
}
@-o-keyframes cycletwo{
0%  { top:-205px;opacity:0;}
16%{top:-205px;opacity:0;}
20%{top:0px;opacity:1;}
24%{top:0px;opacity:1;}
36%{top:0px;opacity:1;z-index:0;}
40%{top:205px;opacity:0;z-index:0;}
41%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-o-keyframes cyclethree{
0%  { top:-205px;opacity:0;}
36%{top:-205px;opacity:0;}
40%{top:0px;opacity:1;}
44%{top:0px;opacity:1;}
56%{top:0px;opacity:1;}
60%{top:205px;opacity:0;z-index:0;}
61%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-o-keyframes cyclefour{
0%  { top:-205px;opacity:0;}
56%{top:-205px;opacity:0;}
60%{top:0px;opacity:1;}
64%{top:0px;opacity:1;}
76%{top:0px;opacity:1;z-index:0;}
80%{top:205px;opacity:0;z-index:0;}
81%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@-o-keyframes cyclefive{
0%  { top:-205px;opacity:0;}
76%{top:-205px;opacity:0;}
80%{top:0px;opacity:1;}
84%{top:0px;opacity:1;}
96%{top:0px;opacity:1;z-index:0;}
100%{top:205px;opacity:0;z-index:0;}
}

@keyframes cycle{
0%  { top:0px;}
4%{top:0px;}
16%{top:0px;opacity:1;z-index:0;}
20%{top:205px;opacity:0;z-index:0;}
21%{top:-205px;opacity:0;z-index:-1;}
92%{top:-205px;opacity:0;z-index:0;}
96%{top:-205px;opacity:0;}
100%{top:0px;opacity:1;}
}
@keyframes cycletwo{
0%  { top:-205px;opacity:0;}
16%{top:-205px;opacity:0;}
20%{top:0px;opacity:1;}
24%{top:0px;opacity:1;}
36%{top:0px;opacity:1;z-index:0;}
40%{top:205px;opacity:0;z-index:0;}
41%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@keyframes cyclethree{
0%  { top:-205px;opacity:0;}
36%{top:-205px;opacity:0;}
40%{top:0px;opacity:1;}
44%{top:0px;opacity:1;}
56%{top:0px;opacity:1;}
60%{top:205px;opacity:0;z-index:0;}
61%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@keyframes cyclefour{
0%  { top:-205px;opacity:0;}
56%{top:-205px;opacity:0;}
60%{top:0px;opacity:1;}
64%{top:0px;opacity:1;}
76%{top:0px;opacity:1;z-index:0;}
80%{top:205px;opacity:0;z-index:0;}
81%{top:-205px;opacity:0;z-index:-1;}
100%{top:-205px;opacity:0;z-index:-1;}
}
@keyframes cyclefive{
0%  { top:-205px;opacity:0;}
76%{top:-205px;opacity:0;}
80%{top:0px;opacity:1;}
84%{top:0px;opacity:1;}
96%{top:0px;opacity:1;z-index:0;}
100%{top:205px;opacity:0;z-index:0;}
}

h1{
/* -webkit-filter: url('ombre.svg#ombre-interne');
          filter: url('ombre.svg#ombre-interne');*/
font-size:45px;
text-shadow:0px 1px 0px #fff;
}
h2{
/* -webkit-filter: url('ombre.svg#ombre-interne');
          filter: url('ombre.svg#ombre-interne');*/
font-size:30px;
text-shadow:0px 1px 0px #fff;
}
h3,h3 a{
font-size:17px;
}
h4{
font-size:15px;
}
.title{
position:relative;
font-family:'DejaVuSansMonoBold';
float:right;
width:650px;
height:200px;
margin:10px 5px 0px 0px;
 
text-align:center;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
background:url(../images/acierbrossered.jpg);
color:#000055;
text-shadow:0px 1px 0px #000;		
border:1px solid #000055;
z-index:10;
}
/*------------------Effet de brillance sur logo en CSS et SVG---------------------*/
.logo a{
position:relative;
float:left;
display : block;
margin:20px 5px;
width:94px;
height:150px;
-webkit-border-radius:15px;
   -moz-border-radius:15px;
        border-radius:15px;
-webkit-box-shadow:0px 0px 3px 3px #FFF,inset 0px 0px 0px 10px #FFF;
   -moz-box-shadow:0px 0px 3px 3px #FFF,inset 0px 0px 0px 10px #FFF;
        box-shadow:0px 0px 3px 3px #FFF,inset 0px 0px 0px 10px #FFF;
background-position: 0px -150px;
-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,.6));
-moz-filter: drop-shadow(1px 1px 2px rgba(0,0,0,.6));
filter: drop-shadow(1px 1px 2px rgba(0,0,0,.6));
}
.logo a:hover,
.logo a:focus{
  background-position: 0px 25px;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-box-shadow:0px 0px 5px 5px #FFF,inset 0px 0px 100px 50px #FFF;
   -moz-box-shadow:0px 0px 5px 5px #FFF,inset 0px 0px 100px 50px #FFF;
        box-shadow:0px 0px 5px 5px #FFF,inset 0px 0px 100px 50px #FFF;
}
.logo a::after{
  content:'';
  position: absolute;
  pointer-events: none;
  top:0; left:0; right:0; bottom: 0;
  background: -webkit-radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: -moz-radial-gradient(0 0,circle farthest-side, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background: radial-gradient(circle farthest-side at 0 0, rgba(255,255,255,0) 90%,rgba(255,255,255,.8) 98%,rgba(255,255,255,0) 100%) no-repeat;
  background-position: inherit;

}
/****************sidebar****************/
#sidebar{
float:right;
width:190px;
margin:-5px 0 58px 0;
}
#sidebar ul{
list-style:none;
}
#sidebar ul li a{
font-family:'DejaVuSansMonoBold';
position:relative;
display:inline-block;
min-width:150px;
height:32px;
margin:6px 0;
padding:11px 0 0 20px;
-webkit-box-shadow:inset -50px -50px 50px -50px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -50px -50px 50px -50px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -50px -50px 50px -50px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:2em;
   -moz-border-radius:2em;
        border-radius:2em;
background:url(../images/acierbrossered.jpg);
text-shadow:0px 1px 0px #ffffff;
border:1px solid #000055;
z-index:120;
}
#sidebar ul li a:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a888a), color-stop(1, #ffffff) );
background:-webkit-gradient(linear,left top,left bottom,color-stop(#8a888a,0.05),color-stop(#ffffff,1));
background:-o-gradient( linear, left top, left bottom, color-stop(0.05, #8a888a), color-stop(1, #ffffff) );
background:-o-gradient(linear,left top,left bottom,color-stop(#8a888a,0.05),color-stop(#ffffff,1));
/*@@prefixmycss->No equivalent*/
background:-webkit-linear-gradient( 50% top, #8a888a 5%, #ffffff 100% );
background:   -moz-linear-gradient( 50% top, #8a888a 5%, #ffffff 100% );
background:     -o-linear-gradient( 50% top, #8a888a 5%, #ffffff 100% );
background:        linear-gradient( 50% top, #8a888a 5%, #ffffff 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a888a', endColorstr='#ffffff');
background-color:#8a888a;
text-decoration:none;
}
#sidebar ul li .act{
position:relative;
font-size:16px;
top:1px;
color:#09c;
}
/* presentation */
.presentation1{
width:680px;
font-family:'DejaVuSansMonoBold';
font-size:16px;
color:#000055;
text-shadow:0px 1px 0px #ffffff;
margin:50px 0 5px 10px;
background:url(../images/acierbrossered.jpg);
padding:20px 50px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
}
.actualite{
width:780px;
height:200px;
font-family:'DejaVuSansMonoBold';
font-size:13px;
color:#000055;
text-shadow:0px 1px 0px #ffffff;
margin:50px 0 5px 10px;
padding:5px 0;
background:url(../images/acierbrossered.jpg);
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
}
.presentation2{
width:730px;
min-width:680px;
font-family:'DejaVuSansMonoBold';
font-size:16px;
text-align:justify;
margin:0 0 5px 10px;
background:url(../images/acierbrossered.jpg);
padding:20px 0 0 50px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px  2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
text-shadow:0px 1px 0px #ffffff;

}
portrait {
position:relative;
float:left;
background:url(../images/portrait.jpg);
margin:0 8px 0;
height:89px;
width:60px;
border:0;
-webkit-border-radius:5px;
   -moz-border-radius:5px;
     -o-border-radius:5px;
        border-radius:5px;
-webkit-box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
   -moz-box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
     -o-box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
        box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
}
.telephone {
position:relative;
height:70px;
}
.messages {
padding:5px 0 0 0;
font-size:12px;
float:right;
text-align:center;
margin: 10px 20px;
height:200px;
width:400px;
webkit-box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
       box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
-webkit-border-radius:5px;
   -moz-border-radius:5px;
     -o-border-radius:5px;
        border-radius:5px;	   
}
.messages1 {
overflow-x:hidden ;
font-size:10px;
padding:0px 5px;
margin: 5px 0 0 20px;
max-height:140px;
max-width:360px;
text-align:justify;
text-indent: 15px; 
}
siren {
font-size:10px;
margin-left:500px;
}
/**************** jQuery Slider *********************/
#banner-slide{
margin:5px auto;
}
#banner-slide ul.bjqs{
position:relative; 
list-style:none;
padding:0;
margin:0;
overflow:hidden; 
display:none;
}
#banner-slide li.bjqs-slide{
position:absolute;
display:none;
}
#banner-slide ul.bjqs-controls{
list-style:none;
margin:0;
padding:0;
z-index:9999;
}
#banner-slide ul.bjqs-controls.v-centered li.bjqs-next a{
right:-155px;
position:absolute;
display:block;
padding:100px;
background: url('../images/active_bgh.png') no-repeat center;
outline:none
}
#banner-slide ul.bjqs-controls.v-centered li.bjqs-prev a{
left:-155px;
position:absolute;
display:block;
padding:100px;
background: url('../images/active_bdh.png') no-repeat center;
outline:none
}
#banner-slide ol.bjqs-markers{
list-style: none; 
padding: 0; 
margin: 0; 
width:100%;
}
#banner-slide ol.bjqs-markers.h-centered{
text-align: center;
}
#banner-slide ol.bjqs-markers li{
display:inline;
}
#banner-slide ol.bjqs-markers li a{
display:inline-block;
}
#banner-slide p.bjqs-caption{
background: rgba(255,255,255,0.5);
display:block;
width:100%;
margin:0;
padding:1%;
position:absolute;
bottom:0;
text-align:center;
}
/****************************catalogue********************************
.catalogue{
width:870px;
margin:50px 20px 0;
background:url(../images/acierbrossered.jpg);
padding:10px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #000, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
}
.introcata {
font-size:13px;
font-weight:bold;
color:#000055;
text-shadow:0px 1px 0px #ffffff;
margin:20px;
}
#slim {
height:405px;
overflow-y:scroll ;
background-color:#000055;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
}
.imagesslim img {
margin:0px 0px 0px 5px;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
}
/* SLIMBOX *
#lbOverlay {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	border-radius:15px;
}
.lbLoading {
	background: url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #000055;
	background-repeat: no-repeat;
	border-radius:15px;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 18px;
	color: #cccccc;
	line-height: 2em;
	text-shadow:0px 1px 0px #000055;
	text-align: center;
	border-top-style: none;
	border-radius: 15px;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: url(../images/closelabel.gif) no-repeat center;
	outline: none;	
}
**********************************slider photo**************************************/
#selection{
display: inline-block;
font-family:'DejaVuSansMonoBold';
margin:2px 0 0 0;
text-align:center;
width:20px;
height:20px;
background:url(../images/acierbrossered.jpg);
border:1px solid #000033;
text-shadow:0px 1px 0px #fff;
box-shadow:0px 2px 0px #E2D6CA; 
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
}
#selectiona{
display:inline-block;
margin:2px 0px 0px 0px;
text-align:center;
width:20px;
height:20px;
background:url(../images/acierbrossered.jpg);
border:1px solid #000033;
text-shadow:0px 1px 0px #fff;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
-webkit-box-shadow:0px 0px 5px 2px #000055;
   -moz-box-shadow:0px 0px 5px 2px #000055;
        box-shadow:0px 0px 5px 2px #000055;		
}
#selection a:hover{
opacity:0.5;
}
/************************** Gallery horizontale ***********************************/
#main{
position:relative;
display: inline-block;
margin:30px 0px 10px -50px;
text-align:center;
width:916px;
background:url(../images/acierbrossered.jpg);
border:1px solid #000033;
-webkit-border-radius:8px;
   -moz-border-radius:8px;
        border-radius:8px;
-webkit-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff,4px 4px 5px 5px #000000;
   -moz-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff,4px 4px 5px 5px #000000;
        box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff,4px 4px 5px 5px #000000;		
}



#gallery{
position:relative;
display:inline-block;
position:relative;
text-align:center;
margin:2px 0 0 2px;
float:left;
width:800px;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
overflow:hidden;
}



#slides{
/* This is the slide area */
height:500px;
/* jQuery changes the width later on to the sum of the widths of all the slides. */
width:800px;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
overflow:hidden;
}
.slide{
float:left;
width:800px;
display:block;
}

#menu{
height:80px;
background:url(../images/acierbrossered.jpg);
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
-webkit-box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
   -moz-box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
        box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
}
#menu ul{
postion:relative;
margin:0px;
padding:0px;
}
/**video dispo**/
#videodispo{
position:absolute;
width:200px;
height:50px;
top:450px;
left:300px;
background:url(../images/youtube.png) no-repeat center bottom,url(../images/acierbrossered.jpg) repeat ;
z-index:200;
color: #000055;
font-size:13px;
font-family:'DejaVuSansMonoBold';
border: 1px solid #000055;
text-shadow:0px 1px 0px #ffffff;
text-decoration: none; 
-moz-border-radius: 10px 10px 0 0; 
-webkit-border-radius: 10px 10px 0 0;         
-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
border-radius: 10px 10px 0 0;  
}
#videoexpo{
position:absolute;
top:0px;
left:0px;
z-index:210;
border: 1px solid #000055;
}
#menu ul li{
width:100px;
display:inline-block;
list-style:none;
text-align:center;
height:67px;
overflow:hidden;
margin-left:-9px;
filter : grayscale(100%)
}
#menu ul li.inact:hover{
background:url(../images/pic_bg.png) repeat;
-webkit-filter: sepia(0%);
-o-filter: sepia(0%);
-moz-filter: sepia(0%);
filter : grayscale(0)
}
#menu ul li.act,#menu ul li.act:hover{
background:url(../images/active_bg.png) no-repeat;
/*-webkit-filter: sepia(0%);
-o-filter: sepia(0%);
-moz-filter: sepia(0%);
filter:url('couleur.svg#neutre');*/
}
#menu ul li.act a{
cursor:default;
}
#menu ul li a{
display:block;
background:url(../images/divider.png) no-repeat right;
height:80px;
padding-top:10px;
}
#menu ul li a img{
border:none;
}
.menuItem {
/*-webkit-filter: sepia(1);
-webkit-filter: sepia(100%);
-o-filter: sepia(100%);
-moz-filter: sepia(100%);
filter: sepia(100%);
filter:url('sepia.svg#sepia');*/
z-index:10;
}
/************* Gallery verticale ********************/
#menuvert{
margin:2px 0 0 0;
display:inline-block;
width:110px;
height:583px;
padding:0px 0 0 0;
background:url(../images/acierbrossered.jpg);
-webkit-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
   -moz-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
        box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
}
#menuvert ul{
margin:0px;
padding:0px;
}
#menuvert ul li{
/* Every thumbnail is a li element */
width:110px;
display:block;
list-style:none;
height:80px;
overflow:hidden;
}
#menuvert ul li.inact:hover{
background:url(../images/pic_bg.png) no-repeat;
}
#menuvert ul li.act{
background:url(../images/active_bgh.png) no-repeat;

}
#menuvert ul li.act a{
cursor:default;
}
#menuvert ul li a{
display:block;
background:url(../images/dividerh.png) no-repeat bottom;
padding-bottom:72px;
height:1px;
padding-top:4px;
}
.vendue {
position:absolute;
background:url(../images/vendue.png);
width:800px;
height:500px;
z-index:100;
}
.vendu {
position:absolute;
background:url(../images/vendu.png);
width:800px;
height:500px;
z-index:100;
}
.premieremain {
position:absolute;
background:url(../images/premieremain.png) no-repeat bottom;
margin-left:10px;
margin-top:65px;
width:88px;
height:13px;
z-index:5;
}
.neuf {
position:absolute;
background:url(../images/neuf.png) no-repeat bottom;
margin-left:10px;
margin-top:65px;
width:88px;
height:13px;
z-index:5;
}
/**********************************slider video**************************************/
#mainv{
position:relative;
display:block;
margin:30px 0px 0px 30px;
text-align:center;
width:824px;
background:url(../images/acierbrossered.jpg);
border:1px solid #000033;
-webkit-border-radius:8px;
   -moz-border-radius:8px;
        border-radius:8px;
-webkit-box-shadow:4px 4px 5px 5px #000000;
   -moz-box-shadow:4px 4px 5px 5px #000000;
        box-shadow:4px 4px 5px 5px #000000;
-webkit-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
   -moz-box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
        box-shadow:inset -36px -36px 7px -27px rgba(51, 51, 51, 100),inset 36px 36px 7px -27px #fff;
		
}
#galleryv{
text-align:center;
margin:0 0 0 10px;
width:800px;
height:595px;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
overflow:hidden;
}
#videos{
border:1px solid #000055;
}
.video{
float:left;
display:block;
}
#menuv{
height:90px;
background:url(../images/acierbrossered.jpg);
padding:0px 1px;
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
border:1px solid #000055;
-webkit-box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
   -moz-box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
        box-shadow:inset 0px -36px 7px -27px rgba(51, 51, 51, 100),inset 0px 36px 7px -27px #fff;
}
#menuv ul{
margin:0px;
padding:0px;
}
#menuv ul li{
width:100px;
display:inline-block;
list-style:none;
text-align:center;
height:67px;
margin-left:-9px;
}
#menuv ul li.inact:hover{
background:url(../images/pic_bg.png) repeat;
}
#menuv ul li.act,#menuv ul li.act:hover{
background:url(../images/active_bg.png) no-repeat;
}
#menuv ul li.act a{
cursor:default;
}
#menuv ul li a{
display:block;
background:url(../images/divider.png) no-repeat right;
height:80px;
padding-top:10px;
}
commentvideo {
position:absolute;
top:600px;
left:900px;
font-size:12px;
font-family:'DejaVuSansMonoBold';
text-align:center;
background:url(../images/acierbrossered.jpg);
text-shadow:0px 1px 0px #fff;
box-shadow:0px 2px 0px #E2D6CA;
 -webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
border:1px solid #000055;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;

}
/****************tableau********************************************************/

.commentaires {
position:absolute;
top:500px;
left:900px;
font-family:'DejaVuSansMonoBold';
z-index:100;
}
.commentaires:hover {
cursor:move;
}
x {
position:relative;
left:250px;
top:50px;
padding:0 5px;
text-align:center;
background:url(../images/acierbrossered.jpg);
border:1px solid red;
text-shadow:0px 1px 0px #fff;
box-shadow:0px 2px 0px #E2D6CA;
 -webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
color:#cccccc;
border:1px solid #000055;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:30px;

cursor:pointer;	
}
.texte {
width:250px;
height:250px;
overflow:hidden;
}
.calque{
position:absolute;
width:250px;
height:250px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 0 5px 5px #000000, inset 5px 5px 10px #FFF;

-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
z-index:2;
opacity:0.8;
}
	
.panneau {
background:url(../images/acierbrosseredfin.jpg);
font-family:'DejaVuSansMonoBold';
height:2000px;
width:1000px;
border-collapse:collapse;
margin-top:-1000px;
margin-left:-250px;
color:#000055;
font-size:10px;
font-family:'DejaVuSansMonoBold';
text-shadow: 0px 1px 0px #ffffff;
}
td,th {
	position:relative;
	width:250px;
	height:250px;
	padding:0 2px 0 2px;
	line-height:14px;
	vertical-align: middle;
	text-align: center;
}
.cadre {
margin:0 auto;
padding:5px 5px 0;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
url(../images/acierbrossered.jpg);
border:2px solid #000055;
-webkit-border-radius:20px;
   -moz-border-radius:20px;
        border-radius:20px;
text-shadow:0px 1px 1px #fff;		
}
/****************************Onglets***************************************/

ul.oi_tabs{
position:relative;
width:280px;
height:30px;
margin:0 0 0 -38px;
font-family:'DejaVuSansMonoBold';
}
ul.oi_tabs a {
position:relative;

padding: 6px 12px;
font-size: 12px;
text-align: center;
text-decoration: none;
text-shadow:0px 1px 1px #fff;
z-index:19;
}
ul.oi_tabs li, ul.oi_tabs a {
display:inline-block;
width=30px;
margin:0 -4px 0 0;
-webkit-box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF;
   -moz-box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF;
        box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF, 4px 0px 4px 2px #000000;
background:        url(../images/acierbrossered.jpg);
/* W3C */
-webkit-border-radius:10px 10px 0px 0px/30px 30px 0px 0px;
   -moz-border-radius:10px 10px 0px 0px/30px 30px 0px 0px;
        border-radius:10px 10px 0px 0px/30px 30px 0px 0px;
text-shadow: 0px 1px 1px #ffffff;
}
ul.oi_tabs .action a, ul.oi_tabs a:hover {
position:relative;
background:url(../images/acierbrosseredfin.jpg);
-webkit-box-shadow:1px 1px 2px #000 inset, 4px 0px 0px 0px #000000;
   -moz-box-shadow:1px 1px 2px #000 inset, 4px 0px 0px 0px #000000;
        box-shadow:1px 1px 1px #000 inset, 4px 0px 0px 0px #000000;
z-index:20;
text-shadow: 0px 1px 1px #ffffff;
}
/***************telechargement*************************************/
telechargement{
position:relative;
float:left;
margin:0px 5px;
width:240px;

border:1px solid black;
-webkit-box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF;
   -moz-box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF;
        box-shadow:1px 1px 2px #000 inset,inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 1px #000,0px -1px 1px #fff, inset 5px 5px 10px #FFF, 4px 4px 4px 2px #000000;
background:        url(../images/acierbrossered.jpg);
-webkit-border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
   -moz-border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
        border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
z-index:10;
}
telechargement a{
display:block;
font-weight:normal;
color:#000055;
padding:5px 14px;
text-decoration:none;
font-size:10px;
text-shadow:0px 1px 1px #fff;
}
telechargement:hover a{
text-shadow:0px 1px 1px #fff;
background:url(../images/acierbrosseredfin.jpg);
-webkit-border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
   -moz-border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
        border-radius:0px 0px 10px 10px/0px 0px 30px 30px;
-webkit-box-shadow:1px 1px 2px #000 inset,0px 0px 1px #000,0px -1px 1px #fff;
   -moz-box-shadow:1px 1px 2px #000 inset,0px 0px 1px #000,0px -1px 1px #fff;
        box-shadow:1px 1px 2px #000 inset,0px 0px 1px #000,0px -1px 1px #fff;
}		
/*************contact**********************************************/
#contact{
position:relative;
width:530px;
margin:50px auto;
}
#form_wrap{
position:relative;
overflow:hidden;
height:446px;
width:530px;
top:0px;
font-family:'DejaVuSansMonoBold';
-webkit-transition:all 1s ease-in-out .3s;
   -moz-transition:all 1s ease-in-out .3s;
     -o-transition:all 1s ease-in-out .3s;
        transition:all 1s ease-in-out .3s;
}
#form_wrap:before{
content:"";
position:absolute;
bottom:128px;
left:0px;
background:url('../images/before.png');
width:530px;
height:316px;
}
#form_wrap:after{
content:"";
position:absolute;
bottom:-50px;
left:0px;
background:url('../images/after.png');
width:530px;
height:310px;
}
timbre{
float:left;
position:relative;
}
rss{
position:relative;
float:right;
text-decoration:none;
border:0;
}
#form_wrap.hide:after, #form_wrap.hide:before{
display:none;
}
#form_wrap:hover{
height:900px;
top:-220px;
width:530px;
}
#form_wrap form{
position:relative;
top:90px;
overflow:hidden;
height:200px;
width:400px;
margin:0px auto;
padding:0px 20px;
border:1px solid #000055;
background:url(../images/acierbrossered.jpg);
-webkit-border-radius:6px;
   -moz-border-radius:6px;
        border-radius:6px;
-webkit-box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;
   -moz-box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;
        box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;
-webkit-transition:all 1s ease-in-out .3s;
   -moz-transition:all 1s ease-in-out .3s;
     -o-transition:all 1s ease-in-out .3s;
        transition:all 1s ease-in-out .3s;
}
#form_wrap:hover form{
height:530px;
}
label{
margin:11px 10px 0 0;
font-size:14px;
font-weight:normal;
color:#000055;
text-shadow:0px 1px 0px #fff;
}
input[type=text], textarea{
font:14px normal uppercase helvetica, arial, serif;
font-family:'DejaVuSansMonoBold';
color:#7c7873;
background:none;
width:380px;
height:36px;
padding:0px 5px;
margin:0 0 5px 0;
border:1px solid;
color:#000055;
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
-webkit-box-shadow:inset 0px 0px 1px #726959;
   -moz-box-shadow:inset 0px 0px 1px #726959;
        box-shadow:inset 0px 0px 1px #726959;
}
textarea{
height:60px;
padding-top:10px;
z-index:1;
}
courrier{
margin:11px 5px 0 0;
font-size:14px;
font-weight:normal;
color:#000055;
text-shadow:0px 1px 0px #fff;
text-align:justify;
text-indent: 15px;
}
textarea:focus, input[type=text]:focus{
background:rgba(255,255,255,35);
}
#form_wrap input[type=submit]{
position:relative;
font-family:'DejaVuSansMonoBold';
font-size:17px;
color:#000055;
margin:0 40px;
padding:4px 5px 4px 50px;
text-shadow:0 1px 0 #fff;
opacity:0;
border:none;
cursor:pointer;
-webkit-border-radius:3px;
   -moz-border-radius:3px;
        border-radius:3px;
-webkit-box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;
   -moz-box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;
        box-shadow:4px 4px 5px 5px #000000, inset 0px 0px 27px #fff;		
-webkit-transition:opacity .6s ease-in-out 0s;
   -moz-transition:opacity .6s ease-in-out 0s;
     -o-transition:opacity .6s ease-in-out 0s;
        transition:opacity .6s ease-in-out 0s;
}
#form_wrap:hover input[type=submit]{
z-index:1;
opacity:1;
-webkit-transition:opacity .5s ease-in-out 1.3s;
   -moz-transition:opacity .5s ease-in-out 1.3s;
     -o-transition:opacity .5s ease-in-out 1.3s;
        transition:opacity .5s ease-in-out 1.3s;
}
#form_wrap .send:hover input[type=submit]{
color:#610000;
background: url(../images/icomail.png) no-repeat left;
}
.styled-select select{
float:left;
margin:0 7px 0 0;
font-size:14px;
font-family:'DejaVuSansMonoBold';
font-weight:normal;
color:#000055;
text-shadow:0px 1px 0px #fff;
cursor:pointer;
background:url(../images/acierbrossered.jpg);
   width: 100px;
   padding: 2px;
   font-size: 14px;
   border: 0;
   border-radius: 0;
   height: 20px;
   -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
}
reponse{
position:absolute;
bottom:0px;
left:0px;
width:100%;
text-align:center;
font-size:14px;
color:#000055;
text-shadow:0px 1px 0px #fff;
z-index:2;
}
/* liens */
.liens1{
float:left;
width:600px;
height:200px;
margin:50px 0 50px 60px;
background:url(../images/acierbrossered.jpg);
padding:0;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
}
.liens2{
float:left;
width:600px;
height:200px;
margin:20px 0 20px 60px;
background:url(../images/acierbrossered.jpg);
padding:0;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 34px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 34px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 34px 4px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
}
/**************social*********************************************************/
.social{
position:absolute;
top:75px;
left:908px;
width:70px;
z-index:5;
}
#header dl{
position:relative;
margin-left:-35px;
width:70px;
height:150px;
font-family:'DejaVuSansMonoBold';
font-size:14px;
text-align:left;
color:#09C;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
border:1px solid #09C;
-webkit-transform-origin:50% 130px;
   -moz-transform-origin:50% 130px;
    -ms-transform-origin:50% 130px;
     -o-transform-origin:50% 130px;
        transform-origin:50% 130px;
-webkit-animation:bounceOut 0.7s ease-in-out;
   -moz-animation:bounceOut 0.7s ease-in-out;
    -ms-animation:bounceOut 0.7s ease-in-out;
     -o-animation:bounceOut 0.7s ease-in-out;
        animation:bounceOut 0.7s ease-in-out;
z-index:2;
}
#header dl dt{
position:absolute;
bottom:0px;
width:100%;
height:19px;
}
#header dl dd{
-webkit-transform:rotate(180deg);
   -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
     -o-transform:rotate(180deg);
        transform:rotate(180deg);
}
#header dl a{
width:70px;
display:block;
height:24px;
padding:3px 0px;
color:#09C;
text-decoration:none;
z-index:2;
}
#header	dl a:hover{
background:rgba(255,255,255,0.2);
}
#header dl:hover{
-webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
     -o-transform:rotate(-180deg);
        transform:rotate(-180deg);
-webkit-animation:bounceIn 0.7s ease-in-out;
   -moz-animation:bounceIn 0.7s ease-in-out;
    -ms-animation:bounceIn 0.7s ease-in-out;
     -o-animation:bounceIn 0.7s ease-in-out;
        animation:bounceIn 0.7s ease-in-out;
}
@-webkit-keyframes bounceIn{
from {-webkit-transform:rotate(0deg);}
75%{-webkit-transform:rotate(-200deg);}
90%{-webkit-transform:rotate(-175deg);}
to {-webkit-transform:rotate(-180deg);}
}
@-webkit-keyframes bounceOut{
from {-webkit-transform:rotate(-360deg);}
0% {-webkit-transform:rotate(-180deg);}
10%{-webkit-transform:rotate(-160deg);}
to {-webkit-transform:rotate(-360deg);}
}
@-moz-keyframes bounceIn{
from {-moz-transform:rotate(0deg);}
75%{-moz-transform:rotate(-200deg);}
90%{-moz-transform:rotate(-175deg);}
to {-moz-transform:rotate(-180deg);}
}
@-moz-keyframes bounceOut{
from {-moz-transform:rotate(-360deg);}
0% {-moz-transform:rotate(-180deg);}
10%{-moz-transform:rotate(-160deg);}
to {-moz-transform:rotate(-360deg);}
}
@-ms-keyframes bounceIn{
from {-ms-transform:rotate(0deg);}
75%{-ms-transform:rotate(-200deg);}
90%{-ms-transform:rotate(-175deg);}
to {-ms-transform:rotate(-180deg);}
}
@-ms-keyframes bounceOut{
from {-ms-transform:rotate(-360deg);}
0% {-ms-transform:rotate(-180deg);}
10%{-ms-transform:rotate(-160deg);}
to {-ms-transform:rotate(-360deg);}
}
@-o-keyframes bounceIn{
from {-o-transform:rotate(0deg);}
75%{-o-transform:rotate(-200deg);}
90%{-o-transform:rotate(-175deg);}
to {-o-transform:rotate(-180deg);}
}
@-o-keyframes bounceOut{
from {-o-transform:rotate(-360deg);}
0% {-o-transform:rotate(-180deg);}
10%{-o-transform:rotate(-160deg);}
to {-o-transform:rotate(-360deg);}
}
@keyframes bounceIn{
from {transform:rotate(0deg);}
75%{transform:rotate(-200deg);}
90%{transform:rotate(-175deg);}
to {transform:rotate(-180deg);}
}
@keyframes bounceOut{
from {transform:rotate(-360deg);}
	0% {transform:rotate(-180deg);}
	10%{transform:rotate(-160deg);}
	to {transform:rotate(-360deg);}
}
/*****Newsletter*******************************************/
 #newsvisible{
position:relative;
z-index:111;
}
#newsvisible :hover {
color:#09C;
}
/*la boite qui slide*/
#newsinvisible div{
position:absolute;
color:#000055;
width:170px;
padding:5px 0 5px 5px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:1em;
   -moz-border-radius:1em;
        border-radius:1em;
background:url(../images/acierbrossered.jpg);
text-shadow:0px 1px 0px #ffffff;
border:1px solid #000055;
font-size:12px;
font-family:'DejaVuSansMonoBold';
text-decoration:none;
overflow:hidden;
top:-180px;
left:0;
opacity:0;
z-index:110;
-webkit-transition:1s top,1s opacity;
   -moz-transition:1s top,1s opacity;
     -o-transition:1s top,1s opacity;
        transition:1s top,1s opacity;
}
#newsinvisible:hover div{
top:60px;
opacity:1;
z-index:110;
color:#000055;
}

#newsinvisible .submit{
color:red;
text-align:center
font-size:12px;
border:none;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 1px 1px 1px 1px #000;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 1px 1px 1px 1px #000;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 1px 1px 1px 1px #000;		
}
#newsinvisible input{
height:20px;
width:167px;
}
#newsinvisible .mail{
font-size:12px;
}
/*****Infobulle avec effet de transparence en CSS*******************************************/
 a span,c span{
position:absolute;
padding:5px;
margin-right:-80px;
background: url(../images/acierbrossered.jpg);
opacity:0;
-webkit-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
   -moz-box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
        box-shadow:inset -100px -100px 100px -100px rgba(51, 51, 51, 100), 0px 0px 0px 2px #cccccc, 4px 6px 5px 5px #000000, inset 5px 5px 10px #FFF;
-webkit-border-radius:2em;
   -moz-border-radius:2em;
        border-radius:2em;
background:url(../images/acierbrossered.jpg);
color:#000055;
text-shadow:0px 1px 0px #ffffff;
border:1px solid #000055;
z-index:150;

/*transform*/
-webkit-transform:scale(0) rotateZ(12deg);
   -moz-transform:scale(0) rotateZ(12deg);
    -ms-transform:scale(0) rotateZ(12deg);
     -o-transform:scale(0) rotateZ(12deg);
        transform:scale(0) rotateZ(12deg);
/*transition*/
-webkit-transition:all .5s;
   -moz-transition:all .5s;
     -o-transition:all .5s;
        transition:all .5s;
/*border-radius*/
-webkit-border-radius:3px;
   -moz-border-radius:3px;
        border-radius:3px;
/*box-shadow*/
-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
        box-shadow:0 0 2px rgba(0,0,0,.5);
}
a span img{
max-width:200px;
max-height:150px;

}
a:hover span, a:focus span,
c:hover span, c:focus span{
opacity:1;
font-family:'DejaVuSansMonoBold';
z-index:150;
/*transform*/
-webkit-transform:scale(1) rotateZ(0);
   -moz-transform:scale(1) rotateZ(0);
    -ms-transform:scale(1) rotateZ(0);
     -o-transform:scale(1) rotateZ(0);
        transform:scale(1) rotateZ(0);
}
a span::before,
c span::before,{
content:'';
position:absolute;
left:-6px;
bottom:10px;
width:0;
height:0;
border-right:10px solid #000055;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
z-index:100;
}

/****************************************XM****************************/
.xm {
position:relative;
height:83px;
width:1100px;
overflow:hidden;

}
#xm {
position:relative;
width:300px;
height:82px;
left:40%;
outline:none;
}
#xm a {
outline:none;
}
#xm.act {
-webkit-transform-origin:20% bottom;
   -moz-transform-origin:20% bottom;
    -ms-transform-origin:20% bottom;
     -o-transform-origin:20% bottom;
        transform-origin:20% bottom;
-webkit-animation-name:lightSpeedIn;
   -moz-animation-name:lightSpeedIn;
    -ms-animation-name:lightSpeedIn;
     -o-animation-name:lightSpeedIn;
        animation-name:lightSpeedIn;
-webkit-animation-timing-function:linear;
   -moz-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
     -o-animation-timing-function:linear;
        animation-timing-function:linear;
-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
-webkit-animation-duration:10s;
   -moz-animation-duration:10s;
    -ms-animation-duration:10s;
     -o-animation-duration:10s;
        animation-duration:10s;
-webkit-animation-iteration-count:1;
   -moz-animation-iteration-count:1;
    -ms-animation-iteration-count:1;
     -o-animation-iteration-count:1;
        animation-iteration-count:1;
-webkit-animation-fill-mode:forwards;
   -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
     -o-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
		
outline:none;
}
#roue1 {
height:40px;
width:40px;
top:-62px;
left:42px;
position:relative;
z-index:2;
}
#roue2 {
height:39px;
width:39px;
top:-99px;
left:225px;
position:relative;
z-index:2;
}
.detail {
height:17px;
width:45px;
top:-42px;
left:223px;
position:relative;
z-index:3;
}
#roue a {
outline:none;
}
#roue .act {
-webkit-animation-name:roueRotation;
   -moz-animation-name:roueRotation;
    -ms-animation-name:roueRotation;
     -o-animation-name:roueRotation;
        animation-name:roueRotation;
-webkit-animation-timing-function:linear;
   -moz-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
     -o-animation-timing-function:linear;
        animation-timing-function:linear;
-webkit-animation-delay:0s;
   -moz-animation-delay:0s;
    -ms-animation-delay:0s;
     -o-animation-delay:0s;
        animation-delay:0s;
-webkit-animation-duration:2s;
   -moz-animation-duration:2s;
    -ms-animation-duration:2s;
     -o-animation-duration:2s;
        animation-duration:2s;
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
}
/*
stop{
float:left;
width:42px;
height:100px;
}
*/	
@-webkit-keyframes lightSpeedIn{
0%{-webkit-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}		
10%{-webkit-transform:translateX(-30%) skewX(0deg) scaleX(1.2);opacity:1;}
15%{-webkit-transform:translateX(-30%) skewX(-30deg) scaleX(1);opacity:1;}
28%{-webkit-transform:translateX(-250%) skewX(-30deg) scaleX(1);opacity:0;}
29%{-webkit-transform:translateX(250%) skewX(-30deg);opacity:0;}
70%{-webkit-transform:translateX(-10%) skewX(0deg);opacity:1;}
85%{-webkit-transform:translateX(-120%) skewX(30deg) scaleX(1);opacity:1;}
90%{-webkit-transform:translateX(-120%) skewX(30deg) scaleX(0.4);opacity:1;}
100%{-webkit-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}
}
@-moz-keyframes lightSpeedIn{
0%{-moz-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}		
10%{-moz-transform:translateX(-30%) skewX(0deg) scaleX(1.2);opacity:1;}
15%{-moz-transform:translateX(-30%) skewX(-30deg) scaleX(1);opacity:1;}
28%{-moz-transform:translateX(-250%) skewX(-30deg) scaleX(1);opacity:0;}
29%{-moz-transform:translateX(250%) skewX(-30deg);opacity:0;}
70%{-moz-transform:translateX(-10%) skewX(0deg);opacity:1;}
85%{-moz-transform:translateX(-120%) skewX(30deg) scaleX(1);opacity:1;}
90%{-moz-transform:translateX(-120%) skewX(30deg) scaleX(0.4);opacity:1;}
100%{-moz-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}
}
@-o-keyframes lightSpeedIn{
0%{-o-transform:translateX(0%) skewX(0deg) scale(1);opacity:1;}		
10%{-o-transform:translateX(-30%) skewX(0deg) scale(1.2);opacity:1;}
15%{-o-transform:translateX(-30%) skewX(-30deg) scale(1);opacity:1;}
28%{-o-transform:translateX(-250%) skewX(-30deg) scale(1);opacity:0;}
29%{-o-transform:translateX(250%) skewX(-30deg);opacity:0;}
70%{-o-transform:translateX(-10%) skewX(0deg);opacity:1;}
85%{-o-transform:translateX(-120%) skewX(30deg) scale(1);opacity:1;}
90%{-o-transform:translateX(-120%) skewX(30deg) scale(0.4);opacity:1;}
100%{-o-transform:translateX(0%) skewX(0deg) scale(1);opacity:1;}
}
@-ms-keyframes lightSpeedIn{
0%{-ms-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}		
10%{-ms-transform:translateX(-30%) skewX(0deg) scaleX(1.2);opacity:1;}
15%{-ms-transform:translateX(-30%) skewX(-30deg) scaleX(1);opacity:1;}
28%{-ms-transform:translateX(-250%) skewX(-30deg) scaleX(1);opacity:0;}
29%{-ms-transform:translateX(250%) skewX(-30deg);opacity:0;}
70%{-ms-transform:translateX(-10%) skewX(0deg);opacity:1;}
85%{-ms-transform:translateX(-120%) skewX(30deg) scaleX(1);opacity:1;}
90%{-ms-transform:translateX(-120%) skewX(30deg) scaleX(0.4);opacity:1;}
100%{-ms-transform:translateX(0%) skewX(0deg) scaleX(1);opacity:1;}
}
@keyframes lightSpeedIn{
0%{transform:translateX(0%) skewX(0deg) scale(1, 1);opacity:1;}		
10%{transform:translateX(-30%) skewX(0deg) scale(1.2, 1);opacity:1;}
15%{transform:translateX(-30%) skewX(-30deg) scale(1, 1);opacity:1;}
28%{transform:translateX(-250%) skewX(-30deg) scale(1, 1);opacity:0;}
29%{transform:translateX(250%) skewX(-30deg);opacity:0;}
70%{transform:translateX(-10%) skewX(0deg);opacity:1;}
85%{transform:translateX(-120%) skewX(30deg) scale(1, 1);opacity:1;}
90%{transform:translateX(-120%) skewX(30deg) scale(0.4, 1);opacity:1;}
100%{transform:translateX(0%) skewX(0deg) scale(1, 1);opacity:1;}
}
@keyframes roueRotation{
0%{ -webkit-transform:rotate(0deg);
   -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
     -o-transform:rotate(0deg);
        transform:rotate(0deg);
}
50%{-webkit-transform:rotate(181deg);
   -moz-transform:rotate(181deg);
    -ms-transform:rotate(181deg);
     -o-transform:rotate(181deg);
        transform:rotate(181deg);
}
100%{-webkit-transform:rotate(359deg);
   -moz-transform:rotate(359deg);
    -ms-transform:rotate(359deg);
     -o-transform:rotate(359deg);
        transform:rotate(359deg);
}
}
/**************liens*****************/
#liens,#liens a {
height:500px;
margin:50px 20px;
color:#cccccc;
}
jose {
position:relative;
text-decoration:none;
margin:0 20px
}
artiste {
color:#cccccc;
}
/* ~~ Pied de page ~~ */
footer{
color:#cccccc;
font-size:8px;
text-align:center;
padding:0 0;
position:relative;
clear:both;
}
/**************loupe*****************/
.jqzoom {
text-decoration:none;
display: inline-block;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}
.zoomPreload{
	position:absolute;
   -moz-opacity:0.5;
   opacity: 0.5;
   filter: alpha(opacity = 50);
   color: #000055;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 2px solid #000055;
   padding: 10px;
   text-align:center;
   background-image: url(../images/zoomloader.gif), url(../images/acierbrossered.jpg);
   background-repeat: no-repeat,repeat;
   background-position: 40px 40px,0 0;
   z-index:110;
   width:80px;
   height:80px;
   -moz-border-radius:80px;
        border-radius:80px;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:url(../images/acierbrossered.jpg);
	color:#000055;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  text-shadow:0px 1px 0px #ffffff;
  z-index:120;
  -moz-opacity:0.9;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;
}
@media (max-device-width:980px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
/*******************photos empilées****************************************
.heapshot {
    position:absolute;
    top:500px;
	left:750px;
}

.heapshot li {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    list-style-type: none;
}

.heapshot li.current {
    cursor: pointer;
}

.heapshot li img {
   width:225px;
height:145px;
border:2px solid #cccccc;
-webkit-border-radius:10px;
   -moz-border-radius:10px;
        border-radius:10px;
-webkit-box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
        box-shadow:0px 0px  2px #000, 1px 1px 5px 2px #000;
overflow:hidden;   
}