
/****** DEBUT CSS ******/

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font: 0.75em/1.0em Arial, Helvetica, sans-serif;
	cursor: default;
}
a {
  text-decoration: none;
}
a:link {
  color: #000000;
  outline: none;
}
a:visited {
  color: #000000;
  outline: none;
}
a img {
	border: none;
	outline: none;
}
a.bold {
	font-weight: bold;
  text-decoration: none;
}
a.bold:hover {
  color: #DDE24D;
}
#ok_content {
	display: block;}
#os_error {
	display: none;	position: relative;
  width: 500px;
  height: 20px;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#js_error {
	position: relative;
  width: 500px;
  height: 20px;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/************* MENU ************/

#menu_container {
  position: relative;
  width: 800px;
  height: 221px;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(img/dragon_haut.png) no-repeat left 20px;
	text-align: left;
}
#menu_container .active {
	cursor: pointer;
}
#tete {
	position: absolute;
	width: 140px;
  height: 110px;
  top: 38px;
  left: 681px;
}
#bestiole1 {
  position: absolute;
  width: 81px;
  height: 60px;
  top: 87px;
  left: 107px;
  background-repeat: no-repeat;
}
#tt_bestiole1 {
  position: absolute;
  width: 90px;
  height: 51px;
  top: 36px;
  left: 134px;
  background-repeat: no-repeat;
}
#bestiole2 {
  position: absolute;
  width: 55px;
  height: 67px;
  top: 64px;
  left: 186px;
  background-repeat: no-repeat;
}
#tt_bestiole2 {
  position: absolute;
  width: 92px;
  height: 57px;
  top: 10px;
  left: 194px;
  background-repeat: no-repeat;
}
#bestiole3 {
  position: absolute;
  width: 59px;
  height: 57px;
  top: 46px;
  left: 247px;
  background-repeat: no-repeat;
}
#tt_bestiole3 {
  position: absolute;
  width: 74px;
  height: 48px;
  left: 240px;
  background-repeat: no-repeat;
}
#bestiole4 {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 39px;
  left: 316px;
  background-repeat: no-repeat;
}
#tt_bestiole4 {
  position: absolute;
  width: 64px;
  height: 51px;
  top: -13px;
  left: 312px;
  background-repeat: no-repeat;
}
#bestiole5 {
  position: absolute;
  width: 90px;
  height: 50px;
  top: 25px;
  left: 375px;
  background-repeat: no-repeat;
}
#tt_bestiole5 {
  position: absolute;
  width: 52px;
  height: 43px;
  top: -15px;
  left: 405px;
  background-repeat: no-repeat;
}
#bestiole6 {
  position: absolute;
  width: 57px;
  height: 48px;
  top: 26px;
  left: 468px;
  background-repeat: no-repeat;
}
#tt_bestiole6 {
  position: absolute;
  width: 55px;
  height: 42px;
  top: -13px;
  left: 495px;
  background-repeat: no-repeat;
}


/************* CONTENU ************/

#container {
  position: relative;
  width: 800px;
  height: 100%;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(img/dragon_ecailles.png) repeat-y left top;
	text-align: left;
}
.content {
  position: relative;
  width: 700px;
  left: 100px;
}
hr.ghost {
	clear: both;
	width: 100%;
	height: 10px;
	visibility: hidden;
}
.sub_bloc {
	margin-bottom: 20px;
}
.nice_sep {
	font-weight: bold;
	color: #DDE24D;
}
#legs {
  position: relative;
  width: 600px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(img/jambes.png) no-repeat center top;
}
#left_foot {
	position: relative;
  width: 122px;
  height: 152px;
  top: 387px;
  left: 79px;
  cursor: pointer;
}
#left_foot:hover {
  background: transparent url(img/pied_gauche.png) no-repeat left top;
}
#right_foot {
	position: relative;
  width: 124px;
  height: 146px;
  top: 209px;
  left: 397px;
  cursor: pointer;
}
#right_foot:hover {
  background: transparent url(img/pied_droit.png) no-repeat left top;
}
#home_footer {
	position: relative;
	height: 20px;
	padding-top: 10px;
  text-align: center;
  font-size: 0.8em;
}
.top_btn {
	clear: both;
	float: left;
	margin-top: 5px;
	cursor: pointer;
	display: none;
}
.gig {
	clear: both;
	float: left;
	width: 100%;
}
.album {
	clear: both;
	float: left;
	margin: 6px 0 0 10px;
}
.album a:hover {
	font-weight: bold;
	color: #DDE24D;
}
.album .track {
	clear: both;
	float: left;
	width: 100%;
	}	
.album .track_nb {
	float: left;
	margin: 1px 4px 0 0;
}
.album .play_btn {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 6px 1px 0;
	cursor: pointer;
}
.album .title {
	float: left;
		margin: 1px 0 0 0;
}
.album .title.playing {
	font-weight: bold;
	color: #DDE24D;
}
.player {
	width: 0;
	height: 0;
	visibility: hidden;
}
.pic_box {
	float: left;
	margin: 1px 1px 1px 1px;
	border: 1px solid #000000;
}
.pic_box:hover {
	border: 1px solid #DDE24D;
	cursor: pointer;
}
.pic_box_still {
	clear: both;
	float: left;
	border: 1px solid #000000;
}
.pic_box_still a {
	cursor: default;
}
.title_img {
	margin: 0 0 10px 5px;
}
.vid_title {
	clear: both;
	float: left;
	width: 650px;
	margin-bottom: 2px;
	text-align: right;
	font-style: italic;
}
.vid_title {
	clear: both;
	float: left;
	width: 650px;
}
.yellow_text {
	font-weight: bold;
	color: #DDE24D;
}
.red_text {
	font-weight: bold;
	color: #CC0000;
}


/************* LIGHTBOX ************/

#lightbox {
	position: absolute;
	width: 100%;
	left: 0;
	line-height: 0;
	z-index: 100;
	text-align: center;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #FFF;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	width: 100%;
	height: 25%;
	top: 40%;
	left: 0%;
	line-height: 0;
	text-align: center;
}
#hoverNav {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	display: block;
}
#prevLink {
	float: left;
	left: 0;
}
#nextLink {
	float: right;
	right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../common/img/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../common/img/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	width: 100%;
	margin: 0 auto;
	line-height: 1.4em;
	background-color: #FFF;
	font: 10px Verdana, Helvetica, sans-serif;
	overflow: auto;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	float: left;
	width: 70%;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	clear: left;
	padding-bottom: 1.0em;
	display: block;
}
#imageData #bottomNavClose {
	float: right;
	width: 66px;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	z-index: 90;
	background-color: #DCDCDC;
}

/****** FIN CSS ******/
