<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIN RESET */

*{
	margin:0;
	padding:0;
}
body, html {
	height:auto;
	min-height:100%;
}
body{
	font-family:'Trajan W01 Regular';
	font-size:12px;
}

img{
	display:block;
}

/* *********** HEADER ************* */

h1{
	padding:25px 0;
}

h1 img{
	margin:0 auto;
}

.studio{
	display:block;
	border:1px solid #d9d9d9;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	width:188px;
	height:70px;
	margin:0 auto;
	padding:20px;
	background:#fff url('../images/studio.jpg') 125px 15px no-repeat;
	color:#000;
	text-decoration:none;
	position:relative;
	z-index:50;
	cursor:pointer;
	letter-spacing:3px;
	text-transform:uppercase;
}

#studio-box-wrapper{
	width:100%;
	height:auto;
	background:#fff;
}

/* *********** MENU * ************* */

#menu-container{
	position:relative;
	z-index:100;
	width:1000px;
	height:45px;
	margin:-45px auto 0 auto;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
}

#menu-container ul{
	list-style:none;
	width:auto;
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

#menu-container ul li{
	float:left;
	padding:0 35px;
}

#menu-container ul li a{
	color:#999999;
	text-decoration:none;
	outline:none;
	line-height:48px;
	text-transform:uppercase;
	font-size:11px;
}
#menu-container ul li a:hover, #menu-container ul li &gt; a.current {color:#000;}

/* ************* CONTENT ************ */

#wrapper{
	width:100%;
	height:auto;
	position:relative;
	min-height:100%;
}

.content-container{
	width:100%;
	height:auto;
	position:absolute;
	top:250px;
	z-index:3;
}

/* ************ STUDIO ************* */

.studio-wrapper{
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	z-index:40;
}

.studio-container{
	width:1000px;
	position:relative;
	top:-50px;
	height:0px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}

.studio-container img.studio-header{
	margin:0 0 80px 0;
}

.studio-box{
	float:left;
	width:500px;
	margin:0;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: justify;
}

.studio-box h2, .studio-box p{
	width:380px;
	margin:0 auto;
}

.studio-box h2{
	margin:0 auto 50px auto;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing: 0px;
}

.studio-box p{
	font-size:12px;
	color:#808080;
	font-family:Arial;
}

#bonjour h2{
	margin:0 auto 25px 25px;
}

#bonjour &gt; ul{
	width:440px;
	padding:25px 30px;
	margin:0 auto;
	list-style:none;
	background:#000;
	overflow:hidden;
}

#bonjour &gt; ul &gt; li{
	float:left;
	font-size:11px;
	color:#fff;
	font-family:Arial;
	text-transform:none;
	width:45%;
	margin-right:1em;
}

#bonjour &gt; ul &gt; li &gt; ul{
	list-style:none;
}

#bonjour &gt; ul &gt; li#detail-name{
	font-family:'Trajan W01 Bd';
	text-transform:uppercase;
	font-size:18px;
	margin:0 0 20px 0;
}

#detail-margin{
	margin:0 0 20px 0;
	text-transform:uppercase;
}

#bonjour &gt; ul &gt; li &gt; ul &gt; li &gt; span{
	font-weight:bold;
}
#bonjour &gt; ul &gt; li &gt; ul &gt; li &gt; span &gt; a {
	color:#fff;
}
#bonjour &gt; ul &gt; li#map a{
	font-family:'Trajan W01 Regular';
	text-transform:uppercase;
	text-align:center;
	padding:75px 0 0 0;
	background:url('../images/map.png') no-repeat 50px 0;
	display:block;
	color:#fff;
	text-decoration:none;
}

a.close{
	position: absolute;
	top:10px;
	right:-30px;
	cursor:pointer;
	opacity:0.5;
	width:30px;
	height:30px;
	background:transparent url(../images/close.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	display:none;
}

a.close:hover{
	opacity:1;
}

a.next{
	position: absolute;
	top:50%;
	margin-top:-29px;
	right:-30px;
	cursor:pointer;
	opacity:0.5;
	width:29px;
	height:58px;
	background:transparent url(../images/next.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	display:none;
}
a.next:hover{
	opacity:1;
}
a.previous{
	position: absolute;
	top:50%;
	margin-top:-29px;
	left:-30px;
	cursor:pointer;
	opacity:0.5;
	width:29px;
	height:58px;
	background:transparent url(../images/back.png) no-repeat 0 0;
	text-indent:-9999px;
	font-size:0;
	display:none;
}

a.previous:hover{
	opacity:1;
}

/* ************ FOOTER ************* */

.footer{
	font-size:10px;
	text-align:center;
	width:1000px;
	height:11px;
	text-transform:uppercase;
	color:#999999;
	padding:20px 0;
	border-top:solid 1px #ccc;
	margin:0 auto 0 auto;
}

.footer a{
	text-decoration:none;
	color:#999999;
	font-size:11px;
	letter-spacing:1px;
	padding-right:15px;
}

.footer span{
	color:#000;
	font-size:11px;
	letter-spacing:0;
}
div#wrapper-content {
	width:1005px;
	position:relative;
	margin:auto;
}
div#content-box {
	width:auto;
	padding:5px 0;
	overflow:hidden;
	position:relative;
}
div#content-box div.item {
  margin:5px;
  width:auto;
  float:left;
}
div#content-box div.item:hover {
	opacity:0.8;
}
div#content-box-load {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
}
div#content-box div.item-home &gt; img {
	margin:auto;
}

#myPopin-mask{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#fff;
  filter:alpha(opacity=1);
  opacity:1;
  -moz-opacity:1;
  -webkit-opacity:1;
  z-index:500;
}
#myPopin{
  background:#fff;
  display:none;
  position:absolute;
  z-index:501;
  /*top:180px;*/
  left:50%;
  width:auto;
  margin:auto;
}
#myPopin &gt; img {
	height:100%;
}
.myPopin{display:none;}
#myPopin-loading{
  position:absolute;
  width:220px;
  top:50%;
  left:50%;
  margin-left:-150px;
  margin-top:-10px; 
  padding:20px 40px;
  color:#fff;
  font-size:11px;
  text-align:center;
  text-transform:uppercase;
  z-index:501;
  background-color:#000000;
  border-radius:5px;
}
#myPopin form{
 margin:10px 10px 0;
}
#myPopin h3{
  font-weight:bold;
  font-size:16px;
  font-style:normal;
  letter-spacing:1px;
  color:#004860;
  padding:20px 15px;
  background-color:#fff;
  border-radius:5px 5px 0 0;
  border:none;
}
#myPopin a.close{
  float:right;
  width:19px;
  height:18px;
  margin:-20px -20px 0 0;
}
.boxcontent {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.boxcontent &gt; .list-lang {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	position:absolute;
	top:25px;
	right:0;
}
.boxcontent &gt; .list-lang &gt; li {
	float:left;
	font-size:1em;
	padding-left:5px;
	line-height:32px;
}
.boxcontent &gt; .list-lang &gt; li &gt; a {
	color:#999999;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	display:block;
	width:32px;
	height:32px;
}
.boxcontent &gt; .list-lang &gt; li &gt; a.fr { background:transparent url(../images/france.png) no-repeat 0 0; }
.boxcontent &gt; .list-lang &gt; li &gt; a.uk { background:transparent url(../images/uk.png) no-repeat 0 0; }

/* *** MEDIA QUERY *** */

@media screen and (min-device-width: 768px) and (max-device-width: 1024px){

	.pics-nav, .bigpic-container, .footer, #menu-container{
		width:970px;
	}

}</pre></body></html>