* {
	font-family: ITC Garamond, Garamond;
	font-weight : bold;
	color: #515652;
	font-size: 15px;
	text-align:justify;
}

body {
	/*background: rgb(255, 255, 255) url('/images/illustrations/clemence.jpg') no-repeat scroll center center;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;*/
	background: black;
}

img {
	border: 0px;
	border-spacing: 0px;
}

a {
	text-decoration: none;
	color: #444c63;
}

/**
	Blocs principaux
**/

#main {
	/**border: red 1px solid;*/
	margin-left: auto;
 	margin-right: auto;
 	width: 1000px;
 	background: black;
}

#banniere {
	text-align: center;
}

#menu {
	width : 245px;
	/*border: blue 1px solid;*/
	float:left;
}

#content {
	width : 670px;
	/*border: white 1px solid;*/
	float:right;
	margin-top: 10px;
}

#piedpage {
	clear:both;
	text-align: center;
	padding-left: 300px;
}

.titre_page, .illustration {
	text-align: center;
}

/**
	Menu
*/

#menu li {
	height: 45px;
	list-style:none;
}

/********************************
*		l'equipe_artistique
*********************************/

#equipe_artistique-menu li {
	height: 105px;
	list-style:none;
}

#equipe_artistique-menu {
	width : 230px;
	/*border: blue 1px solid;*/
	float:left;
}

#equipe_artistique-illustration  {
	width : 370px;
	/*border: white 1px solid;*/
	float:right;
	text-align: center;
}

/********************************
*		l'equipe_artistique
*********************************/

#equipe_technique-menu li {
	height: 60px;
	list-style:none;
}

#equipe_technique-menu {
	width : 230px;
	/*border: blue 1px solid;*/
	float:left;
}

#equipe_technique-illustration  {
	margin-top: 100px;
	width : 370px;
	/*border: white 1px solid;*/
	float:right;
	text-align: center;
}

/*****************************
*		Galerie photo
*****************************/

#galerie_main {
	text-align: center;
}

#galerie_content {
	width : 100%;
	float:right;
}

#galerie_content td {
	text-align: center;
	vertical-align: middle;
}

#galerie_footer {
	clear:both;
}

#pagination {
	float:right;
}

#pagination, #pagination * {
	font-style: italic;
	font-size: 12px;
}

/*************************************
*	   POUR la popunder miniature
*************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: top;
	line-height: 0;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
	font-style: italic;
	color: black;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	color: black;
}
	
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #313030;
}

th {
	width : 100px;
	text-align: justify;
	vertical-align: top;
}