/* General */

body {
	background-color: #000;
	background-image: url(../images/backgrounds/bodyBgLeft0.jpg), url(../images/backgrounds/bodyBgRight0.jpg);
	background-repeat: repeat-y;
	background-position: top left, top right;
	color: #fff;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	padding: 0 0 15px 0;
	margin: 0;
}

ul {
	list-style-image: url(../images/puce.png);
}

a {
	color: #fff;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #ccc;
}

/* browsersucks + Chrome Frame */

#browserSucks, #chromeFrame {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #111;
}

#chromeFrame {
	display: block;
}

#browserSucks div, #chromeFrame div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	width: 400px;
	z-index: 199;
	background: #555;
	border: 3px solid #fff;
	color: #fff;
	text-align: left;
	padding: 0 10px;
}

#chromeFrame div {
	text-align: left;
	background-color: #fff;
	color: #444;
	width: 500px;
	margin-left: -250px;
	padding: 10px;
}

#chromeFrame div a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

#chromeFrame div a:hover {
	color: #000;
	text-decoration: blink;
}

#browserSucks div a {
	color: #fff;
	font-weight: bold;
}

#browserSucks div a:hover {
	color: #ddd;
}

#browserSucks div ul {
	float: right;
	margin: 10px;
}

/* Header */

#global {
}

audio {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#mute {
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 4px;
}

#header {
}

#header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	margin: 40px 0;
}

/* Nav */

#nav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 7px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
 
#nav li {
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-in-out;
	display: inline;
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0.3em 0;
	border-left: 1px solid #fff;
	background-color: #000;
	background-color: rgba(0,0,0, 0.8);
}

#nav a, #nav span {
	-webkit-transition-property: color;
	-webkit-transition-duration: 400ms;
	-webkit-transition-timing-function: ease-in-out;
	display: inline;
	padding: 0.3em 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#nav > ul > li:first-child {
	border-left: none;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
#nav > ul > li:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

#nav li:hover, #nav li.selectedMenuItem {
	background-color: #fff;
}

#nav li:hover > a, #nav li.selectedMenuItem > a, #nav li:hover > span, #nav li.selectedMenuItem > span {
	color: #000;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 1.8em;
	left: -1px;
	text-align: left;
	z-index: 110;
}

#nav li ul li {
	display: block;
	border: none;
	width: 100%;
	padding: 0;
}
#nav li ul li a {
	display: block;
	text-align: left;
	padding: 0.3em 1em;
}

#nav li ul li:first-child a {
	padding-top: 8px;
}
#nav li ul li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#nav li ul li:last-child a {
	padding-bottom: 4px;
}

/* Contenu */

#contenu {
	text-align: left;
	min-width: 700px;
	width: 65%;
	margin: auto;
	font-size: 0.9em;
	padding-top: 17px;
}

#contenu h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 1.5em;
	font-weight: lighter;
	border-bottom: 1px solid #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.colonneG {
	width: 46%;
	float: left;
	border-right: 1px solid #ddd;
	padding-right: 2%;
	margin-right: 2%;
}


.colonneD {
	width: 46%;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 2%;
	margin-left: 2%;
}

.clearer {
	clear: both;
}

/* Specific */

#Introduction #article {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#Introduction #article #details {
	font-style: normal;
}

#Biographie {
	padding-top: 10px;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

#Biographie p {
	text-align: left;
}

#Expositions table {
	width: 100%;
	margin-bottom: 2em;
}

#Expositions th {
	font-size: 1.3em;
	padding: 8px 0;
	font-weight: lighter;
	border-bottom: 1px solid #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#Expositions td:first-child {
	width: 9em;
}

#Expositions tr:first-child {
	color: #fff;
}

#Presse div {
	text-align: center;
	float: left;
	margin: 0 1em 1.8em 1em;
}

#Presse a {
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
}

#Presse div:hover img {
	border: 3px solid #fff;
}
#Presse div img:hover {
	border: 3px solid #fff;
}

#Presse div img {
	border: 3px solid #000;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#Presse div p {
	text-align: center;
	margin: 0 0;
}

#Liens {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#Liens ul, #Liens h2 {
	width: 350px;
}

#Liens a {
	text-decoration: none;
	font-weight: bold;
}
#Liens a:hover {
	font-weight: normal;
	color: #fff;
}
#Liens a p, #Liens p {
	color: #fff;
	padding: 0 40px 0 10px;
	margin: 0;
	text-align: justify;
}

#Liens #quickView {
	opacity: 0;
	float: right;
	margin-top: 1.8em;
	border: 1px solid #fff;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 350ms;
}

#Liens li {
	vertical-align: middle;
}
