/* ------------------------------------------------
Hibou Website v2.0
Date : 02/02/2009

File : hibou.css
Description : css for hibou website
Width : 980px (for 1024x768 screen or more)
Align : center
________________________________
INDEX
===========================================
_reset (reset css from Eric Meyer)
_common (css for common class)
_container (css for container website)
_header (css for header)
_content (css for center page)
	_category (css for category bloc)
	_links (css for links bloc)
	_product (css for product bloc)
	_search (css for search bloc)
_footer (css for footer)
________________________________
------------------------------------------------ */

/* _reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background-color: #555;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-weight: normal;
	font-style: normal;
}
/* End..._reset */

/* _common */
hr.clear {
	border: 0;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
div.clear {
	clear: both;
	overflow: hidden;
}
/* End..._common */

/* _container */
div#container {
	left: 50%;
	margin-left: -490px;
	position: absolute;
	width: 980px;
	z-index: 20;
}
/* End..._container */

/* _header */
div#header-bar {
	background-color: #000;
	height: 200px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
div#header {
	height: 120px;
}
	div#header .header-logo {
		background:transparent url('../img/logo-hibou-music.png') no-repeat;
		display:block;
		float:left;
		height:103px;
		margin-left:80px;
		margin-top:10px;
		width:114px;
	}
	div#header .header-logo:hover {
		background:transparent url('../img/logo-hibou-music-home.png') no-repeat;
	}
	div#header img.logo-hibou {
		float: left;
		margin: 10px 100px 0 0;
	}
	div#header-flags {
		float: left;
		width: 57px;
		height: 40px;
		padding: 70px 10px 0 0;
	}
	div#header div#title {
		background:#000000 url(../img/logo-hibou-music-2.png) no-repeat scroll right 12px;
		color:#FF7C00;
		float:right;
		font-size:18px;
		font-weight:bold;
		padding:75px 31px 0 0;
		text-align:right;
		width:463px;
	}
		div#header div#title em {
			font-size: 35px;
		}
	#loginbox {
		position: absolute;
		top: 10px;
		left: 285px;
		color: white;
		font-size: 12px;
	}
	#loginbox a:link {
		color: white;
		text-decoration: none;
	}
/* End..._header */

/* _content */
div#content {
	background-color: #dbdbdb;
	position: relative;
}
	div#content div#content-top {
		background: transparent url('../img/hibou-bg-content-top.gif') no-repeat;
		height: 10px;
		position: absolute;
		top: 0;
		width: 980px;
	}
	div#content div#content-content {
		padding: 10px 10px;
	}
		/* _category */
		div#content div#content-content div#category {
			background-color: #555;
			float: left;
			padding: 36px 0 0;
			position: relative;
			margin: 10px 10px 10px 0;
			width: 240px;
			z-index: 100;
		}
			/* Category Bouton */
			div#content div#content-content div#category div#category-bt {
				background: transparent url('../img/hibou-bt-category.png') no-repeat;
				cursor: pointer;
				height: 46px;
				left: 0;
				position: absolute;
				top: -10px;
				width: 240px;
			}
			div#content div#content-content div#category div#category-bt:hover {
				background: transparent url('../img/hibou-bt-category-on.png') no-repeat;
			}
			div#content div#content-content div#category div#category-bt a {
				display: block;
				height: 46px;
				text-decoration: none;
				width: 240px;
			}
			/* End...Category Bouton */

			/* Category Menu */
			div#nyroModalContent p {
				font-size: 14px;
				font-weight: bold;
				margin: 10px;
			}
			div#cat {
				display: none;
				/*height: 470px;*/
				width: 570px;
			}
			ul#category-menu {
				margin:10px;
				overflow:hidden;
				width:545px;
			}
			ul#category-menu li {
				background: transparent url('../img/hibou-bg-sound.png') no-repeat center top;
				color: #000;
				cursor: pointer;
				display: block;
				font-weight: bold;
				float: left;
				height: 28px;
				margin: 2px;
				padding: 2px;
				text-align: center;
				width: 128px;
			}
			ul#category-menu li:hover {
				background: transparent url('../img/hibou-bg-sound.png') no-repeat center -72px;
				color: #000;
			}
			ul#category-menu li.selected {
				background: transparent url('../img/hibou-bg-sound.png') no-repeat center -36px;
				color: #000;
				cursor: default;
				font-weight: normal;
			}
			ul#category-menu li a {
					color: #000;
					text-decoration: none;
			}
			/* End...Category Menu */

			/* Category List */
			div#content div#content-content div#category p#category-select {
				background-color:#3a362f;
				color:#ff7c00;
				height:22px;
				font-size: 16px;
				line-height:22px;
				margin: 0 10px;
				padding: 0 5px;
				text-align: center;
				text-transform: uppercase;
			}
			div#content div#content-content div#category ul#category-list {
				background-color: #7B7874;
				font-size: 14px;
				height: 416px;
				margin: 0 10px;
				overflow: auto;
				padding-top: 2px;
			}
				div#content div#content-content div#category ul#category-list li {
					color: #d8d8d8;
					cursor: pointer;
					line-height: 20px;
					margin: 0 4px;
					padding: 0 25px 0 5px;
				}
				div#content div#content-content div#category ul#category-list li a {
					color: #d8d8d8;
					text-decoration: none;
				}
				div#content div#content-content div#category ul#category-list li.coeur {
					background: transparent url('../img/hibou-product-coeur.png') no-repeat right center;
				}
				div#content div#content-content div#category ul#category-list li.new {
					background: transparent url('../img/hibou-product-new.png') no-repeat right center;
				}
				div#content div#content-content div#category ul#category-list li.best {
					background: transparent url('../img/hibou-product-best.png') no-repeat right center;
				}
				div#content div#content-content div#category ul#category-list li.selected {
					background-color: #3a362f;
					color: #ff7c00;
				}
				div#content div#content-content div#category ul#category-list li:hover {
					background-color: #3a362f;
					color: #ff7c00;
				}
			div#content div#content-content div#category p.adjust {
				color: #fff;
				font-size: 14px;
				line-height: 18px;
				margin: 20px 80px 20px 20px;
			}
			div#content div#content-content div#category img.arrow {
				bottom: 10px;
				right: -65px;
				position: absolute;
				z-index: 50;
			}
			div#content div#content-content div#category div#category-bottom {
				background: transparent url('../img/hibou-bg-category-bottom.gif') no-repeat center top;
				bottom: 0;
				height: 10px;
				left: 0;
				position: absolute;
				width: 240px;
			}
			/* End...Category List */
		/* End..._category */

		/* _links */
		div#content div#content-content p.links {
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 3px;
			text-align: center;
			margin: 0 0 10px;
		}
		div#content div#content-content p.links a {
			color: #000;
			text-decoration: none;
		}
		div#content div#content-content p.links a:hover {
			color: #ff7c00;
			text-decoration: underline;
		}
		/* End..._links */

		/* _product */
		div#content div#content-content div#product {
			background: transparent url('../img/hibou-bg-product-content.png') repeat-y;
			float: left;
			position: relative;
			width: 710px;
		}
			div#content div#content-content div#product  div#product-top {
				background: transparent url('../img/hibou-bg-product-top.png') no-repeat;
				height: 20px;
				position: absolute;
				top: 0;
				width: 710px;
				z-index: 10;
			}
			div#content div#content-content div#product  div#product-content {
				padding: 20px;
				z-index: 20;
			}
				/* Product Detail */
				div#content div#content-content div#product  div#product-content div#jacket {
					background: transparent url('../img/hibou-boite-cd.png') no-repeat;
					float: right;
					height: 121px;
					margin: 5px 10px 10px;
					overflow: hidden;
					width: 135px;
				}
					div#content div#content-content div#product  div#product-content div#jacket  img {
						height: 83px;
						padding-left: 13px;
						padding-top: 3px;
						width: 86px;
					}
				div#content div#content-content div#product  div#product-content  h1 {
					color: #ff7c00;
					font: bold 28px Verdana, Helvetica, sans-serif;
					padding: 0 0 10px 10px;
				}
				div#content div#content-content div#product  div#product-content  h2 {
					color: #7b7874;
					font: normal 18px Verdana, Helvetica, sans-serif;
					padding: 0 0 10px 10px;
				}
				div#content div#content-content div#product  div#product-content  h3 {
					font: bold 14px Verdana, Helvetica, sans-serif;
					padding: 0 0 0 10px;
				}
				/* End...Product Detail */

				/* Sound Detail */
				div#content div#content-content div#product  div#product-content  dl#sound-detail {
					float: left;
					font: normal 12px Verdana, Helvetica, sans-serif;
					margin-left: 10px;
					width: 335px;
				}
					div#content div#content-content div#product  div#product-content  dl#sound-detail dt {
						color: #555555;
						float: left;
						text-transform: uppercase;
						width: 140px;
					}
					div#content div#content-content div#product  div#product-content  dl#sound-detail dd {
						float: right;
						font-weight: bold;
						width: 195px;
					}
				div#content div#content-content div#product  div#product-content  div#sound-player {
					float: right;
					padding-right: 10px;
					width: 315px;
				}
				div#content div#content-content div#product  div#product-content  div#sound-player  p {
					margin: 10px 0;
				}
				/* End...Sound Detail */

				/* Sound download */
				div#content div#content-content div#product  div#product-content  div#sound-player  div#download-sound {
					/* background: transparent url('../img/hibou-bt-download-sound.png') no-repeat; */
					height: 35px;
					margin-top: 5px;
					position: relative;
					width: 311px;
				}
				div#content div#content-content div#product  div#product-content  div#sound-player  div#download-sound div#download-192 {
					background: transparent url('../img/hibou-bt-download-192-off.png') no-repeat;
					height: 35px;
					left: 140px;
					position: absolute;
					top: 0;
					width: 80px;
				}
				div#content div#content-content div#product  div#product-content  div#sound-player  div#download-sound div#download-192:hover {
					background: transparent url('../img/hibou-bt-download-192-on.png') no-repeat;
					cursor: pointer;
				}
				div#content div#content-content div#product  div#product-content  div#sound-player  div#download-sound div#download-320 {
					background: transparent url('../img/hibou-bt-download-320-off.png') no-repeat;
					height: 35px;
					left: 220px;
					position: absolute;
					top: 0;
					width: 80px;
				}
				div#content div#content-content div#product  div#product-content  div#sound-player  div#download-sound div#download-320:hover {
					background: transparent url('../img/hibou-bt-download-320-on.png') no-repeat;
					cursor: pointer;
				}
				/* End...Sound download */

				/* Sound List */
				div#content div#content-content div#product  div#product-content div#sound {
					background-color: #e5e5e5;
					height: 115px;
					margin-top: 20px;
					padding: 10px 0;
					position: relative;
					width: 670px;
				}
					div#content div#content-content div#product  div#product-content div#sound h3 {
						color: #555;
						font: bold 12px Verdana, Helvetica, sans-serif;
					}
					div#content div#content-content div#product  div#product-content div#sound  table#sound-list {
						height: 94px;
						margin: 10px 11px 0;
						width: 650px;
					}
					div#content div#content-content div#product  div#product-content div#sound  table#sound-list td {
						background: transparent url('../img/hibou-sound-on.png') no-repeat left 5px;
						font: normal 12px/20px Verdana, Helvetica, sans-serif;
						padding: 5px 0 5px 30px;
						width: 132px;
						height: 22px;
						line-height: 22px;
					}
						div#content div#content-content div#product  div#product-content div#sound  table#sound-list td img {
							vertical-align: middle;
						}
						div#content div#content-content div#product  div#product-content div#sound  table#sound-list td a {
							color: #000;
						}
						div#content div#content-content div#product  div#product-content div#sound  table#sound-list td.off {
							background: transparent url('../img/hibou-sound-off.png') no-repeat left 5px;
							color: #b9b9b9;
							text-decoration: none;
						}
						div#content div#content-content div#product  div#product-content div#sound  table#sound-list td.select {
							background: transparent url('../img/hibou-sound-select.png') no-repeat left 5px;
						}
						div#content div#content-content div#product  div#product-content div#sound  table#sound-list td.select a {
							color: #d66900;
							font-weight: bold;
						}
					div#content div#content-content div#product  div#product-content div#sound  table#sound-list td.info {
						background: none;
						font-size: 10px;
						padding: 5px 0 0;
						width: 324px;
					}
					div#content div#content-content div#product  div#product-content div#sound div#sound-top {
						background: transparent url('../img/hibou-bg-sound-top.gif') no-repeat;
						height: 10px;
						position: absolute;
						top: 0;
						width: 670px;
					}
					div#content div#content-content div#product  div#product-content div#sound div#sound-bottom {
						background: transparent url('../img/hibou-bg-sound-bottom.gif') no-repeat;
						bottom: 0;
						height: 10px;
						position: absolute;
						width: 670px;
					}
				/* End...Sound List */
			div#content div#content-content div#product  div#product-bottom {
				background: transparent url('../img/hibou-bg-product-bottom.png') no-repeat;
				bottom: 0;
				height: 20px;
				position: absolute;
				width: 710px;
				z-index: 10;
			}
			/* End..._product */

			/* _search */
			div#search {
				background-color: #7b7874;
				color: #fff;
				float: left;
				font-size: 16px;
				margin: 10px 0;
				padding: 10px 0;
				position: relative;
				width: 710px;
				z-index: 10;
			}
				div#search-top {
					background: transparent url('../img/hibou-bg-search-top.gif') no-repeat;
					height: 10px;
					position: absolute;
					top: 0;
					width: 710px;
				}
				form#filter {
					margin: 0 0 0 50px;
					overflow: hidden;
				}
					form#filter div#form-category, form#filter div#form-composer, form#filter div#form-instrument {
						float: left;
						margin-left: 15px;
						width: 200px;
					}
					form#filter select {
						margin: 6px 0;
						width: 200px;
					}
					form#filter input#lead-instrument {
						border: none;
						height: 18px;
						margin: 6px 0;
						width: 195px;
					}
					* html form#filter input#lead-instrument {
						height: 14px;
					}
					form#filter input#reset {
						margin: 20px 40px;
					}
					form#filter input#submit {
						margin: 10px 5px;
					}
					form#filter p.soloist {
						padding: 20px 0 5px;
					}
					form#filter p.bitrate {
						padding: 5px 0;
					}
					form#filter p.bitrate input.align {
						margin-left: 7px;
					}
				div#search-bottom {
					background: transparent url('../img/hibou-bg-search-bottom.gif') no-repeat;
					bottom: 0;
					height: 10px;
					position: absolute;
					width: 710px;
				}
			/* End..._search */
	div#content div#content-bottom {
		background: transparent url('../img/hibou-bg-content-bottom.gif') no-repeat;
		bottom: 0;
		height: 10px;
		position: absolute;
		width: 980px;
	}
/* End..._content */
/* _footer */
div#footer {
	color: #ff7c00;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
div#footer a {
	color: #ff7c00;

}
div#footer2 {
	color: #ff7c00;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 14px;
}
div#footer2 a {
	color: #ff7c00;
}
/* End..._footer */

/*** Accueil ***/
/* _content-accueil */
div.content-accueil {
	background-color: #dbdbdb;
	clear:both;
	position: relative;
	overflow:hidden;
}
div.content-accueil.flow {
	height:306px;
}
	div.content-accueil-top {
		background: transparent url('../img/hibou-bg-content-top.gif') no-repeat;
		height: 10px;
		position: absolute;
		top: 0;
		width: 980px;
	}
	div.content-accueil-top.flow {
		background: transparent url('../img/hibou-bg-content2-top.gif') no-repeat;
	}
	div.content-accueil-content {
		padding: 10px;
	}
	div.texte-presentation {
		font-size: 16px; 
		margin-bottom: 20px; 
		line-height: 140%;
	}
	div.texte-presentation a {
		color: #000000;
	}
	div.content-accueil-content  h1 {
	color:#FF7C00;
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
		}
	div.content-accueil-content.flow {
		height:275px;
		overflow:hidden;
		padding:10px;
	}
	div.content-accueil-bottom {
		background: transparent url('../img/hibou-bg-content-bottom.gif') no-repeat;
		bottom: 0;
		height: 10px;
		position: absolute;
		width: 980px;
	}
/* End..._content-accueil */
/* _menu-accueil */
#menu-accueil {
	float:left;
	margin-right:10px;
	position: relative;
	width: 120px;
}
	.menu-accueil-top {
		background: transparent url('../img/hibou-bg-menu-top.png') no-repeat;
		height: 10px;
		position: absolute;
		top: 0;
		width: 120px;
	}
	.menu-accueil-content {
		background-color:#7C7974;
		height:430px;
		padding: 4px;
		overflow:hidden;
	}
		.menu-accueil-content p {
			line-height:20px;
			margin:10px 0 34px;
			text-align:center;
		}
			.menu-accueil-content a {
				color:#fff;
			}
			.menu-accueil-content a:hover {
				color:#f0f0f0;
			}
	.menu-accueil-bottom {
		background: transparent url('../img/hibou-bg-menu-bottom.png') no-repeat;
		bottom: 0;
		height: 10px;
		position: absolute;
		width: 120px;
	}
/* End..._menu-accueil */
/* _cat-accueil */
#cat-accueil {
	background: transparent url('../img/hibou-bg-product2-content.png') repeat-y;
	float:right;
	margin-bottom:10px;
	position: relative;
	width: 830px;
}
	.cat-accueil-top {
		background: transparent url('../img/hibou-bg-product2-top.png') no-repeat;
		height: 20px;
		position: absolute;
		top: 0;
		width: 830px;
		z-index: 10;
	}
	.cat-accueil-content {
		font-size:13px;
		padding: 19px 10px;
	}
	.cat-accueil-bottom {
		background: transparent url('../img/hibou-bg-product2-bottom.png') no-repeat;
		bottom: 0;
		height: 20px;
		position: absolute;
		width: 830px;
		z-index: 10;
	}
	#cat-accueil ul {
		margin:0 3px;
		overflow:hidden;
	}
		#cat-accueil li {
			background: transparent url('../img/hibou-bg-sound.png') no-repeat center top;
			color: #000;
			cursor: pointer;
			display: block;
			font-weight: bold;
			font-size: 12px;
			float: left;
			height: 28px;
			margin: 2px;
			padding: 2px 1px;
			text-align: center;
			width: 128px;
		}
		#cat-accueil li:hover {
			background: transparent url('../img/hibou-bg-sound.png') no-repeat center -72px;
			color: #000;
		}
		#cat-accueil li.selected {
			background: transparent url('../img/hibou-bg-sound.png') no-repeat center -36px;
			color: #000;
			cursor: default;
			font-weight: normal;
		}
		#cat-accueil li a {
				color: #000;
				text-decoration: none;
		}
		#cat-accueil .cat-search {
				background: transparent url('../img/hibou-bg-sound.png') no-repeat center -108px;
				bottom:19px;
				color: #000;
				cursor: pointer;
				display: block;
				height:23px;
				margin:2px;
				padding:7px 2px 2px;
				position:absolute;
				right:12px;
				text-align: center;
				width: 128px;
			}
			#cat-accueil .cat-search a {
				color:#E80000;
				font-size:14px;
			}
/* End..._cat-accueil */
/* _content-accueil */
div.content-flow {
	height: 240px;
	background-color: #000;
	clear:both;
	margin:0 10px;
	position: relative;
	overflow:hidden;
}
	div.content-flow-top {
		background: transparent url('../img/hibou-bg-flow-top.png') no-repeat;
		height: 14px;
		position: absolute;
		top: 0;
		width: 940px;
	}
	div.content-flow-content {
		padding: 10px 10px;
	}
	div.content-flow-bottom {
		background: transparent url('../img/hibou-bg-flow-bottom.png') no-repeat;
		bottom: 0;
		height: 14px;
		position: absolute;
		width: 940px;
	}
/* End..._content-accueil */
/* _content-search */
	div.content-search {
		background-color: #dbdbdb;
		clear:both;
		position: relative;
		overflow:hidden;
	}
	div.content-search-top {
		background: transparent url('../img/hibou-bg-content-top.gif') no-repeat;
		height: 10px;
		position: absolute;
		top: 0;
		width: 980px;
	}
	div.content-search-top.flow {
		background: transparent url('../img/hibou-bg-content2-top.gif') no-repeat;
	}
	div.content-search-content {
		background-color:#7B7874;
		margin: 12px 10px 10px 10px;
		padding-top: 10px;
		padding-left: 10px;
		height: 110px;
	}
	div.content-search-bottom {
		background: transparent url('../img/hibou-bg-content-bottom.gif') no-repeat;
		bottom: 0;
		height: 10px;
		position: absolute;
		width: 980px;
	}
	div#index-form-category, div#index-form-composer, div#index-form-instrument {
		color: #ffffff;
		line-height: 20px;
		float: left;
		margin-left: 90px;
		width: 190px;
	}
	form#index-filter select {
		margin: 6px 0;
		width: 200px;
	}
	form#index-filter input#lead-instrument {
		border: none;
		height: 18px;
		margin: 6px 0;
		width: 195px;
	}
	* html form#index-filter input#lead-instrument {
		height: 14px;
	}
	form#index-filter input#reset {
		margin: 20px 40px;
	}
	form#index-filter input#submit {
		margin: 10px 5px;
	}
	form#index-filter p.soloist {
		padding: 10px 0 5px;
	}
	form#index-filter p.bitrate {
		padding: 5px 0;
	}
	form#index-filter p.bitrate input.align {
		margin-left: 7px;
	}
/* End..._content-search */
/* _search-accueil-modal */
#nyroModalContent form#filter {
	background-color:#7B7874;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height:100px;
	margin:0;
	padding:10px 5px;
}
div#nyroModalContent p {
	font-size:16px;
	font-weight:bold;
	margin:0;
}
div#nyroModalContent p.soloist {
	font-size:13px;
}
#nyroModalContent form#filter div#form-category, #nyroModalContent form#filter div#form-composer, #nyroModalContent form#filter div#form-instrument {
}
/* End..._search-accueil-modal */

/* Midem */
/* Sound download */
.download-sound {
  /* background: transparent url('../img/hibou-bt-download-sound.png') no-repeat; */
  height: 35px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 311px;
}
.download-sound .download-192 {
  background: transparent url('../img/hibou-bt-download-192-off.png') no-repeat;
  height: 35px;
  left: 140px;
  position: absolute;
  top: 0;
  width: 80px;
}
.download-sound .download-192:hover {
  background: transparent url('../img/hibou-bt-download-192-on.png') no-repeat;
  cursor: pointer;
}
.download-sound .download-320 {
  background: transparent url('../img/hibou-bt-download-320-off.png') no-repeat;
  height: 35px;
  left: 220px;
  position: absolute;
  top: 0;
  width: 80px;
}
.download-sound .download-320:hover {
  background: transparent url('../img/hibou-bt-download-320-on.png') no-repeat;
  cursor: pointer;
}
/* End...Sound download */
#content-col-left {
	float:left;
	width:262px;
}
#content-col-right {
	float:right;
	margin:0 0 10px 10px;
	width:688px;
}
#content-col-right-top {
	background:transparent url('../img/content-col-right-top.png') no-repeat;
	height:20px;
	width:688px;
}
#content-col-right-content {
	background:transparent url('../img/content-col-right-content.png') repeat-y;
	height:95px;
	padding:0 20px;
}
#content-col-right-bottom {
	background:transparent url('../img/content-col-right-bottom.png') no-repeat;
	height:20px;
	width:688px;
}
#midem-cover {
	background:transparent url('../img/hibou-fond-pochette.png') no-repeat;
	padding:5px;
}
	#midem-cover img {
		border:1px solid #000;
	}
.midem-cover-title {
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
}
.midem-link-homepage {
	margin-top:10px;
	text-align:center;
}
h1.midem-details-album {
	color:#FF7C00;
	font-size:24px;
	font-weight:bold;
}
.midem-details-ref {
	color:#555;
	float:left;
	margin:15px 0;
}
.midem-details-composer {
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.midem-details-description {
	color:#555;
	font-size:12px;
	font-weight:bold;
	padding:10px 0 0;
}
#box_player {
	margin:10px 0 0 300px;
}
#hibou-bg-liste-top {
	background:transparent url('../img/content-col-right-top.png') no-repeat;
	height:20px;
	margin-top:10px;
	width:688px;
}
#hibou-bg-liste-bottom {
	background:transparent url('../img/content-col-right-bottom.png') no-repeat;
	height:20px;
	width:688px;
}
#hibou-bg-liste-content {
	background:transparent url('../img/content-col-right-content.png') repeat-y;
	padding:0 10px 0 20px;
}
#hibou-bg-liste-content #overflow {
	height:500px;
	margin-right:5px;
	overflow:auto;
	padding-right:10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #c66b00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}
.basic a:hover {
	background-color: #FF7C00;
}
.basic a.selected {
	color: white;
	background-color: #FF7C00;
}
.basic-content {
	background-color: #f2f2f2;
	padding:5px 10px 0;
}
.mouse {
	cursor:pointer;
	float:right;
	margin-right:10px;
}
/* End...Midem */

/* royalslider */
#slider {
	height: 220px;
	width: 100%;
}
.royalSlider,
.royalSlider .rsSlide {
	background: transparent;
}
