<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/* FONTS
-------------------------------------------------------------- */

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham_book.eot');
    src: url('../fonts/gotham_book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_book.woff') format('woff'),
         url('../fonts/gotham_book.ttf') format('truetype'),
         url('../fonts/gotham_book.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham_bold.eot');
    src: url('../fonts/gotham_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_bold.woff') format('woff'),
         url('../fonts/gotham_bold.ttf') format('truetype'),
         url('../fonts/gotham_bold.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham_medium.eot');
    src: url('../fonts/gotham_medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham_medium.woff') format('woff'),
         url('../fonts/gotham_medium.ttf') format('truetype'),
         url('../fonts/gotham_medium.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.audiojs { width: 350px; height: 22px; background: #fff; box-shadow: none; border: 0; border-radius: 2px; }
      .audiojs .play-pause { width: 18px; height: 20px; padding: 0px 8px 0px 0px; border: 0; }
      .audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
      .audiojs .scrubber { background: #fff; width: 200px; height: 5px; margin: 9px 5px; border: 0; border-radius: 2px; }
      .audiojs .progress { height: 5px; width: 0px; background: #707070; border-radius: 2px; }        
      .audiojs .loaded { height: 10px; background: #ddd; border-radius: 2px; }
      .audiojs .time { float: left; height: 25px; line-height: 23px; border: 0; text-shadow: none; color: #6f6f6f; font-family: 'gotham_bookregular'; }
      .audiojs .time em { color: #6f6f6f; }
      .audiojs .error-message { height: 24px;line-height: 24px; }
      
      .audiojs .play, .audiojs .loading, .audiojs .error { background: url("../img/player-graphics.png") no-repeat scroll -2px -1px rgba(0, 0, 0, 0); }
      .audiojs .pause { background: url("../img/player-graphics.png") no-repeat scroll -2px -91px rgba(0, 0, 0, 0); }

      .track-details { clear: both; height: 20px; width: 448px; padding: 1px 6px; background: #eee; color: #222; font-family: monospace; font-size: 11px; line-height: 20px; }
      .track-details:before { content: '♬ '; }
      .track-details em { font-style: normal; color: #999; }

/* SITE
-------------------------------------------------------------- */

body
{

}

.nobr
{
	white-space: nowrap;
}

.strong
{
	font-family: 'gotham_boldregular';
	font-weight: normal;
}

#loader
{
	background: white url("../img/loader.gif") no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999999;
}

#site
{
	position: relative;
}

.wrapper
{
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}

.page .wrapper
{
	position: relative;
}

.content
{
	padding-top: 130px;
	color: #7f7f7f;
	font-size: 10.5px;
	font-weight: normal;
	line-height: 14px;
}

.high
{
	font-family: 'gotham_boldregular';
}


.content h2
{
	font-size: 12.6px;
	font-family: 'gotham_boldregular';
}

.content .separ
{
	border-bottom: 1px solid #d7d7d7;
	margin: 20px 0 20px 15px;
}

#homebackground
{ 
    position:fixed; 
    top:0; 
    left:0; 
	z-index:-1;
	display: none;
} 

#top
{
	position: fixed;
	top: 0;
	padding-top: 27px;
	height: 80px;
	width: 100%;
	/*padding: 0 117px;*/
	background: url("../img/toolbar.png") repeat-x;
	font-family: 'gotham_boldregular';
	z-index: 99999;
}

.home #top
{

}

#top:after
{
	clear: both;
	display: table;
	content: "";
}

.home #top h1
{
	position: absolute;
	left: 117px;
}

#top h1
{
	position: absolute;
}

#top a.back
{
	position: relative;
	white-space: nowrap;
	color: #C0C0C0;
	z-index: 2;
	text-decoration: none;
}

#cache
{
	background: #000;
	opacity: 0.4;
	filter : alpha(opacity=40);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

#top .menu
{
	position: absolute;
	right: 117px;
	top: 0;
	width: 20px;
	height: 15px;
	background: url("../img/menu.png") left center no-repeat;
	background-size:20px 15px;
	cursor: pointer;
	z-index: 2003;
}

.page #top .menu
{
	right: 0;
}

.home #top .menu
{
	top: 27px;
}

#top .menu_content
{
	position: absolute;
	right: 29px;
	top: 0px;
	display: none;
	z-index: 2003;
}

.home #top .menu_content
{
	top: 27px;
	right: 143px;
}

#top .menu_content ul
{
	list-style-type: none;
}

#top .menu_content a
{
	display: block;
	width: 173px;
	height: 37px;
	line-height: 37px;
	background: #ff4956;
	color: #fff;
	border-bottom: 1px solid #d9363c;
	border-top: 1px solid #ff7e88;
	padding-left: 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#top .menu_content a:hover
{
	background: #f4404d;
}

#top .menu_content .first a
{
	border-top: 0;
}

#top .menu_content .last a
{
	border-bottom: 0;
}

body, body a
{
	font-weight: normal;
	font-family: 'gotham_boldregular';
	font-size: 14px;
}

.home, .home a, .home h1
{
	font-size: 18px;
	color: #fff;
}


.page, .page a, .page h1
{
	font-size: 14px;
}

.page #top, .page #bottom, .page #bottom a
{
	color: #c0c0c0;
}

.page #bottom, .page #bottom a
{
	font-size: 10.5px;
}


#bottom
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding: 24px 0px;
	background: url("../img/toolbar.png") repeat-x;
	z-index: 1;
}

.page #bottom
{
	position: inherit;
	margin-top: 20px;
}

.a-propos #bottom, .expositions #bottom, .art-liste #bottom
{
	/*position: absolute;*/
	/*bottom: 0;*/
}

.home #bottom .left
{
	position: absolute;
	left: 117px;
}

#bottom .right
{
	position: absolute;
	right: 117px;
}

#bottom .left .credits
{
	/*position: relative;*/
}

#bottom .left .credits_over
{
	position: absolute;
	left: 180px;
	top: -24px;
	background: #ff4956;
	color: #fff;
	white-space: nowrap;
	padding: 10px;
	font-weight: normal;
	line-height: 13px;
	display: none;
}

#bottom .left .credits_over a
{
	color: #fff;
	font-family: 'gotham_boldregular';
	font-weight: normal;
	text-decoration: none;
}

#bottom .left .credits_over a:hover
{
	text-decoration: underline;
}

.home
{
	position: relative;
	background: #000;
	cursor: pointer;
}

.home #bottom, .home #bottom a
{
	font-family: 'gotham_boldregular';
	font-weight: normal;
}

.home #bottom a
{
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 2px solid #fff;
}

#cv:after
{
	clear: both;
	content: "";
	display: table;
}

#cv .left
{
	width: 670px;
	float: left;
}

#cv .left .bloc
{
	margin-bottom: 30px;
}

#cv .left .bloc1
{
	width: 324px;
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
}

#cv .left .bloc2
{
	width: 310px;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}



#cv .text
{
	font-family: 'gotham_mediumregular';
}

#cv .text:after
{
	clear: both;
	content: "";
	display: block;
}

#cv .date
{
	float: left;
	width: 35px;
}

#cv label
{
	color: #c0c0c0;
	font-family: 'gotham_boldregular';
	cursor: pointer;
}

#cv .action
{
	background: url("../img/plus.png") no-repeat left center;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 0px;
}

#cv .action.open
{
	background: url("../img/moins.png") no-repeat left center;
	margin-bottom: 20px;
}

#cv .title
{
	float: left;
	width: 258px;
}

#cv .right
{
	width: 326px;
	float: left;
	margin-left: 24px;
	margin-bottom: 70px;
}



#cv .toggle
{
	overflow: hidden;
}

#cv .right
{
	padding-bottom: 30px;
}

#cv .right .publication label
{
	color: inherit;
	padding-left: 15px;
	cursor: default;
}

#cv .right .publication .author
{
	color: #c0c0c0;
	font-family: 'gotham_boldregular';
	cursor: pointer;
	padding-left: 15px;
	cursor: default;
}

#cv .right .publication .img
{
	margin-top: 10px;
	width: 191px;
	/*background: url("../img/publication_ombre.png") no-repeat;*/
	padding: 6px;
	margin-left: 3px;
}

#cv .right .publication .text
{
	margin-left: 15px;
	/*margin-top: 15px;*/
	width: 191px;
}

.actualites .content
{
	padding-top: 80px;
}

.actualites img
{
	max-width: 100%;
}

.actualites .news h2
{
	margin-top: 15px;
	font-family: 'gotham_boldregular';
	font-weight: normal;
}

.actualites .news .text
{
	padding: 30px 15px;
	font-family: 'gotham_mediumregular';
}

.actualites .news .date
{
	margin-bottom: 15px;
	color: #c0c0c0;
}

.actualites .news h3
{
	margin-bottom: 15px;
	font-size: 10.52px;
}

.actualites .news p
{
	width: 300px;
}

body.expositions, body.exposition, body.art-liste, body.art
{
	background: #6f6f6f;
}

#expositions
{
	margin-bottom: 120px;
}

#expositions .expo a
{
	color: #e2e2e2;
	font-size: 12.6px;
	text-decoration: none;
}

#expositions .expo a:hover
{
	color: #969595;
}

#expositions .expo a span
{
	font-weight: normal;
	font-family: 'gotham_bookregular';
}

#expositions .expo
{
	font-family: 'gotham_bookregular';
	font-size: 12.6px;
	color: #e2e2e2;
	margin-bottom: 15px;
}

#exposition .cols:after
{
	clear: both;
	content: "";
	display: table;
}

.exposition .content, .art .content
{
	padding-top: 80px;
}

#exposition .content img
{
	max-width: 100%;
}

#exposition .col
{
	width: 192px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	color: #e2e2e2;
}

.special_header
{
	padding-left: 136px;
	line-height: 16px;
	font-family: 'gotham_boldregular';
	font-weight: normal;
	font-size: 12.6px;
	position: relative;
	z-index: 1;
}

.special_header .expo
{
	width: 167px;
	text-decoration: underline;
	font-family: 'gotham_bookregular';
}

.special_header .more
{
	background: url("../img/more.png") no-repeat;
	background-size:13px 12px;
	width: 13px;
	height: 12px;
	position: absolute;
	left: 334px;
	top: 3px;
	display: block;
	cursor: pointer;
}
.special_header .previous
{
	background: url("../img/previous.png") no-repeat;
	background-size:7px 13px;
	width: 7px;
	height: 13px;
	position: absolute;
	left: 509px;
	top: 3px;
	display: block;
	cursor: pointer;
}
.special_header .next
{
	background: url("../img/next.png") no-repeat;
	background-size:7px 13px;
	width: 7px;
	height: 13px;
	position: absolute;
	left: 631px;
	top: 3px;
	display: block;
	cursor: pointer;
}
.special_header .list
{
	background: url("../img/liste.png") no-repeat;
	background-size:16px 13px;
	width: 16px;
	height: 13px;
	position: absolute;
	left: 566px;
	top: 3px;
	display: block;
	cursor: pointer;
}

#exposition .expo:after
{
	clear: both;
	display: table;
	content: "";
}

#exposition .oeuvre
{
	padding-bottom: 20px;
}

#exposition .oeuvre.vertical
{
	width: 510px;
	/*float: left;*/
}

#exposition .oeuvre img
{
	max-width: 100%;
}

#exposition .col .titre
{
	font-family: 'gotham_boldregular';
	font-weight: normal;
}

#exposition .col1
{
	margin-left: 30px;
}

#exposition .over, #exposition .texte2
{
	display: none;
}

#exposition_mask
{
	opacity: 0.86;
	background: #ebebeb;
	filter: alpha(opacity=86);
	width: 734px;
	height: 400px;
	position: absolute;
	left: 427px;
	top: 53px;
	z-index: 1;
	display: none;
}

#exposition_over
{
	position: absolute;
	z-index: 2;
	color: #6f6f6f;
	left: 427px;
	top: 53px;
	width: 593px;
	padding: 35px 0 35px 0px;
	display: none;
	font-family: 'gotham_bookregular';
	font-weight: normal;
}

#exposition_over .inner
{
	height: 503px;
	overflow: auto;
	padding-right: 80px;
	padding-left: 80px;
	/*-webkit-overflow-scrolling: touch;*/
	overflow: -moz-scrollbars-vertical;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}


#exposition .expo .oeuvre
{
	margin-bottom: 20px;
}

.special_header .texte2
{
	position: relative;
	margin-top: 20px;
	min-height: 55px;
	padding-left: 80px;
}

.special_header .close
{
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/close.png") no-repeat;
	background-size:20px 20px;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 1280px)
{
	.wrapper
	{
		width: auto;
		padding-right: 20px;
	}
	
	#top .menu, .page #top .menu
	{
		right: 20px;
	}
	
	.page #top h1
	{
		padding-left: 0;
	}
	
	.home #top .menu_content, .page #top .menu_content
	{
		right: 46px;
	}
	

	#bottom .right
	{
		right: 20px;
	}
	
	#top
	{
		
	}
	
	#bottom .left, .home #bottom .left
	{
		left: 20px;
		white-space: nowrap;
	}
	
	.home #top h1
	{
		left: 20px;		
	}
	
	#exposition_over
	{
		right: 0;
		left: auto;
	}
	
	#exposition_mask
	{
		left: auto;
		right: 0;
	}

	#exposition .oeuvre.vertical
	{
		width: auto;
		float: none;
	}
	
	
}

@media (max-width: 1130px)
{
	#cv .left 
	{
		width: auto;
	}
	
	#cv .left .bloc1
	{	
		margin-bottom: 0;
	}
	
	#cv .left .bloc2
	{
		margin-left: 15px;
	}
	
	#cv .right, #cv .left
	{
		margin-left: 0;
		margin-right: 0px;
		width: auto;
		float: none;
	}
}


@media (max-width: 822px)
{
	
	
	
	
	
	
	.special_header .previous
	{
		left: 409px;
	}
	.special_header .next
	{
		left: 531px;
	}
	.special_header .list
	{
		left: 466px;
	}	
	
	#exposition_over
	{
		width: 500px;
	}
	
	#exposition_over .inner
	{
		padding-left: 10px;
	}
	
	#exposition_mask
	{
		width: 500px;
	}
	
}

@media (max-width: 666px)
{	
	#top .menu, .page #top .menu
	{
		/*right: 5px;*/
	}
	
	.wrapper
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.special_header .previous
	{
		left: 309px;
	}
	.special_header .next
	{
		left: 431px;
	}
	.special_header .list
	{
		left: 366px;
	}
	
	.exposition .col
	{
		float: none;
		margin-left: 40px;
	}
	
	.special_header .more
	{
		left: 264px;
	}
	
	.special_header
	{
		padding-left: 100px;
	}
	
	#exposition .col1
	{
		margin-left: 10px;
	}
	
	#exposition_over
	{
		width: 400px;
		padding: 35px;
	}
	
	#exposition_mask
	{
		width: 400px;
	}
	
	.audiojs { width: 250px;  }
    .audiojs .scrubber { width: 100px; }
}

@media (max-width: 500px)
{
	.special_header .previous
	{
		display: none;
	}
	.special_header .next
	{
		display: none;
	}
	.special_header .list
	{
		display: none;
	}
	
	.home #top .menu_content, .page #top .menu_content
	{
		right: 46px;
	}
	
	#cv .left 
	{
		width: auto;
	}
	
	#cv .left .bloc1 
	{
		width: auto;
	}
	
	#cv .right
	{
		width: 100%;
	}
	
	.actualites .news p
	{
		width: 250px;
	}
	
	#bottom
	{
		padding-left: 0;
		padding-left: 0;
	}
	
	
	
	.exposition .special_header
	{
		padding-left: 114px;
	}
	
	.exposition .special_header .expo
	{
		width: 138px;
	}
	
	
	.audiojs { width: 189px;  }
    .audiojs .scrubber { width: 50px; }
	
	#exposition_over
	{
		padding-right: 10px;
	}
}

@media (max-width: 350px)
{
	.exposition .special_header
	{
		padding-left: 94px;
	}
	
	.special_header .more
	{
		left: 230px;
	}
	.content
	{
	}
	
	#cv .left .bloc2
	{
		width: auto;		
	}
	
	#cv .left .title
	{
		width: 221px;		
	}
	
	#exposition_over
	{
		width: 300px;
	}
	
	#exposition_mask
	{
		width: 300px;
	}
}</pre></body></html>