/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	background: #f2f2f2;
}

a {
color: #888888;
}
a:visited {
color: #3E3D40;
}
a:hover { 
color: #3E3D40;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* desert scheme ported from vim to google prettify */
pre { display: block; background-color: #333; padding:10px; border-radius:5px;}
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: normal }
pre .com { color: #87ceeb; font-style: italic } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: normal } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: normal } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre { background-color: none }
  pre .str, code .str { color: #060 }
  pre .kwd, code .kwd { color: #006; font-weight: normal }
  pre .com, code .com { color: #600; font-style: italic }
  pre .typ, code .typ { color: #404; font-weight: normal }
  pre .lit, code .lit { color: #044 }
  pre .pun, code .pun { color: #440 }
  pre .pln, code .pln { color: #000 }
  pre .tag, code .tag { color: #006; font-weight: normal }
  pre .atn, code .atn { color: #404 }
  pre .atv, code .atv { color: #060 }
}
::selection{
	color: #FFF;
	background-color:#888888; 
}
::-moz-selection{
	color: #FFF;
    background-color:#888888; 
}

#loader{
	position:absolute;
	width:32px;
	height:32px;
	left:50%;
	margin-left:-16px;
	top:50%;
	margin-top:-50px;
}
/* MENU */
#infoplus{
	bottom: 20px;
	position: fixed;
	left: 20px;	
	z-index: 3000;

}

#infoplusSimple{
	bottom: 20px;
	position: fixed;
	font-size: 12px;
	left: 20px;
	background: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	height: 22px;
	width: 95px;
	padding-left: 14px;
	padding-top:8px;
	color: #3E3D40;
}

#infoplusNavigation{
	display: none;
	bottom: 20px;
	position: fixed;
	left: 20px;
	font-size: 12px;
	background: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	width: 80px;
	padding-left: 14px;
	padding-bottom: 7px;
	padding-top: 15px;
	padding-right: 15px;
	cursor:pointer;

}


#Sculpture{
	bottom: 20px;
	position: fixed;
	left: 135px;	
	z-index: 3000;
}

#SculptureSimple{
	bottom: 20px;
	position: fixed;
	font-size: 12px;
	left: 135px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	height: 22px;
	width: 175px;
	padding-left: 14px;
	padding-top:8px;
	background-color: #f2f2f2;
	color: #3E3D40;
}

#SculptureNavigation{
	display: none;
	bottom: 20px;
	position: fixed;
	left: 135px;
	font-size: 11px;
	background: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	width: 160px;
	padding-left: 14px;
	padding-bottom: 7px;
	padding-top: 15px;
	padding-right: 15px;
	cursor:pointer;
	font-style: italic;
}

#Croquis{
	bottom: 20px;
	position: fixed;
	left: 330px;	
	z-index: 3000;
}
#CroquisSimple{
	bottom: 20px;
	position: fixed;
	font-size: 12px;
	left: 330px;
	background-color: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	height: 22px;
	width: 155px;
	padding-left: 14px;
	padding-top:8px;
	cursor:pointer;
	color: #3E3D40;
}
#CroquisNavigation{
	display: none;
	bottom: 20px;
	position: fixed;
	left: 330px;
	font-size: 11px;
	background: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	width: 140px;
	padding-left: 14px;
	padding-bottom: 7px;
	padding-top: 15px;
	padding-right: 15px;
	cursor:pointer;
	font-style: italic;
}




.information{
	display: none;
	z-index: 2000;
}
#info{
	bottom: 20px;
	position: fixed;
	left: 505px;	
	z-index: 3000;
	cursor:pointer;
}

#contact{
	bottom: 20px;
	position: fixed;
	font-size: 12px;
	left: 505px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 15px;
	height: 22px;
	width: 100px;
	padding-left: 14px;
	padding-top:8px;
	color: #3E3D40;
	background-color: #f2f2f2;
}
#contactActif{
	width: 200px;
	padding: 14px;
	padding-bottom: 30px;
	background-color: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	line-height: 15px;
	cursor:text;
}
#title{
	color: #3E3D40;
	width: 200px;
	background-image: url('../img/ligne.png');
}

#adresse{
	color: #888888;
	width: 200px;
}
#ville{
	color: #888888;
	width: 200px;
	background-image: url('../img/ligne.png');
}
#mail{
	color: #888888;
	width: 200px;
	background-image: url('../img/ligne.png');
}
#tel{
	width: 200px;
	color: #888888;
	background-image: url('../img/ligne.png');
}

#MenuNavigation dt{
	width: 165px;
}

#MenuNavigation dt a{

}
.fleche{
	float: right;
	margin-top: 5px;
	display: none;
}

.FirstNavigation{
	border-bottom: 1px solid #d9d9d9;
}

.FirstNavigation a{
	color: #888888;
	text-decoration: none;
} 

.SecondNavigation{
	border-bottom: 1px solid #d9d9d9;
}

.SecondNavigation a{
	color: #000;
	text-decoration: none;
} 

.LastSecondNavigation{
	color: #888888;
	text-decoration: none;
	margin-bottom: 5px;
}
#MenuNavigation dt:last-child{
	border-bottom: none;
}

/*légende travaux*/
.titre_travaux{
	position:absolute;
	bottom: 0px;
	right:0px;
	height: 53px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding-left: 14px;
	padding-top:8px;
	padding-bottom:20px;
	color: #888888;
	width: 270px;
	font-size: 12px;
	background: #f2f2f2;
	background-repeat: repeat;
}

/*LOGO*/

#contentHover h1{
	position: fixed;
	_position:absolute;
	top: 0px;
	left: 20px;
	width:280px;
	height:62px;
	z-index: 3000;
}
/*Atelier art*/
#atelierdart{
	position:absolute;
	bottom: 31px;
	right: 20px;
	width: 80px;
	height: 80px;
}
#manoir{
	position:absolute;
	bottom: 31px;
	right: 110px;
	width: 80px;
	height: 80px;
}


/*PAGES SPECIALES*/
#contenuBio {
	visibility:hidden;
	position:absolute;
	width:600px;
	height:450px;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-225px;
	color: #8888888;
	font-size: 13px;
	text-align: justify;
	background-color: #E1E1E1;
	overflow:auto;
	padding-right:20px;
}
#texte1Bio {
	visibility:hidden;
	position:absolute;
	margin-top:-350px;
	color: #8888888;
	font-size: 13px;
	text-align: justify;
	overflow:auto;
	padding-right:20px;
	margin-left:267px;
	line-height:18px;
}
#texte2Bio {
	visibility:hidden;
	margin-top:-10px;
	position:absolute;
	color: #8888888;
	font-size: 13px;
	text-align: justify;
	overflow:auto;
	padding-right:20px;
	margin-left:0px;
	line-height:18px;
}
#contenu_actu {
	visibility:hidden;
	position:absolute;
	width:620px;
	height:450px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-225px;
	text-align: center;
	background-color:#FFF;
	color: #5E5E5E;
	overflow:auto;
	font-size: 14px;
}
.strong
{
	font-weight:bold;
	
}
.sup { vertical-align: super; font-size: 50%; } 

#video {
	visibility:hidden;
	position:absolute;
	width:600px;
	height:338px;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-169px;
	border: 0px;
}
#revue_presse {
	visibility:hidden;
	position:absolute;
	width:700px;
	height:450px;
	left:50%;
	margin-left:-350px;
	top:50%;
	margin-top:-225px;
	text-align: center;
	background-color:#FFF;
	color: #5E5E5E;
	overflow:auto;
	font-size: 14px;
	line-height: 15px;
}

/*PAGE*/

#ascensorBuilding{
	overflow-x:auto;
	overflow-y:hidden;
}

#ascensorBuilding section:first-child article h1{
}

#section{
	
	overflow:auto;
}


/*FLECHES NAVIGATION PAGE GAUCHE ET DROIT*/

.navdroit{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:20px;
	width:45px;
	height:80px;
	z-index:3;
	visibility: hidden;

}
@media only screen and (orientation:portrait) {.navdroit{ visibility: visible;}}
@media only screen and (max-width: 640px) {.navdroit{ visibility: visible;}}
.navgauche{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:20px;
	width:45px;
	height:80px;
	z-index:3;
	visibility: hidden;
	}
@media only screen and (orientation:portrait) {.navgauche{ visibility: visible;}}
@media only screen and (max-width: 640px) {.navgauche{ visibility: visible;}}

/*HOME*/
#ascensorFloor1{
	background-image: url('../img/fonds/home.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
/*1*/
#ascensorFloor2{
	background:#E1E1E1;
}
/*2*/
#ascensorFloor3{
	background: #EB5D45;
}

#ascensorFloor4{
	background:#bdb76b;
}

#ascensorFloor5{
	background:#cd5c5c ;	
}

#ascensorFloor6{
	background-image: url('../img/fonds/l_embarcation.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	
}

#ascensorFloor7{
	background-image: url('../img/fonds/l_embarcation_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor8{
	background-image: url('../img/fonds/de_lautre_cote.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	
}
#ascensorFloor9{
	background-image: url('../img/fonds/au_fil_de_l_air_les_petits.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	}
#ascensorFloor10{
	background-image: url('../img/fonds/inspiration.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor11{
	background-image: url('../img/fonds/au_fil_de_l_air_monsieur_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

#ascensorFloor12{
	background-image: url('../img/fonds/vertige.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor13{
	background-image: url('../img/fonds/lenrouleur_enroule.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor14{
	background-image: url('../img/fonds/lenrouleur_enroule_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor15{
	background-image: url('../img/fonds/au_crepuscule.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor16{
	background-image: url('../img/fonds/l_indiscrete.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	}

#ascensorFloor17{
	background-image: url('../img/fonds/souffle_d_air.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

#ascensorFloor18{
	background-image: url('../img/fonds/la_ritournelle.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor19{
	background-image: url('../img/fonds/immersion_reveuse.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor20{
	background-image: url('../img/fonds/un_temps_incertain_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor21{
	background-image: url('../img/fonds/l_echo_du_silence.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor22{
	background-image: url('../img/fonds/l_echo_du_silence_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor23{
	background-image: url('../img/fonds/le_reflet.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor24{
	background-image: url('../img/fonds/explorateur.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor25{
	background-image: url('../img/fonds/le_monde_tourne.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor26{
	background-image: url('../img/fonds/entre_ciel_et_fond.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}


#ascensorFloor27{
	background-image: url('../img/fonds/entre_ciel_et_fond_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor28{
	background-image: url('../img/fonds/fileuses.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}


#ascensorFloor29{
	background-image: url('../img/fonds/fileuses_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor30{
	background-image: url('../img/fonds/couple_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor31{
	background-image: url('../img/fonds/les_veilleurs.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor32{
	background-image: url('../img/fonds/les_veilleurs_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor33{
	background-image: url('../img/fonds/eve.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor34{
	background-image: url('../img/fonds/eve_de.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

#ascensorFloor35{
	background-image: url('../img/fonds/l_oublie.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor36{
	background-image: url('../img/fonds/la_petite_voyageuse.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor37{
	background-image: url('../img/fonds/couple_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor38{
	background-image: url('../img/fonds/la_confusion.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor39{
	background-image: url('../img/fonds/le_temps_retrouve.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor40{
	background-image: url('../img/fonds/entre_nous.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor41{
	background-image: url('../img/fonds/la_passagere_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor42{
	background-image: url('../img/fonds/la_passagere_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor43{
	background-image: url('../img/fonds/carnet_1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor44{
	background-image: url('../img/fonds/carnet_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor45{
	background-image: url('../img/fonds/carnet_3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor46{
	background-image: url('../img/fonds/carnet_4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor47{
	background-image: url('../img/fonds/carnet_5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor48{
	background-image: url('../img/fonds/carnet_6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor49{
	background-image: url('../img/fonds/carnet_7.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor50{
	background-image: url('../img/fonds/carnet_8.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor51{
	background-image: url('../img/fonds/carnet_9.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor52{
	background-image: url('../img/fonds/carnet_10.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor53{
	background-image: url('../img/fonds/carnet_11.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor54{
	background-image: url('../img/fonds/carnet_12.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor55{
	background-image: url('../img/fonds/carnet_13.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor56{
	background-image: url('../img/fonds/carnet_14.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor57{
	background-image: url('../img/fonds/carnet_15.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor58{
	background-image: url('../img/fonds/carnet_16.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor59{
	background-image: url('../img/fonds/carnet_17.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor60{
	background-image: url('../img/fonds/carnet_18.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor61{
	background-image: url('../img/fonds/carnet_19.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
#ascensorFloor62{
	background-image: url('../img/fonds/carnet_20.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
