
body {
	font-family: "Courier New", Courier, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #666;
}

h2.title { display:none; }

h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #666;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666;
}

p {
	margin: 5px 0 15px 0;
}

a {
	cursor: pointer;
	color: #666;
	text-decoration: none;
	outline: none;
}

hr {
	border-top: 1px dotted gray;
	margin: 20px 0 20px 0;
}

.clearboth {
    clear: both;
}

.copyright {
    font-size: 9px;
}

.invisible {
    display: none;
}

.none {
    display: none;
}

.center {
	text-align: center;
}

.warning,
.important,
.required {
	color: #ccc;
}
.error {
	color:#333;
}
.warning {
	font-weight: bold;
	background-image: url('../img/warning.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
}

.block {
	margin-bottom: 20px;
}

.alternate {
	background-color: #ccc;
}

/***************************************/
/*  layout
/***************************************/

body {

}

div#container {
	width: 940px;
	margin: 0 auto 30px auto;
	position: relative;
}

div#header {
	height: 284px;
	background: transparent url('../img/line.png') 230px 90px no-repeat;
}

div#content {
	margin-bottom: 20px;
	clear: both;
	min-height: 400px;
}

div#left {
	width: 200px;
	padding-top: 20px;
	overflow: hidden;
	float: left;
}

div#service {
	width: 710px;
	padding-top: 20px;
	float: right;
}

div#footer {

}

/***************************************/
/*  header
/***************************************/

/*
** logo
*/

div#logo {
	position: absolute;
	left: 0;
	top: 30px;
}

/*
** menu private
*/

div#menu_private {
	font-size: 11px;
	height: 263px;
	padding-top: 7px;
	float: right;
	text-transform: uppercase;
}

div#menu_private h3 {
	float: left;
	font-weight: normal;
	color: #333;
	margin-right: 10px;
	display: none;
}

div#menu_private ul {
	float: left;
}

div#menu_private li {
	display: inline;
	margin-right: 7px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}

div#menu_private li.lastchild {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

div#menu_private li a {
	color: #aaa;
}

div#menu_private li a:hover,
div#menu_private li a.selected {
	color: #333;
}

/*
** languages
*/
/*
ul#languages {
	position: absolute;
	top: 0;
	right: 0;
	width : 80px;
	height: 30px;
	overflow: hidden;
	text-transform: uppercase;
}

ul#languages li {
	text-align: center;
	padding-top: 7px;
}

ul#languages li a {
	color: #666;
	font-size: 11px;
}

div#header ul#languages li a:hover,
div#header ul#languages li a.selected {
	color: #000;
}
*/
/*
** menu top
*/

ul#menu_top {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 230px;
	padding: 10px 0px 5px 0px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

ul#menu_top li {
	float: left;
	position: relative;
}

ul#menu_top li a {
	display: block;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	font-size: 11px;
}

ul#menu_top li a:hover,
ul#menu_top li a.selected {
	/*
	font-weight: bold;
	background: transparent url('../img/menu-top-background-selected.png') left bottom repeat-x;
	*/
}

ul#menu_top li ul.sub_menu {
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 100;
	background: #fff;
	visibility: hidden;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul#menu_top li ul.sub_menu li {
	float: none;
	border-top: 1px solid #ccc;
}

ul#menu_top li ul.sub_menu li a {
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	width: 250px;
	height: 15px;
	margin: 0;
	padding: 5px 10px;
	background: none;
	border: none;
}

ul#menu_top li ul.sub_menu li a:hover,
ul#menu_top li ul.sub_menu li a.selected {
	color: #000;
	background: #eee;
}

/*
** path
*/

div#header div.path {
	font-size: 10px;
	clear: both;
}

/*
** search
*/

div#header div.search {
	
	position: absolute;
	top: 230px;
	left: 778px;
	width: 160px;
	height: 25px; /*30px;*/
	padding-top: 5px;
	background: url('../img/search-background.png') no-repeat;
}

div#header div.search input.search {
	color: black;
	font-size: 9px;
	font-weight: bold;
	width: 110px;
	padding-left: 10px;
	border: none;
	background: transparent;
}

div#header div.search input.ok {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-khtml-opacity:0;
}

/***************************************/
/*  left
/***************************************/

/*
** news
*/

div#left div.news {
	margin-bottom: 20px;
}

div#left div.news ul  {
	height: 20px;
	margin-bottom: 15px;
}

div#left div.news ul li  {
	float: left;
	display: block;
	color: #666;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

div#left div.news ul li.selected  {
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	background: url('../img/menu-media-background.png') 50% 19px no-repeat;
}

div#left div.news ul li a:hover {
	color: #000;
	background: none;
}

div#left div.news div.item {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	padding-right: 5px;
	margin-bottom: 10px;
}

div#left div.news div.item h4 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

/*
** banner
*/

div#left div#banner {
	width: 200px;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
}

/***************************************/
/*  content
/***************************************/

div#content a {
	border-bottom: 1px solid #ccc;
}

div#content table a,
div#content li.thumbnail div.thumbnail a,
div#content table a.image {
	border-bottom: none;
}

div.left {
	width: 370px;
	float: left;
	text-align: left;
}

div.right {
	width: 300px;
	float: right;
}

/*
** details
*/

div.details div.left {
	width: 390px;
}

div.details  div.right {
	width: 200px;
}


/*
** tv
*/

div.tv div.left {
	width: 150px;
	position: relative;
}

div.tv  div.right {
	width: 450px;
}


/*
** thumbnail
*/

li.thumbnail {
	width: 110px;
	height: 150px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 9px;
}

li.thumbnail p.copyright {
	text-align: left;
	margin-top: 2px;
}

li.thumbnail div.thumbnail {
	width: 108px;
	height: 108px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
}

li.thumbnail div {
	margin-bottom: 2px;
}

li.thumbnail div.thumbnail img {
	margin-top: 4px;
}

/*
** details
*/

div#content div.details div.left {
	width: 480px;
}

div#content div.details div.right {
	width: 210px;
}

div.details li.thumbnail {
	width: 210px;
	height: 250px;
	margin: 0;
	padding: 0 0 5px 0;
	float: none;
	overflow: visible;
}

div.details li.thumbnail div.thumbnail {
	width: 210px;
	height: 210px;
	text-align: center;
	border: 1px solid #333;
}

div.details li.thumbnail div.legend {
	font-size: 9px;
}

/*
** tools
*/

div#tools {
	width: 190px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
}

div#tools p {
	margin-bottom: 10px;
}

div#tools ul {
	margin-bottom: 30px;
}

div#tools hr {
	display: none;
}

div#tools ul.events {
	margin-bottom: 20px;
	height: 350px;
	overflow: hidden;
}

/*
** pager
*/

div#pager {
	width: 100px;
}

div#pager a {
	display: block;
	float: left;
	width: 20px;
	height: 17px;
	font-size: 9px;
	color: #808080;
	background-color: #1f1b19;
	border: 1px solid #1f1b19;
	text-align: center;
	margin: 0 3px 3px 0;

}

div#pager a.activeSlide,
div#pager a:hover {
	color: #333;
	background-color: #808080;
	border: 1px solid #808080;
}

/*
** directors
*/

ul.directors li {
	padding: 10px;
}

/*
** pdfs
*/

ul#pdfs li.category {
	padding: 5px 0 5px 0;
}

/*
** focus
*/
div.focus { 
	padding: 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}

/*
** exhibitor artist
*/

div.exhibitor_artist {
	padding: 10px;
	position: relative;
}

div.exhibitor_artist div.artist_infos {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

div.exhibitor_artist div.artist_infos span.tools {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.exhibitor_artist div.artist_infos span.tools a {
	margin-left: 10px;
}

div.exhibitor_artist div.artist_photos ul li.thumbnail {
	height: auto;
}

/*
** group
*/

div.group {
	padding: 10px;
	margin-bottom: 20px;
}

/*
** table
*/

table.infos {
	width: 100%;
	margin: 5px 0 5px 0;
}

table.infos td {
	vertical-align: top;
	padding: 5px;
}

/*
** media menu
*/

ul.media_menu {
	height: 20px;
	background: url('../img/line.gif') 0 19px repeat-x;
	margin-bottom: 15px;
}

ul.media_menu li {
	float: left;
	height: 35px;
}

ul.media_menu li a {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background: url('../img/menu_media_line.gif') top right no-repeat;
}

ul.media_menu li:hover,
ul.media_menu li.selected {
	background: url('../img/menu-media-background.png') 50% 19px no-repeat;
}

/*
** slideshow
*/

div#slideshow a.lightBox img:hover {
    cursor: -moz-zoom-in;
}

/*
** news
*/

div#content div#news {
	position:relative;
}

div#content div#news div.remote div {
	float: left;
	margin-right: 30px;
}

div#content div#news div.remote input.text {
	width: 120px;
	float: none;
}

div#content div#news div.results div.rss {
	position:absolute;
	right:0;
	top:0;
}

div#content div#news div.results img.thumbnail {
	float: right;
	margin: 0 0 10px 10px;
}

/*
** search_gallery
*/

div#content div#search_gallery  div.remote form {
	float:left; 
	margin-right:20px;
}

div#content div#search_gallery  div.results {
	width: 690px;
}

/*
** search_artists
*/

div#content div#search_artist  div#advanced-search {
	background-color: #333;
	padding: 20px;
	margin-bottom: 20px;
}

div#content div#search_artist div#advanced-search label#interval {
	margin-bottom: 10px;
}

/***************************************/
/*	events subscribe
/***************************************/

div#events ul.events-button {
	margin-top: 30px;
	height: 25px;
}

div#events ul.events-button li {
	display: inline;
	margin-right: 1px;
}

div#events ul.events-button li a {
	padding: 10px;
	background-color: #423934;
}

div#events ul.events-button li a:hover {
	color: white;
	background-color: #990033;
}

div#events ul.events-button li a.selected {
	background-color: #808080;
	color: white;
	font-weight: bold;
}

div#events div.events  {
	padding: 10px;
	border: 1px solid #808080;
}

div#events div.events div.hours {
	text-align: center;
	width: 50px;
}

div#events div.events div.hours span {
	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #808080;
}

div#events div.events div.hours span.start {
	border-bottom: 1px solid #808080;
}

/***************************************/
/*	out & about
/***************************************/

div#out_about div.left {
	width: 200px;
	float: left;
}

div#out_about div.right {
	width: 710px;
	float: right;
}

/**/
div#out_about div#places {
	float: left;
	width: 200px;
	height: 550px;
	position: relative;
	overflow: hidden;
}

div#out_about div#places div#places-content {
	width: 200px;
	height: 450px;
}

div#out_about div#places div#places-content ul li a {
	text-transform: uppercase;
}

/**/
div#out_about div.filters {
	margin-bottom: 10px;
}

div#out_about div.filters div.firstfilter {
	margin-bottom: 10px;
}

div#out_about div.filters div.filter {
	float: left;
	margin: 0 15px 5px 0;
	display: none;
}

/**/
div#out_about div.content {
	position: relative;
	margin-bottom: 10px;
}

div#out_about div.content div#map-content {
	width:400px;
	margin-right: 10px;
	float:left;
}

div#out_about div.content div#map {
	width:400px;
	height:400px;
	float:left;
	overflow:hidden;
	color: black;
	border: 1px solid #808080;
}


/**/
div#out_about div.content div#route,
div#out_about div.content div#place {
	width: 280px; /*300px*/
	height: 380px; /*400px*/
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #808080;
}

div#out_about div.content div#route {
	z-index: 10;
}
div#out_about div.content div#place {
	z-index: 11;
}

div#out_about div.content div#place div#place-header {
	height: 30px;
	text-align: right;
}

div#out_about div.content div#place div#place-content {
	height: 340px;
	padding-right: 10px;
}

/**/
div#out_about div.content div#route h2 {
	font-size: 20px;
	line-height: 20px;
}

div#out_about div.content div#route h3 {
	padding: 0;
	margin: 0;
	line-height: 40px;
}

div#out_about div.content div#route div#route-content {
	height: 340px;
	padding-right: 10px;
}
div#out_about div.content div#route div#route-content div#route_places ul li {
	background-color: #fff;
	padding: 5px;
}

div#out_about div.content div#route div#route-content p.warning {
	border: none;
	background: none;
}


/***************************************/
/* footer
/***************************************/

div#footer div.footer_container {
	width: 940px;
	margin: 0 auto;
	text-align: right;
}

/*
** menu
*/

ul#menu_bottom {
	padding-top: 7px;
	font-size: 11px;
	width: 750px;
	float: right;
}

ul#menu_bottom li {
	padding-right: 10px;
	margin-right: 10px;
	display: inline;
	border-right: 1px solid #ccc;
}

ul#menu_bottom li.lastchild {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

ul#menu_bottom li a {
	color: #666;
}

ul#menu_bottom li a.item-0 {
	padding-left: 15px;
	background: url('../img/picto-facebook.png') left top no-repeat;
}

ul#menu_bottom li a.item-1 {
	padding-left: 15px;
	background: url('../img/picto-twitter.png') left top no-repeat;
}

ul#menu_bottom li a:hover,
ul#menu_bottom li a.selected {
	color: #000;
}

/*
** reed
*/

div#reed {
	float: left;
	padding-top: 2px;
}

div#reed span {
	display: none;
}

/***************************************/
/*  datepicker
/***************************************/

div#ui-datepicker-div {
	z-index: 9999;
}

/***************************************/
/*  popup
/***************************************/

div#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
	z-index: 899;
	display: none;
}

div.popup {
	position: absolute;
	top: 30px;
	right: 40%;
	width: 260px;
	padding: 10px;
	background-color: #fff;
	border: 5px solid #ccc;
	z-index: 1001;
	text-align: left;
}

div.large {
	width: 480px;
	right:25%;
}

div.popup div.close {
	position: absolute;
	top: 5px;
	right: 10px;
}

/***************************************/
/*  tooltip
/***************************************/

#tooltip {
	position: absolute;
	z-index: 100;
	width: auto;
	background-color: #fff;
    padding: 5px;
    color: #333;
    border: 1px solid #333;
    text-align: left;
    left: -500px;
}

#tooltip h3,
#tooltip div {
    margin: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
}


/***************************************/
/*  alert mobile
/***************************************/

div#alert-mobile-app {
	position: absolute;
	top: 200px;
	left: 15%;
	width: 600px;
	padding: 70px 40px;
	font-size: 25px;
	text-align: center;
	border: 1px solid #808080;
	background-color: black;
	z-index: 999;
	
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


div#alert-mobile-app div.close {
	position: absolute;
	top: 15px;
	right: 20px;
}

div#alert-mobile-app a {
	text-decoration: underline;
}


div#alert-mobile-app a:hover {
	color: white;
}
