@charset "utf-8";
/* CSS Document */
/* Global & function */
body {
	width:100%;
	height:100%;
	font-size:14px;
	background:	#EAE6EC;
}
* {
	margin:0;
	padding:0;
	outline:none;
}
a {
	text-decoration:none;
	color:#669;
	}
img {
	border:0;
}
.push {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.seperate {
	width:90%;
	height:1px;
	background-color:#A6A4BD;
	}
.separation {
	background-color:#A6A4BD;
	height:20px;
	border:#A6A4BD;
}
.borders {
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=1); 
	zoom: 1; 
}
.subTitle {
	font-size:20px;
	text-align:center;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:5px;
}
.picTitle {
	font-size:14px;
	text-align:center;
	font-variant:small-caps;
	padding-top:10px;
}
#ContentPane {
	width:100%;
	margin:0 auto;
	}
.contentPane {
	width:100%;
	margin:0 auto;
	}
.contentPane table {
	width:100%;
	}
.mainTable {
	width:100%;
	}
.noLine {
	text-decoration:none;
	color:#3E3E7D;
	}
/* homePage */
.titleobjecthome {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	}
#homeLogoCompagny {
	width:195px;
	height:55px;
	position:absolute;
	left:405px;
	top:10px;
	z-index:1;
}
#globalWrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	background:#FFF/*#EAE6EC*/;
	padding-bottom:10px;
	
}
.padding-top5px {
	padding-top:5px;
	}

#headSlideHome {
	width:1000px;
	height:350px;
	background:#7D7A9E;
	position:relative;
}
#slideShow {
	width:990px;
	margin:5px auto;
	height:400px;
	background:#FFF;
	margin-bottom:5px;
}
#newsBloc {
	width:480px;
	height:325px;
	margin:5px 0 20px 5px;
	background:#FFF;
	text-align:center;
}
#featuredPublicationBloc {
	width:480px;
	margin:5px 0 20px 30px;
	background:#FFF;
	text-align:center;
}
#featuredPublicationBloc img {
	margin-top:10px;
}
#newsBloc img {
	margin-top:40px;
}
#welcomeBloc {
	width:990px;
	margin:5px auto;
	background:#FFF;
	position:relative;
	font-size:14px;
	color:#666;
}
#welcomeBloc p {
	line-height:22px;
}
.welcomeShow {
	float:right;
	width:670px;
	margin:10px 100px 10px 0;
}
.welcomeHide {
	float:right;
	width:670px;
	margin:10px 100px 10px 0;
	display:none;
}
.picWelcome {
	float:left;
	width:149px;
	height:147px;
	margin:10px 0 10px 20px;
}
.buttonWelcome {
	width:31px;
	height:32px;
	position:absolute;
	right:20px;
	top:85px;
}
/* navigation */
#mainMenu {
	width:1000px;
	height:40px;
	background:#ccc;
}
.mainMenu {
	List-style-type:none;
}
.buttonMenu {
	line-height:40px;
	vertical-align:middle;
	text-align:center;
}
.buttonMenu a {
	width:125px;
	height:40px;
	text-decoration:none;
	color:#999;
	display:block;
	font-size:18px;
}
.buttonMenu a:link {
	background:url(../media/berkomedia/images/button-menu.png) no-repeat;
}
.buttonMenu a:hover {
	background:url(../media/berkomedia/images/button-hover-menu.png) no-repeat;
	color:#FFF;
}
/************Header***********/
/*****************************/
#headWrapper {
	width:1000px;
	position:relative;
	}
.picHeader {
	width:1000px;
	height:210px;
	}
#logoCompagny {
	width:195px;
	height:55px;
	position:absolute;
	top:80px;
	right:70px;
	}
/******************Objects Catalogue****************/
/***************************************************/
.mosaic {
	width:940px;
	margin:0 auto;
	}
.mosaic .object {
	width:210px;
	border:solid 1px #A6A4BD;
	background:#FFF;
	float:left;
	margin:10px;
	height:380px;
	}
.mosaic .image-area {
	width:210px;
	height:210px;
	background:#A6A4BD;
	text-align:center;
	line-height:210px;
	vertical-align:middle;
	}
.mosaic .image-area img {
	vertical-align:middle;
	}
.mosaic .text-area {
	width:200px;
	padding:5px;
	background:D9D8E2;
	font-size:12px;
	}
	
.list {
	width:900px;
	margin:0 auto;
	}
.list .object {
	height:210px;
	width:900px;
	border:solid 1px #A6A4BD;
	margin-bottom:20px;
	position:relative;
	}
.list .image-area {
	width:210px;
	height:210px;
	background:#A6A4BD;
	text-align:center;
	line-height:210px;
	
	float:left;
	}
.list .image-area img {
	vertical-align:middle;
	}
.list .text-area {
	width:650px;
	height:210px;
	padding:5px;
	float:left;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-40px;
	font-size:12px;
	}
.objectList li{
	float:left;
	}
/**************Object Details*************/
/*****************************************/
#objectDetailTitle {
	width:990px;
	height:80px;
	margin:5px auto;
	position:relative;
	background:#FFF;
	}
.leftPosition {
	width:120px;
	height:30px;
	position:absolute;
	left:5px;
	bottom:5px;
	}
.rightPosition {
	width: 200px;
	height:30px;
	position:absolute;
	right:5px;
	bottom:5px;
	}
.rightPosition li {
	width:100px;
	float:left;
	}
.rightPosition ul {
	list-style-type:none;
	}
.objectWrapper {
	width:990px;
	position:relative;
	margin:5px auto;
	}
.objectGfxPanel {
	width:600px;
	height:600px;
	background:#FFF;
	float:left;
	margin:5px 0;
	}
.objectPicPanel {
	width:600px;
	height:520px;
	text-align:center;
	line-height:520px;
	}
.objectPicPanel img {
	vertical-align:middle;
	}
.objectToolPanel {
	width:600px;
	height:80px;
	background:url(../media/berkomedia/images/object-panel-bg.png) no-repeat;
	}
.toolWrapper {
	width:450px;
	height:80px;
	margin-left:100px;
	list-style-type:none;
	}
.toolButton {
	width:80px;
	height:80px;
	float:left;
	display:block;
	}
.toolButton a:hover {
	width:80px;
	height:80px;
	display:block;
	background:url(../media/berkomedia/images/button-tool-over.png) no-repeat;
	}
.objectDetails {
	width:380px;
	min-height:600px;
	background:#FFF;
	float:right;
	margin:5px 0;
	}
.objectDetailsContainer {
	width:350px;
	margin:0 auto;
	}

.objectRequestDetails {
	width:600px;
	height:250px;
	background:#FFF;
	position:relative;
	display:none;
	float:left;
	}
.objectRequestTitle {
	width:13px;
	position:absolute;
	right:5px;
	top:10px;
	}
.formRequestInfo {
	width:500px;
	height:170px;
	display:block;
	margin:5px 0 0 20px;
	}
#contactForm {
	overflow:hidden;
	border:none;
	margin:5px 0 0 20px;
	}
/**************Gallery Page ************/
/***************************************/
#aboutUsBloc {
	width:990px;
	margin:0 auto;
	background:#FFF;
	}
.aboutUsText {
	width:785px;
	margin:10px auto;
	color:#666;
	font-size:14px;
	line-height:22px;
	}
/*************Publication Page ************/
/******************************************/
#publicationTitle{
	width:980px;
	background:#FFF;
	margin:0px auto 5px auto;
	position:relative;
	padding:5px;
	}
.publicationWrapper {
	width:970px;
	background:#FFF;
	margin:5px auto;
	padding:10px;
	text-align:center;
	}

.txtPublication {
	font-size:14px;
	}
/************Artists Page************/
/************************************/
#artistsTitle {
	width:990px;
	background:#FFF;
	margin:5px auto;
	padding-bottom:5px;
	}
.alphabet {
	width:900px;
	margin:20px auto;
	font-weight:normal;
	font-size:18px;
	letter-spacing:10px;
	padding:10px;
	}
.artistsWrapper {
	width:950px;
	min-height:100px;
	background:#FFF;
	position:relative;
	margin:5px auto;
	padding:20px;
	}
.bigLetter {
	width:120px;
	height:120px;
	position:absolute;
	top:0px;
	right:20px;
	font-size:120px;
	color:#E9E2FC;
	z-index:1;
	}
.artistsList {
	width:600px;
	min-height:100px;
	margin-left: 80px;
	padding:10px;
	color:	#669;
	font-size:14px;
	line-height:22px;
	}
.artistName {
	display:block;
}
.slideObjectName {
	font-size:70%;
	color:#666;
	padding-top:5px;
	}
.slideArtistName {
	font-size:70%;
	color:#333;
	}
/**********Bottom Page**************/
.bottomWrapper {
	width:1000px;
	height:40px;
	background:url(../media/berkomedia/images/pic-bottom.png) no-repeat;
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:40px;
	vertical-align:middle;
	margin:0 auto;
	}

/***********************************/
/*** Overall MovingBoxes Slider ***/
/***********************************/
.mb-wrapper {
	width: 1000px; /* default, this is overridden by script settings */
	height:350px;
	border: 1px solid #ccc;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
}
/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 785px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	/***(>'-')> Control Panel Font size here <('-'<)***/
  font-size: 18px;
}
/* active slider border highlight */
.mb-active-slider {
	border-color: #ccc;
}
/*** Slider panel ***/
.mb-slider .mb-panel {
	width: 350px;  /* default, this is overridden by script settings */
	margin: 5px 0;
	padding: 5px;
	cursor: pointer;
	float: left;
	list-style: none;
}
/* Cursor to arrow over current panel, pointer for all others,
  change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}
/*** Inside the panel ***/
.mb-inside {
	padding: 10px;
	border: 1px solid #999;
	text-align:center;
}
.mb-inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 auto;
}
.mb-inside h2 {
	font-weight: normal;
	color: #000;
	font-size: 140%; /* Adjust panel header font size using em or % */
	margin: 0 0 8px 0;
}
.mb-inside p {

}
.mb-inside a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
.mb-inside a:hover {
	border-bottom: 1px solid #999;
}
/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../media/berkomedia/images/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -65px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
/*** Controls added below the panels ***/
.mb-controls {
	width:100%;
	text-align: center;
	background: #ccc;
	position: absolute;
	z-index: 100;
	bottom:0;
	display:none;
}
.mb-controls a {
	color: #444;
	font: 12px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
	color: #fff;
}
.mb-active-slider .mb-controls {
	background: #ccc;
}
/*********************************************/
/**************Second Slide*******************/
/*********************************************/
.slideshow {
	margin:0 auto;
	width:1000px;
	height:350px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	overflow:hidden;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:1000px;
	height:350px;
	overflow:auto; /* affiche une scrollbar au cas ou */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:1000px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
	height:350px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:39px;
	height:263px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#navDiapo {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(img/control_left.jpg) no-repeat 0 0;
	display:none;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(img/control_right.jpg) no-repeat 0 0;
	display:none;
}
#catalogueContainer {
	background:#FFF;
	}
.objectList {
	list-style-type:none;
	}
#catalogueTypeButton {
	width:100px;
	margin-left:60px;
	}
.textDescription {
	font-size:14px;
	}
#temporarily {
	width:990px;
	height:100px;
	text-align:center;
	background:#FFF;
	padding-top:40px;
	}
#contactBlocPlan {
	width:950px;
	height:400px;
	padding:20px;
	background:#FFF;
	margin:5px auto;
	}
.Plan {
	width:425px;
	height:400px;
	padding:10px;
	}
#contactBloc {
	width:950px;
	margin:0 auto;
	background:#FFF;
	padding:20px;
	}
.innerContactBloc {
	width : 400px;
	}
#contactBlocForm {
	width:900px;
	margin:5px auto;
	background:#FFF;
	padding:20px;
	position:relative;
	display:none;
	}
#messageBox {
	width:340px;
	background:#FFF;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:20px;
	right:20px;
	font-size:14px;
	}
.moreInfo {
	margin-top:10px;
	}
.rotation {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
.contactTitle {
	font-size:12px;
	color:#424284;
	}
.contacttext {
	font-size:12px;
	color:#424284;
	}
.req-send-button {
	padding:30px;
	width:80px;
	height:0px !important;
	height/**/:30px;
	background:url(../media/miroartmedia/images/send-req-button.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	display:block;
	color:#FFF;
	margin-top:30px;
	}
.req-cancel-button {
	padding:30px;
	width:85px;
	height:0px!important;
	height/**/:30px;
	background:url(../media/miroartmedia/images/cancel-req-button.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	display:block;
	color:#FFF;
	text-align:left;
	margin-top:30px;
	}
.exhibWrapper {
	width:950px;
	margin:5px auto;
	position:relative;
	background:#FFF;
	padding:20px;
	}
.exhibTitle {
	width:980px;
	background:#FFF;
	margin:0 auto 5px auto;
	position:relative;
	padding:5px;
	}
.legendGallery {
	font-variant:small-caps;
	font-size:90%;
	color:	#919AB0;
	font-weight:normal;
	padding-top:5px;
	letter-spacing:1px;
	}
.newsWrapper {
	width:950px;
	padding:20px;
	background:#FFF;
	margin:0 auto;
	}
.newsWrapper img {
	padding:0 20px 20px 0;
	}
.newsNav {
	list-style-type:none;
	}
.newsTitleHeight {
	height:60px;
	}
h3 {
	padding-top:10px;
	padding-bottom:10px;
	font-variant:small-caps;
	letter-spacing:1px;
	}
.date {
	text-align:right;
	font-variant:small-caps;
	color:#8D98B4;
	}
.artistWrapper {
	width:950px;
	margin:0 auto;
	background:#FFF;
	padding:20px;
	}
.artistContent {
	width:600px;
	padding-left:20px;
	}
.biography {
	width:950px;
	padding:20px;
	background:#FFF;
	margin:5px auto;
	line-height:22px;
	}
.biographyTitle {
	font-size:14px;
	font-variant:small-caps;
	color:#637DA9;
	letter-spacing:1px;
	}
.objectTitle {
	font-size:14px;
	font-weight:normal;
	color:#637DA9;
	}
.nameBold {
	font-weight:bold;
}
.object-thumbmail {
	width:380px;
	float:right;
	}
.object-thumbmail img {
	float:left;
	padding:10px;
	}
.remove-padding {
	padding-top:0!important;
	}
