body {
	margin: 0;
	padding: 0 5px 0 0;
}

/*auto completion animating*/
/* ___________________________ */
#cw_content .ui-autocomplete-loading {
	background-image: url('img/loading_basic_16x16.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

#cw_content .ui-loading {
	background-image: url('img/loading.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* ___________________________ */
#cw_content {
	font-size: 11pt;
	font-family: helvetica, arial, verdana, sans-serif; //
	width: 50%;
	margin: 50px auto;
	width: 920px;
	margin: 20px auto;
}

.content-container1{
	float: right;
	width: 650px
}
.affiner-container{
	width: 260px;
/* 	float: left; */
	padding: 0 0 10px 0;
}

#cw_content a, #cw_content .tablelist #linelink a span {
	color: cornflowerblue;
}

p#spacer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

/* ___________________________ */
/* RECHERCHE                   */
#cw_content .searchform {
	
}

#cw_content .advancritere {
	background-color: #eee;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
}

#cw_content .advancritere .select .label {
	background-color: #fff;
}

#cw_content .critere {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#cw_content .critere td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#cw_content .critere .type {
	width: 150px;
}

#cw_content .critere .type .select {
	width: 100%;
}

#cw_content .critere .search {
	padding: 0 0 0 10px;
}
/*
			#cw_content .critere .search div {
				background: #fff;
				border-style: solid;border-width: 1px; border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
				box-shadow: inset 0 0 2px rgba(0,0,0,.2);position: relative;color: #888;
				-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
				behavior: url(PIE.htc);
				}
				*/
/*
			#cw_content .critere .search div.focusField {
				border: solid 1px #65cbf6;background: none;color: #000;
				}
				*/
#cw_content .critere .search input[type=text] {
	/*width: 90%;*/
	
}
/*
			#cw_content .critere .search .bbtlist{
				display: block;width: 30px;height: 30;position: absolute;right: 0;top: 0;bottom: 0;cursor: pointer;border-left: solid 1px #7F7F7F;
				background: url(img/icolist.gif) center center no-repeat;background-color: #fff;
				}*/
#cw_content .ajoutenleve {
	width: 30px;
}

#cw_content .ajout {
	background: transparent url(img/ajoutbullet.png) center center no-repeat;
}

#cw_content .enleve {
	background: transparent url(img/soustractbullet.png) center center
		no-repeat;
}

#cw_content .remove-from-cart {
	background: transparent url(img/deletebullet.png) center center
		no-repeat;
}

.wrapper {
    position:relative;
}
.wrapper input,#button {
    background-color:transparent;
    border:0;
}

.wrapper #button {
    position:absolute;
    right:0;
    top:0;
    background-image: url("img/search_button.PNG");
}

.wrapper input {
    padding-right:30px; /* button padding */
}

#cw_content .ajout, #cw_content .remove-from-cart, #cw_content .enleve {
	display: block;
	width: 24px;
	height: 15px;
	margin: 2px auto;
	padding: 0;
	color: #000;
	font-size: 1px;
	background-color: #777;
	position: relative;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
}

#cw_content .remove-from-cart {
	width: 16px;
}

#cw_content .ajout:hover, #cw_content .remove-from-cart:hover,
	#cw_content .enleve:hover {
	background-color: #444;
}

#cw_content .critere select {
	border: none;
	padding: 2px;
}

#cw_content td.operat {
	height: 40px;
	padding-left: 10px;
}

#cw_content td.operat .customselect {
	width: 60px;
}

#cw_content .resultheader .customselect {
	width: 100px;
}

#cw_content .criteresuite {
	margin-top: 15px;
}

#cw_content .criteresuite .select {
	font-size: .8em;
}

/* ___________________________ */
/* RESULT                      */
#cw_content .result {
	border: solid 1px #8F8F8F;
	margin: 25px 0 20px 0;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

#cw_content .result .resultheader, #cw_content .result .nextprevnav,
	#cw_content .resultfooter {
	padding: 10px 7px;
	overflow: auto;
	background-color: #F8F8F8;
}

#cw_content .resultfooter {
	border-top: 1px solid #DDDDDD;
	clear:both;
}

#cw_content .result .nextprevnav {
	padding-top: 0;
}

#cw_content .result .outiltri {
	float: left;
}

#cw_content .result .outiltri span.intro {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
}

#cw_content .result td.list {
	border-left: solid 1px #ddd;
}

#cw_content .result td.list div {
	width: 28px;
	height: 20px;
}

#cw_content .result td.list div.livre {
	background: url(img/icolivre.png) center center no-repeat;
}

#cw_content .result td.list div.cd {
	background: url(img/icocd.png) center center no-repeat;
}


#cw_content .result td.list div.dvd {
	background: url(img/icocd.png) center center no-repeat;
}

#cw_content .result td.list div.video {
	background: url(img/icovideo.png) center center no-repeat;
}

#cw_content .result td.list div.mag {
	background: url(img/icomag.png) center center no-repeat;
}

#cw_content .result td.list div.image {
	background: url(img/icoimage.png) center center no-repeat;
}

#cw_content .result td.list div.vinyl {
	background: url(img/icovinyl.png) center center no-repeat;
}

#cw_content .result td.list div.cassette {
	background: url(img/icocassette.png) center center no-repeat;
}

#cw_content .resultnbr {
	float: left;
	font-size: .8em;
}

/* ___________________________ */
/* FICHE DETAIL                */
#cw_content .detailfiche {
	
}

#cw_content .detailfiche .photo {
	border: solid 1px #999;
	width: 150px;
	height:200px;
	float: left;
	position: relative;
}
#cw_content .detailfiche .photo1 {
	border: solid 1px #999;
	width: 170px;
	height:170px;
	float: left;
	position: relative;
}

#cw_content .detailfiche .ico-container{
	color: #000;
    cursor: pointer;
    float: right;
    margin: 13px 2px 0 10px;
}

#cw_content .detailfiche .addthis_sharing_toolbox{
	margin:0;
}
#cw_content .detailfiche .photo img,#cw_content .detailfiche .photo1 img {
	width: 100%;
}

#cw_content .detailfiche .photo .loupe,#cw_content .detailfiche .photo1 .loupe {
	background: url(img/loupe.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

#cw_content .detailfiche .photo .loupe:hover,#cw_content .detailfiche .photo1 .loupe:hover {
	background: url(img/loupeOn.png) center center no-repeat;
}

#cw_content .tabfiche {
	padding: 0;
	margin-top: 15px;
	padding-top: 20px;
}


#cw_content .tabfiche .panes div.pane {
	display: none;
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	background-color: #fff;
}

#cw_content .tabfiche ul.tabs {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #666;
	height: 30px;
}

#cw_content .tabfiche ul.tabs li {
	float: left;
	padding: 0;
	margin: 0 !important;
}

#cw_content .tabfiche ul.tabs a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	padding: 0 5px;
	margin: -1px 5px 0 0;
	position: relative;
	background-color: #eee;
	border: solid 1px #666;
}

#cw_content .tabfiche ul.tabs a.current {
	background-color: #fff;
	border-width: 1px 1px 0 1px;
	height: 31px;
}

/* ___________________________ */
/* RECOMMANDATION              */
#cw_content .recommandation {
	
}

#cw_content p.intro {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: .8em;
}

#cw_content .recommandation fieldset {
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.recommandation fieldset legend {
	font-weight: bold;
	font-size: .8em;
	padding: 0 4px;
	margin: 0 6px;
}

#cw_content .recommandation ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#cw_content .recommandation li {
	float: left;
	margin: 2px 4px 0 0;
	width: 108px;
}

.recommandation li img {
	
}

#cw_content .recommandation li:last-child {
	margin: 2px 0 0 0;
}

#cw_content .recommandation a {
	display: block;
	padding: 0;
	color: #000;
	text-decoration: none;
	font-size: .8em;
	border: 1px solid #C0C0C0;
	background-color: #eee;
	padding: 2px;
	height: 185px;
	overflow: hidden;
}
/*
	#cw_content .recommandation a:hover {
		background-color: #eee;
		}
		*/
#cw_content .recommandation a span {
	display: block;
	padding-top: 7px;
	text-align: center;
}

#cw_content .recommandation a:hover span {
	text-decoration: underline;
}

#cw_content .recommandation img {
	display: block;
	margin: 0 auto;
}

#cw_content .recommandation div.img {
	height: 120px;
	overflow: hidden;
	background-color: #eee;
}
/*
		
	.recommandation table {
		border-collapse: collapse;width: 100%;
		}
		.recommandation table td {
			border: solid 1px;width: 20%;position: relative;
			}
		.recommandation table span {
			display: block;border: solid 1px blue;
			}
			*/

/* ___________________________ */
/* COMMUNS                     */

/* list (historique recherche) */
#cw_content ul.labellist {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 180px;
	border-top: 1px dashed #BABABA;
}

#cw_content ul.labellist li {
	padding: 4px 0 4px 130px;
	border-bottom: dashed 1px #BABABA;
	text-align: justify;
}

#cw_content ul.labellist li label {
	margin-left: -125px;
	float: left;
	color: #8E8E8E;
	font-size: 13px;
}

/* list (historique recherche) */
#cw_content ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cw_content ul.list li {
	padding: 6px 0 6px 50px;
	font-weight: bold;
	height: 1%;
	clear: left;
	border-bottom: dashed 1px #7F7F7F;
}

#cw_content ul.list li:hover {
	background-color: #DFEDFF;
}

#cw_content ul.list li:first-child {
	border-top: dashed 1px #8F8F8F;
}

#cw_content ul.list label {
	margin-left: -50px;
	float: left;
	width: 50px;
}

#cw_content ul.list span {
	font-weight: normal;
}

#cw_content ul.list span.operator {
	font-size: .8em;
	background-color: cornflowerblue;
	color: #fff;
	padding: 1px;
}

#cw_content ul.list p {
	margin: 0;
}

/* Bouton nav */
#cw_content .listnav {
	padding: 0 0 6px;
	border-bottom: solid 1px #000;
	margin-bottom: 15px;
}

#cw_content .listnav h1 {
	padding: 0;
	font-size: .9em;
	margin: 0;
	float: left;
}

#cw_content .btnav {
	font-size: .8em;
	text-decoration: none;
	padding: 4px 5px;
	color: #333;
	display: block;
	float: left;
	margin-right: 3px;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	background: url(img/selectbg.png) center left repeat-x;
	background-color: #eee;
	text-shadow: 1px 1px 0px #ffffff;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,
		Color= #ffffff);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}

#cw_content .btnav:hover {
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	color: #000;
	behavior: url(PIE.htc);
}

#cw_content .panier {
	float: right;
	padding-left: 20px;
	margin-right: 0;
	background-image: url(img/icopanier.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#cw_content .ajoutpanier {
	cursor: pointer;
	font-size: 1em;
	float: right;
	margin: 8px 0 0 0;
	background: #fff url(img/selectbg.png) center left repeat-x;
	background-color: #add8ea;
}

#cw_content .prev {
	background-image: url(img/listnav-prec.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#cw_content .next {
	background-image: url(img/listnav-suiv.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#cw_content .retourliste {
	background-image: url(img/listnav-retour.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 30px;
}

/* nextprev */
#cw_content ul.nextprev {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 10pt;
	font-weight: bold;
}
#cw_content ul.nextprev select {
	margin: 1px 0 0 5em;
}

#cw_content ul.nextprev li {
	float: left;
	margin-right: 2px;
}

#cw_content ul.nextprev a, #cw_content ul.nextprev div.unselect {
	font-size: .8em;
	padding: 3px 6px;
	background: url(img/selectbg.png) center left repeat-x;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(PIE.htc);
}

#cw_content ul.nextprev a {
	display: block;
	color: #000;
	text-decoration: none;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	position: relative;
	background-color: #e5e4db;
}

#cw_content ul.nextprev a:hover {
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	color: #000;
	behavior: url(PIE.htc);
}

#cw_content ul.nextprev a.selected, #cw_content ul.nextprev a.selected:hover
	{
	background-color: blue;
	color: #fff;
	cursor: default;
}

#cw_content ul.nextprev div.unselect {
	color: #999;
	border-color: #eee #C4C4C4 #C4C4C4 #eee;
	background-color: #eee;
}

/* table */
#cw_content .standtable {
	border-collapse: collapse;
	width: 100%;
}

#cw_content .standtable th, #cw_content .standtable td {
	text-align: left;
	padding: 8px 4px;
	vertical-align: top;
}

#cw_content .standtable th {
	background: #fff url(img/selectbg.png) center left repeat-x;
	font-size: .8em;
	background-color: #ccc;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #000;
}

#cw_content .standtable th:last-child {
	border-right: none;
}

#cw_content .standtable td {
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	white-space: nowrap;
}

#cw_content .standtable td:last-child {
	border-right: none;
}

#cw_content .standtable td.btreserve, #cw_content .standtable td.btnoreserve
	{
	text-align: center;
	vertical-align: middle;
}

#cw_content .standtable td.btreserve div {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	cursor: pointer;
	background: url(img/btreserv.png) top left no-repeat;
	background-position: bottom left;
}

#cw_content .standtable td.btnoreserve div {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	background: url(img/btreserv-no.png) top left no-repeat;
	background-position: bottom left;
}

#cw_content .standtable tr {
	
}

#cw_content .standtable tr:hover {
	background-color: #DFEDFF;
}

#cw_content .standtable tr:hover td.btreserve div {
	background-position: left top;
}

//
#cw_content .standtable tr:hover td.btnoreserve div {
	background-position: left top;
}

#cw_content .layoutfixed {
	table-layout: fixed;
}

#cw_content .layoutfixed td span, #cw_content .layoutfixed th span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#cw_content .tablelist td {
	
}

#cw_content .tablelist td {
	border-right: none;
	white-space: normal;
}

#cw_content .tablelist th, #cw_content .tablelist td {
	padding: 6px;
}

#cw_content .tablelist #linelink {
	padding: 0;
}

#cw_content .tablelist #linelink a {
	padding: 6px;
	display: block;
	color: #000;
	text-decoration: none;
}

#cw_content .tablelist #linelink a span {
	text-decoration: underline;
}

/* select */
#cw_content .select {
	float: left;
	margin-right: 5px;
}

#cw_content .select .label {
	display: block;
	margin: 0;
	padding: 7px 30px 7px 10px;
	cursor: pointer;
	position: relative;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	background: #fff url(img/selectbg.png) center left repeat-x;
	background-color: #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #ffffff;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,
		Color= #ffffff);
	behavior: url(PIE.htc);
}

#cw_content .select .label:hover {
	color: #000;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, .3) 0px 0px 3px;
	behavior: url(PIE.htc);
}

#cw_content .select .label span {
	display: block;
	width: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: solid 1px #C4C4C4;
	background: url(img/selectarrow.gif) center center no-repeat;
}

#cw_content .select .label span.hover {
	background: url(img/selectarrow-select.gif) center center no-repeat;
}

#cw_content .select .label:hover span {
	background: url(img/selectarrow-select.gif) center center no-repeat;
}
/*
		#cw_content .select .chgcorner {
			-moz-border-radius: 4px 4px 0 0;-webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;
			behavior: url(PIE.htc);background-color: #e5e4db;color: #000;
			}
		*/
#cw_content .select ul {
	list-style-type: none;
	position: absolute;
	z-index: 100;
	border: solid 1px;
	margin: 0;
	margin-top: -1px;
	padding: 5px;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	background-color: #fff;
	white-space: nowrap;
	min-width: 220px;
	max-height: 242px;
	overflow-x: hidden;
	overflow-y: auto;
}

#cw_content .select li {
	padding: 0;
	clear: left;
	height: 1%;
	width: 100%;
}

#cw_content .select input {
	float: left;
	margin-top: 5px;
}

#cw_content .select li label {
	display: block;
	border-bottom: dotted 1px #333;
	padding: 7px 0 7px 24px;
	cursor: pointer;
}

#cw_content .select li label:hover {
	background-color: #eee;
}

#cw_content .select .checkall {
	
}

#cw_content .select .checkallbt {
	border: solid 1px;
	border-radius: 2px;
	background-color: #fff;
	border-bottom: solid 1px;
}

/* customselect */
#cw_content .customselect {
	position: relative;
	height: 20px;
	float: left;
	padding: 2px;
}

#cw_content .customselect select.select {
	position: relative;
	z-index: 10;
	width: 100%;
}

#cw_content .customselect span.select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1;
	line-height: 18px;
	text-indent: 5px;
	cursor: pointer;
	color: #333;
	border: solid 1px;
	background: #fff url(img/selectbg.png) center left repeat-x;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	color: #333;
	text-shadow: 1px 1px 0px #ffffff;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,
		Color= #ffffff);
}

#cw_content .customselect span.select span.arrow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	background: url(img/selectarrowalt.gif) center center no-repeat;
}

/* overlay */
#cw_content .overlay {
	display: none;
	z-index: 999999 !important;
	background-color: #ffffff; /*overflow: hidden;*/
	padding: 2px;
	border: solid 2px #000;
}

#cw_content .overlay img {
	border: 1px solid #000;
}

#cw_content .overlay .close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	background: url(img/closebullet.png) center center no-repeat;
}

#cw_content .overlay .overlayTitle {
	background-color: #333;
	color: #fff;
	text-indent: 10px;
	padding: 4px 0;
}

#cw_content .connectform {
	width: 300px;
	padding: 10px;
	margin: 0 auto;
}

#cw_content .accointtout{
	float: left;
	padding: 0;
}

/* #cw_content .connectform img {
	display:none;
} */

#cw_content .connectform  input[type=submit] {
	float: none;
}

#cw_content .connectform div {
	margin-bottom: 12px;
}

#cw_content .overlay .searchlist {
	width: 300px;
	height: 300px;
	padding: 10px;
}

/* input */
#cw_content input[type=submit] {
	cursor: pointer;
	padding: 6px 20px;
	font-size: 1.2em;
	float: right;
	color: #fff;
	text-transform: capitalize;
	
	background-color: #5b90a1;
	border-style: solid;
	border-width: 1px;
	border-color: #5b90a1;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1,
		Color= #ffffff);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}

#cw_content input[type=submit]:hover {
	
	color: #5b90a1; 
	background-color: #fff; 
	transition: 0.5s; //
	
	behavior: url(PIE.htc);
}

#cw_content input[type=text], #cw_content input[type=password] {
	color: inherit;
	text-overflow: ellipsis;
	font-size: 1em;
	padding: 8px;
	background-color: #fff;
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
	position: relative;
	color: #888;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE.htc);
}

#cw_content input[type=text]:focus {
	color: #000000;
	border-color: #65cbf6;
	-webkit-box-shadow: rgba(0, 0, 0, .6) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .6) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, .6) 0px 0px 3px;
	behavior: url(PIE.htc);
}

/* ___________________________ */
/* INFOCOMPTE                  */
#cw_content .infocompte {
	
}

#cw_content .infocompte ul.labellist {
	margin: 0;
}

#cw_content .infocompte ul.labellist li {
	padding-left: 183px;
}

#cw_content .infocompte ul.labellist li:last-child {
	border: none;
}

#cw_content .infocompte ul.labellist li label {
	margin-left: -175px;
}

/* ___________________________ */
/* BIOGRAPHIE                  */
#cw_content .bio .mw-content-ltr {
	
}

#cw_content .bio .mw-content-ltr p {
	line-height: 1.3em;
	margin: 10px 0;
	padding: 0;
}

#cw_content .bio .mw-content-ltr .reference {
	display: none;
}

#cw_content .bio a.readmore {
	display: inline-block;
	padding: 3px 10px;
	border: solid 1px #5F5F5F;
	margin: 25px 0 20px 0;
	background-color: #8F8F8F;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

#cw_content .bio div.infobox_v3 {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #AAAAAA;
	clear: right;
	float: right;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 0.5em 1em;
	width: 220px;
	padding: 5px;
	word-wrap: break-word;
}

#cw_content .bio .infobox_v3 th[scope="row"] {
	max-width: 80px;
	word-wrap: normal;
}

#cw_content .bio .infobox_v3 th[scope="col"] {
	text-align: center !important;
	word-wrap: normal;
}

#cw_content .bio .infobox_v3 .entete {
	background-color: #DFEDFF;
	border: 2px solid #DFEDFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px;
	padding: 3px 0;
	text-align: center;
}

#cw_content .bio .infobox_v3 .entete.icon {
	background-position: right center !important;
	border: 0 none;
	padding: 13px 50px 12px;
}

#cw_content .bio .infobox_v3.large .entete.icon {
	padding: 13px 10px 12px;
}

#cw_content .bio .infobox_v3 .thumbimage {
	border: medium none;
	height: auto !important;
	max-width: 99%;
}

#cw_content .bio .infobox_v3 .thumbinner {
	background-color: transparent;
	border: medium none;
	padding: 0 !important;
}

#cw_content .bio .infobox_v3 .thumb, .infobox_v3 .thumbinner {
	display: inline;
}

#cw_content .bio .infobox_v3 .thumbcaption {
	display: none;
}

#cw_content .bio .infobox_v3 .legend {
	font-size: 0.9em;
	margin: 5px 0 8px;
	text-align: center;
}

#cw_content .bio .infobox_v3 .image2 {
	padding: 5px 0;
	text-align: center;
}

#cw_content .bio .infobox_v3 .image2 div.thumb {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: middle;
}

#cw_content .bio .infobox_v3 table {
	border-collapse: collapse;
	margin: 5px 0;
	table-layout: fixed;
	width: 100%;
}

#cw_content .bio .infobox_v3 th.double[scope="col"] {
	text-align: left;
}

#cw_content .bio .infobox_v3 th[scope="row"] {
	padding-right: 10px;
	text-align: left;
	vertical-align: super;
	width: 8em;
}

#cw_content .bio .infobox_v3 th[scope="row"], .infobox_v3 td {
	padding-top: 4px;
	vertical-align: super;
}

#cw_content .bio .infobox_v3 th.middle[scope="row"] {
	vertical-align: middle;
}

#cw_content .bio .infobox_v3.bordered th[scope="row"], .infobox_v3.bordered td
	{
	border-top: 1px solid #DFEDFF;
	padding-bottom: 4px;
}

#cw_content .bio .infobox_v3.bordered caption.bordered {
	margin: 0 0 -1px;
}

#cw_content .bio .infobox_v3 td.data {
	text-align: center;
}

#cw_content .bio .infobox_v3 p.bloc, .infobox_v3 p.bordered, .infobox_v3 caption
	{
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 5px;
	padding: 5px 10px 5px 5px;
	text-align: center;
}

#cw_content .bio .infobox_v3 caption, .infobox_v3 p.bloc {
	background: none repeat scroll 0 0 #DFEDFF;
}

#cw_content .bio .infobox_v3 p.bloc {
	margin: 5px 0;
}

#cw_content .bio .infobox_v3 caption.bordered, .infobox_v3 p.bordered {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #DFEDFF;
	border-top: 1px solid #DFEDFF;
}

#cw_content .bio .infobox_v3 caption.hidden {
	font-size: 1px;
	line-height: 1px;
	margin: 0 !important;
	padding: 0 !important;
}

#cw_content .bio .infobox_v3 .hr {
	background-color: #DFEDFF;
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0;
}

#cw_content .bio .infobox_v3 .hr.collapse {
	margin: 5px 0 -8px;
	position: relative;
}

#cw_content .bio .infobox_v3 .navbar {
	font-size: 0.8em;
	margin: 0;
	text-align: right !important;
}

#cw_content .bio .infobox_v3 .navbar .plainlinks {
	float: left;
}

#cw_content .bio .infobox_v3 .overflow {
	overflow: hidden;
}

#cw_content .bio .infobox_v3 .bordered.nav, .infobox_v3 .bordered.navbar
	{
	border-bottom: 0 none !important;
	font-weight: normal !important;
}

#cw_content .bio .infobox_v3 .prev a, .infobox_v3 .prev_bloc {
	background:
		url("//upload.wikimedia.org/wikipedia/commons/1/13/Arr_l.png")
		no-repeat scroll left 0.1em transparent;
	float: left;
	max-width: 40%;
	padding: 0 0 0 16px;
}

#cw_content .bio .infobox_v3 .next a, .infobox_v3 .next_bloc {
	background:
		url("//upload.wikimedia.org/wikipedia/commons/a/ad/Arr_r.png")
		no-repeat scroll right 0.1em transparent;
	float: right;
	max-width: 40%;
	padding: 0 16px 0 0;
	text-align: right;
}

#cw_content .bio .toc {
	display: none;
}

#cw_content .bio div.tright {
	margin: 0.5em 0 1.3em 1.4em;
	clear: right;
	float: right;
}

#cw_content .bio div.thumb {
	background-color: transparent;
}

#cw_content .bio div.thumbinner {
	background-color: #F9F9F9;
	max-width: 180px;
	border: 1px solid #CCCCCC;
	font-size: 94%;
	overflow: hidden;
	padding: 3px !important;
	text-align: center;
}

#cw_content .bio div.thumbinner .thumbimage {
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#cw_content .bio .thumbcaption {
	border: medium none;
	font-size: 94%;
	line-height: 1.4em;
	padding: 3px !important;
}

#cw_content .bio div.magnify, #cw_content .bio div.homonymie {
	display: none;
}

#cw_content .bio h1, #cw_content .bio h2, #cw_content .bio h3 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #AAAAAA;
	color: black;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 0.17em;
}

#cw_content .bio ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#cw_content .bio li {
	margin-bottom: 8px;
}

#cw_content .bio p.wikipedia {
	text-align: right;
	margin-bottom: 8px;
	color: gray;
	font-size: 10px;
}

.result-container {
	margin:2px 2px 2px 2px;
	background-color:#e0e0e0;
	overflow: hidden;
	padding : 0 0 13px 55px;
}
.item-container{
	margin:0 5px;
	float: left;
}

.ico-container {
	margin:15px 15px 0 10px;
	color:#000;
	cursor: pointer;	
}

.ico-container .fa {
	margin: -5px 0;
}
.img-item{
	z-index:-1;
	display: block;
    padding: 30px 10px 0;
}

.ico-container i{
	color: #514e4e;
    font-size: 1.5em;    
    padding: 3px;
    text-shadow: 1px 1px 1px #ccc;
}

.addthis_sharing_toolbox{
	float: left;
}

.addthis_sharing_toolbox span.at_flat_counter {
	display: none;
}

.addthis_sharing_toolbox .aticon-email {
    display: none;
}

.title-container{
	border: 1px solid #6e6e81;
    display: block;
    height: 98px;
    margin: 30px 9px 0;
    padding: 100px 0 0;
    text-align: center;
    width: 150px;
}
.title-container-dup{
	border: 1px solid #6e6e81;
    display: block;
    height: 98px;
    margin: 30px 0 0;
    padding: 100px 0 0;
    text-align: center;
    width: 150px;
}

.itemsdisplay a{
	text-decoration: none;
}
 .itemsdisplay{
	float: right;
}
  
.itemsdisplay strong{
	font-size: 0.9em;
}
  
 
/* thumnail view */

/* ___________________________ */
/* CUSTOM                      */

/* 			
		
			
	#cw_content .customselect span.select,
	#cw_content .select .label,
	#cw_content input[type=submit] {
		color: #333;text-shadow: 1px 1px 0px #ffffff;zoom: 1;filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color= #ffffff);
	}
	#cw_content .customselect span.select,	
	#cw_content input[type=submit],
	#cw_content input[type=button],
	#cw_content input[type=text],
	#cw_content .select .label,
	#cw_content .critere .search div { 
		border-style: solid;border-width: 1px; border-color: #C4C4C4 #7F7F7F #7F7F7F #C4C4C4;
		}
	#cw_content .customselect span.select,
	#cw_content input[type=submit],
	#cw_content input[type=button],
	#cw_content input[type=text],
	#cw_content .select .label { 
		background: #fff url(img/selectbg.png) center left repeat-x;background-color: #eeeeee;
		}
	#cw_content input[type=submit],
	#cw_content input[type=button],
	#cw_content input[type=text],
	#cw_content .select .label {
		-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
		behavior: url(PIE.htc);
		}

	#cw_content .select .chgcorner {
		background-color: #eee;
		-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;
		behavior: url(PIE.htc);
		}
*/

/* * * *  Sidebar * * * * */
.sidebar {
    border: 1px solid grey;
    padding: 7px 5px;
    border-radius : 5px;
    font-size : 9pt;
}

/* sidebar Table */
.sidebar table {
	width:220px;
	padding:  0 10px;
}
.sidebar #alabel{
	width :190px;
	padding: 5px 5px 5px 0px;
}
.sidebar #acount{
	width :30px;
}
.sidebar table td a {
	font-weight: bold;
	text-decoration: none;
}
.sidebar table td a:HOVER {
	text-decoration: underline;
}

/* sidebar Table ends */


.sidebar h3{
	background: none repeat scroll 0 0 #c4c4c4;
    margin: 5px;
    padding: 6px;
}

.sidebar #Nouveaute-container,#support-container,#document-container,#Auteurs-container,#Editeurs-container,#collections-container{
	height: 145px;
	overflow-y:scroll;
	margin: 10px 0;
}
/* .sidebar #support-container{ */
/* 	overflow-y:scroll; */
/* 	margin: 10px 0; */
/* } */

.show{
	display:block;
}

.hide{
	display:none;
}
span#seemore{
	cursor: pointer;
	font-size: 10px;
	float: right;
	margin: -4px;
}

/*mini search */

.mini-seach{
	 border: 1px solid grey;
	 border-radius:5px;
	 margin-bottom: 5px;
	 padding-bottom: 1px;
}

.mini-seach .searchbox-container #terms0{
	margin: 4px;
    width: 140px;
    height: 21px;
}

.mini-seach .searchbox-container #validsearch{
	margin: 4px 10px;	
	border-radius:5px;
}

/* * * *  Sidebar * * * * */

/* Track */
.track-container {
height: 250px;
overflow-y: scroll;
}
.track-container a{
	cursor: pointer;
}
.track-container ol li {
	height: 20px;
    padding: 5px;
}

.info-not-fount {
	color: red;
	font-size: 13px;
}
/* Track Ends */

/* biography for lastfm */
.bio_cd{
	height: 300px;
}

.bio_cd .bio_img{
	float: left;
	margin: 0 20px;
}
/* biography for lastfm */

/* */

.foot-compete{
	
}

.img-new{
	float: left;
}
.num-copies{
	float: right;
	margin: 0 5px 0 0;
}
.new-img{
	margin: 26px 0;
	position: absolute;
}

.search-font{
	margin: 0 0 0 7px;
}
.accordion-container{
	
}

.font-search{
	float: left;
	margin: 0 0 0 -31px;
	}

.data-bnf{
	float: right;
	text-decoration: none;
}	

.data-bnf:HOVER {
	text-decoration: underline;
	cursor: pointer;
}
.lfm-s{
	
	color: gray;
    font-size: 10px;
    float: right;
    margin: 0 10px;
}
.album-vignette{
	width: 500px;
	padding: 0 0 0 15px;
}

.album-vignette td{
	border-bottom: 1px dashed #bababa;
	text-align: left;
}

.album-vignette td a{
	text-decoration: none;
	
}
.album-vignette tr{
	
}
.album-vignette tr:HOVER{
	background-color: #DFEDFF;
	text-decoration: underline #DFEDFF;
	
}
.disk-img{
	 padding: 2px 0 5px 30px;
   	 width: 130px;
}
.img-ac{
	
	width: 100px;
	height: 150px;
	float: left;
}

.titreplus{
	padding-bottom: 48px;
    padding-top: 48px;
}

/***************************** Movie Related Tabs *****************************************/
#mv-synopsis {

}

#mv-announce{

}

#mv-cast{
	height: 400px;
	overflow-y: scroll;
}

#mv-cast li{
	list-style: none;
	float: left;
	margin: 5px;
}

#mv-cast li p{
	font-size: 11px;
    text-align: center;
}
/***************************** Movie Related Tabs ENDS ************************************/


#filter-tooltip{
/*     border:1px solid #eee; */
/*     margin:3px;  */
/*     padding:3px; */
/*     background:#FFF2BF; */
/*     text-align:center; */
}

.permalink{
	cursor: pointer;
    float: right;
    margin-left: 6px;
    margin-top: 15px;
}

#ma-recherche a{
	
	color: white;
}

.fbtn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #eb675e));
	background:-moz-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #eb675e 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#eb675e',GradientType=0);
	background-color:#e4685d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:1px 3px;
	text-decoration:none;
	text-shadow:0px 0px 1px #b23e35;
	margin-right: 5px;
}
.fbtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eb675e), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #eb675e 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#e4685d',GradientType=0);
	background-color:#eb675e;
}
}
.fbtn:active {
	position:relative;
	top:1px;
}

@media screen and (min-width: 800px) and (max-width: 920px) {
	#cw_content {
    	width: 780px !important;
	}

	.content-container1 {
    	width: 100% !important;
	}
}

@media screen and (min-width: 680px) and (max-width: 800px) {
	#cw_content {
    	width: 660px !important;
	}

	.content-container1 {
    width: 100% !important;
	}
}
@media screen and (min-width: 560px) and (max-width: 680px) {
	#cw_content {
    	width: 540px !important;
	}

	.content-container1 {
    width: 100% !important;
	}
}
@media screen and (min-width: 440px) and (max-width: 560px) {
	#cw_content {
    	width: 420px !important;
	}

	.content-container1 {
    width: 100% !important;
	}
	#cw_content ul.labellist {
    	padding: 5px !important;
    	margin: 0px 0px 0px 290px !important;
	}
	
	#cw_content ul.labellist li {
    	padding: 4px 0 4px 0px !important;
	}
	.listnav{
  		display: flex !important;
  	}
}
@media screen and (min-width: 320px) and (max-width: 440px) {
	#cw_content {
    	width: 300px !important;
    	font-size: 12px !important;
	}

	.content-container1 {
    	width: 100% !important;
	}
	#cw_content ul.labellist {
    	padding: 0 !important;
    	margin: 0px 0px 0px 160px !important;
	}
	#cw_content ul.labellist li label {
    	margin-left: 0 !important;
	}
	#cw_content ul.labellist li {
    	padding: 4px 0 20px 0px !important;
    	text-align: right !important;
	}
	table, tbody, tr, td {
    	display: block !important;
    	width: auto!important;
  	}
  	.listnav{
  		display: flex !important;
  	}
}
@media screen and (max-width: 320px) {
	#cw_content {
    	width: 220px !important;
    	font-size: 12px !important;
	}
	.connectform{
		width: 220px !important;
		padding: 0px !important;
	}
	.affiner-container{
		width: 220px !important;
	}
	.content-container1 {
    	width: 100% !important;
	}
	#cw_content ul.labellist {
    	padding: 0 !important;
    	margin: 0px 0px 0px 160px !important;
	}
	#cw_content ul.labellist li label {
    	margin-left: 0 !important;
	}
	#cw_content ul.labellist li {
    	padding: 4px 0 20px 0px !important;
    	text-align: right !important;
	}
	table, tbody, tr, td {
    	display: block !important;
    	width: auto!important;
  	}
  	.listnav{
  		display: flex !important;
  	}
  	.accointtout img{
		width: 220px;
  	}
}

