/*
Theme Name : 1g6
Theme URL : https://1g6.biz
Description : Thème de 1g6
Author : ACA
*/

@font-face {
    font-family: 'OpenSansLight';
    src: url('style/fonts/OpenSans-Light-webfont.eot');
    src: url('style/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('style/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('style/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('style/fonts/OpenSans-LightItalic-webfont.eot');
    src: url('style/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('style/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('style/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('style/fonts/OpenSans-Bold-webfont.eot');
    src: url('style/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('style/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('style/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'osFont';
	src:url('style/fonts/osFont.eot');
	src:url('style/fonts/osFont.eot?#iefix') format('embedded-opentype'),
		url('style/fonts/osFont.woff') format('woff'),
		url('style/fonts/osFont.ttf') format('truetype'),
		url('style/fonts/osFont.svg#osFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'osFont';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul{
    list-style-type : none;
}
body{
    text-align: center;
    background-color: #ebebeb;
    width:96%;
    padding: 20px 2%;
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
}
/* bouton d'affichage du menu masqué pour mobile*/
.open{
    display: block;
    width:40px;
    height: 30px;
    background: url(images/menu.png) center no-repeat #999;
    border-radius: 8px;
    text-indent: -999em;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}
.clearfix {
    display: inline-block;
}

a{
    font-family: 'OpenSans', "Arial", "Lucida Grande", sans-serif;
    text-decoration: none;
}
a:hover, a:focus, .focused a {
    color: #ff8040;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
h1{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 28px;
    color: #000000;
}
h2{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 24px;
    color: white;
}
h3{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 18px;
    color: white;
}
h4{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 100%;
    color: white;
}
h5{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
}
strong{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
}

/*container*/
#container{
    width:960px;
    margin: 0 auto;
}
/* HEAD*/
header{
    width:100%;
    height:140px;
    background-color: #ffffff;
}
header #head{
    width:100%;
    padding-top: 10px;
}
#evit{
    width:100%;
}
#evit ul#evitement {
    list-style: none outside none;
}
#evit ul#evitement li {
    color: #888888;
    display: inline;
    font-size: 0.85em;
    margin-right: 15px;
}
#evit ul#evitement li a:hover, #evit ul#evitement li a:focus, #evit ul#evitement.focused a {
    color: #111111;
}
#evit ul#evitement li a {
    text-decoration: none;
    color: #ffffff;
}
#logo{
    max-width:220px;
    position: relative;
    left: 30px;
    width: 48%;
}
#head img{
    float: left;
    width: 100%;
    position: relative;
}
.middle{
    width: 35%;
    float: left;
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    text-align: left;
    left:100px;
    position: relative;
    z-index:9999;
}
.middle h1, .middle h3{
    /*color:black;*/
}
.right{
    left:140px;
    position: relative;
    text-align: left;
}
.aligncenter{
    margin: 0 auto;
}

/* FIN HEAD*/

/* redéfinit les text-align en left pour les textes*/
#head a, .nav_header, .nav_second_header,
#coordonnees, #filAriane,#sub_nav_left ul li,
.box p,#contenu,.post{
    text-align: left;
}
#slogan, .box, .button, .nav_second_header ul,
.info {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* Menu */
nav{
    width:100%;
    height: 6em;
    float:left;
}
/*.nav_header {width:75%;}*/
.nav_header a{
    color:black;
}
.nav_header ul{
    width:100%;
    float:left;
    position: relative;
}
.button {
    text-align: center;
    border: 1px solid #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size:1em;
    height:3em;
    padding: 15px 20px;
    background:#eee;
    text-transform: uppercase;
}
/*.button{height:3em;padding: 15px 20px;background:#eee;text-transform: uppercase;}*/
/*.nav_second_header ul li a{color: white;}*/

/* CONTENT */
#content{
    width:100%;
    margin: 0 auto;
}
#filAriane{
    height: 40px;
    width:100%;
    margin: 0 auto;
    font-size: 14px;
}
.ariane{
    position: absolute;
    float: left;
    padding-left: 10px;
    font-weight: bold !important;
}
/*menu gauche*/
.current-menu-item {
    font-weight: bold;
}

/*SLOGAN*/
#slogan{
    height: 40px;
    width: 100%;
    margin: 0 auto;
    background-color: #373838;
}
.bloc{
    display: inline-block;
    width:100%;
}
#boxs{
    width: 75%;
    /*min-height: 600px;*/
}
.row{
    width:100%;
    height: 200px;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
[class*="box"] {
    float: left;
    min-height: 1px;
}
.box{
    width:32.5%;
    height: 200px;
}
.box p{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
    padding: 5px 0 0 5px;
}
.box h4{
    height: 40px;
    color: #000000;
}
#boxForm1, #boxSys1,#boxForm2, #boxSys2{
    margin: 10px 8px 10px 0px;
}
#boxDev1, #boxDev2{
    margin: 10px 0px 10px -2px;
}
.mascotte{
    width:25%;
    position: relative;
    left:-15px;
    top:80px;
    float: right;
}
.mascotte img{
    width: 100%;
}
#contenu, footer, .nav_left, header{
    -webkit-box-shadow: 0 0 10px #B3BEC7;
    box-shadow: 0 0 10px #B3BEC7; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* CONTENU DES PAGES */
#contenu{
    background-color: #ffffff;
    width:74%;
    margin: 0 auto;
    position: relative;
    float:right;
    /*margin-bottom:100px;*/
    padding-bottom: 15px;
    min-height: 600px;
    /*height: 100%; */
}
#title-container{
    color:#ebebeb;
}
.tarif{
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px 2px rgba(167, 223, 54, 0.5);
    box-shadow: 2px 2px 3px 2px rgba(167, 223, 54, 0.5);
}
.tarif{
    width: 19.4444%;
    height: 55px;
    float: right;
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 18px;
    /*padding: 20px 0;*/
    text-align: center;
}
.tarif span{
    color: white;
}

#contenu h3, h3.storytitle {
    padding: 5px 0px 5px 30px;
}
#contenu h4{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    padding: 5px 0px 5px 30px;
}
#contenu h5{
    padding: 5px 0px 5px 40px;}
#contenu p{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 15px;
    width:70%;
    padding-left: 80px;
    padding-top: 10px;
}
#contenu table{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 15px;
    width:62.5%;
    margin: 0 auto;
}
#contenu ul{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 15px;
    width:90%;
    padding-left: 15px;
}
#contenu img.alignright{
    float: right;}
#content kbd {
    border: 1px solid gray;
    font-size: 1.2em;
    padding: 0 2px;
}
.top-title{
    width:69.44444444%;
    margin-left: 20px;
}
.info{
    margin: 0 auto;
    background: url(images/sticky.png) no-repeat scroll 1.5% 50% #e2d7c0;
    clear: both;
    padding: 20px 10px 20px 65px !important;
}
.borderDot{
    border-collapse: collapse;
}
.borderDot tr{
    height: 45px;
}
.borderDot td,.borderDot th{
    border: dotted 1px;
    min-width: 100px;
}
.borderDot th{
    text-align: center;
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 15px;
}
.borderDot .center{
    text-align: center;
}
.borderDot .code{
    font-family: 'Courier New';
}
.listeDoc {
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 12px;
    width:22.22222222%;
    padding-left: 120px;
}
.wp-image-46{
    float: left;
    padding-right: 4px;
}
#rowCol{
    width: 100%;
}
[class*="col"] {
    float: left;
    min-height: 1px;
}
.col1, .col2{
    width:35% !important;
}
.col2 {
    padding-left: 10px !important;
}
/* ARTICLES / NEWS */
.post{
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 15px;
    width:90%;
    margin: 0 0 15px 20px;
    /*min-height: 200px;*/
}
.storycontent p{
    padding-left: 0px !important;
}

.post_title{background-color: white; /*min-height: 80px;*/width: 88%;}
.post_date {
    background: url("images/date-bg.gif") no-repeat scroll 0 center transparent;
    float: left;
    font-family: "OpenSansLight",Tahoma,Arial,Verdana;
    height: 49px;
    margin-right: 11px;
    width: 6.39%;
}
.month {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    line-height: 11px;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
}
.days {
    color: #333333;
    display: block;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
}

.post_permalink {
    float: left;
    position: relative;
    width: 66.66666667%;
}
.post_permalink h2{
    font-weight: 300;
    line-height: 34px;
}
.categories {
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 2px;
    text-align: left;
}
.storycontent{
    width: 100%;
}
.storycontent pre{
    width:75%;
    font-family: "Courier New",Tahoma,Arial,Verdana;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*Plan d'accès*/
#contactmap{
    width:69.44444444%;
    height:auto;
    margin: 10px auto;
}
#map{
    width:100%;
    height:500px;
}
#pano{
    width:100%;
}
.gmnoprint p{
    width:100% !important;
}
.adp-summary{
    font-family: 'OpenSansBold', "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
}
/* FOOTER */
footer{
    clear: both;
    height: 160px;
    position: relative;
    background-color: #ffffff;
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
}
footer a{
    font-weight: bold;
}
#footer_left{
    float: left;
    text-align: left;
    font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
    width:40%;
    margin: 20px;
}
#footer_right{
    margin: 20px;
    float: right;
    text-align: right;
}

#content-inner{
    padding-top: 20px;
}
.article_found p{
    color: grey;
    padding-bottom: 10px;
}
.metadata time{
    float: right;
}
.validator{
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 150px;
}
.w3cValid{
    height:31px;
    width:88px;
}

.os-windows:before, .os-tux:before {
	font-family: 'osFont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.os-windows:before {
	content: "\57";
}
.os-tux:before {
	content: "\4c";
}
/* fin de FOOTER */

/*Lien retour en haut*/
ul.topLink{
   list-style: none outside none;
    margin: 0;
    padding: 0;
    position: fixed;
    /*right: 1220px;*/
    /*top: 440px;*/
}
.topLink img{width:80%;}
.topLink li{
    height:50px;
    width:50px;
    padding:10px;
    position:relative;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.tooltip
{
  position: relative;
  /*cursor: help;*/
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  /*border: 1px solid #ccc;*/
  /*background-color: white;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
  /*-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;*/
  /*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;*/
  /*box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;*/
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.tooltip:hover{  border: 0; /* IE6 fix */}
.tooltip:hover span{  visibility: visible;}
.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  /*border-top: 8px solid #ddd;*/
  /*border-left: 8px solid transparent;*/
  /*border-right: 8px solid transparent;*/
  /*border-bottom: 0;*/
}

.tooltip span:before{
    border-top-color: #ccc;
    bottom: -8px;
}

/**
 * SearchBar
 */
#searchform {
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 3px 5px;
    margin-top:10px;
}
#searchform input {
    font: 12px/100% 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;
}
#searchform .searchfield {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBBBB;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    padding: 6px 6px 6px 8px;
    width: 202px;
    /*font-family: 'OpenSansLight', "Arial", "Lucida Grande", sans-serif;*/
}
#searchform .searchbutton {
    background: -moz-linear-gradient(center top , #9E9E9E, #454545) repeat scroll 0 0 transparent;
    border: 1px solid #494949;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 11px;
    height: 27px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    width: 27px;
}
/* CSS3 : Tout n'est pas valide w3c !!!*/
/***********************************************************************
 *      Fond vert
 **********************************************************************/
.green{
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}
/***********************************************************************
 *      Fond jaune
 **********************************************************************/
.yellow{
    background: #ffd65e; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
    background: linear-gradient(top, #ffd65e 0%,#febf04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}
/***********************************************************************
 *      Fond bleu
 **********************************************************************/
.blue{
    background: #7abcff; /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
/***********************************************************************
 *      Fond noir
 **********************************************************************/
.black{
    background: #7d7e7d !important; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%) !important; /* IE10+ */
    background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ) !important; /* IE6-9 */
    color: white !important;
}

/***********************************************************************
 *      Fond gris
 **********************************************************************/
.grey{
    background: #7d7e7d !important; /* Old browsers */
    background: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#CCCCCC)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%) !important; /* IE10+ */
    background: linear-gradient(top, #EEEEEE 0%,#CCCCCC 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC',GradientType=0 ) !important; /* IE6-9 */
}

.button:hover{
    -webkit-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
     -khtml-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
       -moz-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
         -o-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
            box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}
.button:active{
    -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
     -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
       -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
         -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
            box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    text-shadow:1px 1px 1px #eee;
}

/* Pour les écran de plus de 35em soit 560px de large */
@media only screen and (min-width:940px){
    .menu{display: block;} /*on fait réapparaitre le menu*/
    .open {display:none;}

    .button{
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;-khtml-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
	line-height: 3em;
	min-width: 20%;
    }
    .button{margin: 10px 1px;}
    /*, .nav_second_header ul*/

}
