/* 
 * Copyright (c) 2008 Copyright (c) Templeofdeejays
 */

/* Ce fichier définit le style visuel pour les différents éléments des pages.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - Eléments HTML en général
 * - Page
 * - Entête
 * - Chemin
 * - Produit petit & grand
 * - Pied de page
 * - Menu général
 * - Signature
 * - Nombre de pages
 * - les styles particuliers pour les pages intérieures
 */


/* Eléments HTML en général
-------------------------------------------------------- */
/** {
margin:0;
padding:0;
}*/

body {
	margin: 0; /* pour ?viter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 11px;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-attachment:fixed;
	margin-bottom: 1px;
}

h1{
	color: #6E6E6E;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size:13px;
}

h2, h3{
	color:#555;
	font-size:10px;
}


h2{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

hr{
	border-top:1px solid #989c9e;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	width:100%;
}

a, a:visited {
	color: #6B6C72; 
	text-decoration: none;
	font-weight: bold;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	font-weight:lighter;
}

a:hover {
	color: #454e55;	text-decoration: none;
	font-weight: bold;
	font-weight:lighter;

}

a.lettreselected,a.lettreselected:visited {
	font-size: 12px;
	color: #6B6C72; 
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	font-weight:bold;
}

a.lettre,a.lettre:visited {
	color: #6B6C72; 
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

img {
	border: 0
}

/* Page
-------------------------------------------------------- */

#TempleOfDeejays {
	width: 950px;
	text-align:left;
	overflow:visible;
	position:relative;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding:0;
}

#subwrapper {
	overflow:hidden;
	position:relative;
	padding:0;
	width:950px;
	background-color:transparent;
	border:none;
}

#coming_soon {
	position:absolute;
	width:234px;
	height:130px;
	top:50%;
	left:50%;
	margin-top:-65px;
	margin-left:-117px;
	}

#content {
	padding:0;
	clear:both;
	margin:0;
	height:100%;
	background:repeat-y url(../images/fd_contenue.gif);
}

#contenu{
	float:left;
	background-color:#FFFFFF;
	width:568px;
	min-height:700px;
	
	margin-left:5px;
}

.presentation {
	padding:10px;
	}

.record_shop {
	padding:10px;
	}

.titrePage {
	color: #555;
	text-align: left;
	margin:0 0 0 10px;
	width:568px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sousTitrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 568px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:10px;
}

.textePage {
	color: #141414;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
}

.separation {
	height: 1px;
	width: 568px;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}


.clear {
	clear:both;
	height:0;
}

/* Entête
-------------------------------------------------------- */

#entete {
	background-color:transparent;
	width: 950px;
	margin:0 0 0 0;
	padding-top:0;
	padding-right: 0;
	padding-bottom:0;
	padding-left: 0;
	color:#FFFFFF;
}

.logo {
	float: left;
	width: 200px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.banniere {
	float:right;
	width:720px;
	text-align:right;
	margin-top:30px;
	}

#monCompte {
	float: left;
	width:186px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.formMonCompte {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
}

.blocMonCompte {
	float: left;
	padding:0;
	margin: 0;
	margin-top:10px;
}

.champFormMonCompte {
	font-size: 12px;
	padding:2px 1px 1px 3px;
	margin: 0;
	color: #333333;
	background-color: #e9f4fb;
	border:1px solid #CCCCCC;
	overflow: hidden;
	height:18px;
	width:150px;
}

.menuMonCompte {
	float: left;
	color: #6B6C72;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	padding: 0;
}

#monPanier {
	float: left;
	width: 250px;
	margin:5px 0 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.boutonMonCompteEntete {	
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



a.LIEN_entete:link {
	color: #333333; text-decoration: none;
	font-weight: bold;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	font-weight:lighter;
}

a.LIEN_entete:visited {
	color: #333333; text-decoration: none;
	font-weight: bold;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	font-weight:lighter;
}

a.LIEN_entete:hover {
	color: #333333;	text-decoration: none;
	font-weight: bold;
	font-weight:lighter;
}


/* Chemin
-------------------------------------------------------- */

#chemin {
	float: left;
	width:950px;
	color: #a9c9e9;
	font-size: 0.9em;
	font-weight: bold;
	background-color:transparent;
	margin: 0;
	padding: 10px;
	border:none;
}

a.LIEN_chemin:link {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:visited {
	color: #a9c9e9;
	text-decoration: none;
}

a.LIEN_chemin:hover {
	color: #a9c9e9;
	text-decoration: underline;
}

/* Produit petit & grand
-------------------------------------------------------- */
.listing_prod{
	position:relative; 
	width:545px;
	margin:5px 5px 5px 10px; 
	padding:5px 0 5px 0; 
	!padding:0; 
} 

.ListeProduitsPetits {
	width:560px;
	margin:auto;
	margin-left:2px;
}

.produitPetit {
	float:left;
	width:128px;
	margin:auto 10px 10px 0;
	padding:0;
	text-align:center;
	position:relative;	
}

.produitPetitImage {
	width:128px;
	height:128px;
	border:#CCCCCC 1px solid;
	margin:auto;
}

.produitRubrique {
	width:159px;
	height:159px;
	padding:0;
	border:#C9C9C9 1px solid;
	text-align:center;
}

.produitProduit {
	width:300px;
	height:300px;
	padding:0;
	border:#C9C9C9 1px solid;
	text-align:center;
}

.imageRubrique { 
	float:left;
	width:159px;
	margin:5px 0 5px 10px;
}
.head_produit{
	height:268px; 
	float:left; 
	position:relative;
}
.imageProduit { 
	float:left;
	width:250px;
	height:250px;
	margin:10px 0 5px 10px;
	padding:0px;
	border:#CCCCCC 1px solid;
}

.imageProduitInt { 
	margin:0px 0 5px 0px;
	padding:1px;
}

.detailProduit {
	float:left;
	width:250px;
	width:290px;
}
.detailRubrique {
	float:left;
	width:250px;
}

.produitDeclinaison {
	margin:10px 0 0 0;
}

.contourImage {

}
/* Pop-up panier
-------------------------------------------------------- */

 .ajout {
	position:absolute;
	left: 450px;
	top: 0;
	border:1px solid #737373;
	background: white;
	z-index:100;
	text-align:left;
}


.ajout h3 {
	color: #FFFFFF;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1.1em;
	background-color: #444444;
}

.ajout .tableau {
	float: left;
	width: 340px;
	font-size: 0.9em;
}

.ajout .headTableau {
	background-color: #DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
}

.ajout .ligneTableau {
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
}

.ajout .ligneTableauRose {
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
	color: #FF5A60;
	font-size: 1.1em;
	font-weight: bold;
}


.ajout .zoneDeSaisie {
	margin: 0;
	padding: 0;
	color: #333333;
	border: 1px solid #9fa0a3;
	text-align: center;
}

.titreProduit {
	color: #6E6E6E;
	text-align: left;
	font-weight: bold;
	margin-top:5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size:13px;
}

.chapoProduit {
	color: #333333;
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
}

.descriptionProduit {
	color:#333333;
	text-align:justify;
	margin-top:5px;
	font-size:9px;
}

.prixProduit {
	color:#444444;
	text-align: left;
	font-weight: bold;
	margin-top:5px;
	font-size:13px;
	position:absolute; 
	bottom:5px;
	!bottom:0px;
}

.listenProduit {
	color:#444444;
	text-align: left;
	font-weight: bold;
	margin-top:5px;
	font-size:13px;
	position:absolute;
	height:24px;
	right:165px;
	bottom:7px;
	!bottom:2px;
}

.listenHome {
	
	text-align: left;
	height:16px;
	position:absolute; 
	right:0;
	bottom:31px;
	!bottom:34px;

}

.prixProduit_rappel {
	color:#444444;
	text-align: left;
	font-weight: bold;
	font-size:13px;
	margin:10px 0 0 0;
	position:absolute;
	bottom:5px;
	!bottom:0px;
	right:0;
}

.ficheProduit {
	float:left;
	width: 285px;
	margin:5px 0 0 10px;
}
.panierProduit {
	margin:10px 0 0 0;
	position:absolute;
	bottom:5px;
	!bottom:0px;
	right:0;
}


a.LIEN_commander:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_commander:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float:left;
	width:543px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #333333;
}

a.LIEN_pages:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
#pagination{
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

/* Pied de page
-------------------------------------------------------- */

#footer{
	width:950px;
	background-color:#FFFFFF;
	float:left;
	margin-top:5px;
	padding-top:4px;
	padding-left:2px;
	clear:both;
}

a.LIEN_footer:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_footer:hover {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right:10px;
	border-bottom:#B2B2B2 1px solid;
	font-size:11px.
}

.ligneTableau {

	font-size: 1em;
}

.footerTableau {
	color: #333333;
	font-weight: bold;
	background-color: #bdbbcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	width: 500px;
	text-align: right;
	margin: 10px;
}

.zoneDeSaisie {
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
}
.zoneDeSaisie_2 {
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	width:295px;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}


/* Menu général
-------------------------------------------------------- */

#menuGeneral {
	float: left;
	width:175px;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}

#menu_left {
	float:left;
	background-color:#FFFFFF;
	width:186px;
	height:100%;
	position:relative;
	min-height:700px;
	padding:0;
	margin-right:0;
	margin-bottom:0;
	background-image:url(../images/bg_bloc.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	letter-spacing:-0.2px;
}


#menu_left  a:link, a:visited {
	color: #6B6C72; text-decoration: none;
	font-weight: bold;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	font-weight:lighter;
}
#menu_left  a:hover {
	color: #454e55;	text-decoration: none;
	font-weight: bold;
	font-weight:lighter;
}

#menu_right {
	float:right;
	background-color:#FFFFFF;
	width:186px;
	height:100%;
	min-height:700px;
	padding:0;
	margin-right:0;
	margin-bottom:0;
	background-image:url(../images/bg_bloc.jpg);
	background-repeat:repeat-y;
}


#televente {
	font-size:10px;
	text-align:center;
}
dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_top{
	height:23px;
	width:950px;
	float:left;
	margin:10px 0 5px 0;
}

.menu1{
	width:186px;
	height:23px;
	float:left;
	color:#454e55;
	background-color:#CCCCCC;
	vertical-align: bottom; 
	margin-right:5px;
	background-image: url(../images/btn_menu.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

#menu_1_last{
	width:186px;
	height:23px;
	float:left;
	color:#454e55;
	background-color:#CCCCCC;
	vertical-align:middle; 
	background-image: url(../images/btn_menu.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}
#menu {
	position: relative;
	padding: 0;
	margin: 0;
}

.search {
	padding-left:10px;
}


dl#menu {
	width: 175px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	font-size: 1.2em;
	color:#454e55;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #FFFFFF;
	background-color: #EC8000;
}

dl#menu dd {
}

dl#menu li {
}

dl#menu li a {
	font-size: 1em;
	color: #EC8000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin:0;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

dl#menu li a:hover, dl#menu li .selected {
	color: #FFFFFF;
	background-color: #EC8000;
}

#right_column{
	width:186px;
	background-color:#FFFFFF;
	float:right;
	margin-top:5px;
}
#right_content{
	padding:15px;
	float:left;
	text-align:left;
	width:155px;
}

.invisibleW3C {
	width: 0; 
	height: 0;
	padding: 0; 
	margin: 0;
}

/* Signature
-------------------------------------------------------- */

#signature {
	padding: 0;
	width: 980px;
	color: #808185;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

a.LIEN_signature:link {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:visited {
	color: #808185;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_signature:hover {
	color: #808185;
	text-decoration: underline;
	font-weight: bold;
}

/* Cart */

#cart
{
	width: 170px;
	border: 1px solid #eee;
	margin-left:7px;
	float:left;
}
#cart h3
{
	background-color: #999999;
	padding: 4px;
	color: #000;
	font-size: 12px;
	color: #fff;
}
#cart p
{
	padding:  10px 4px;
}
.cart
{
	background-color:#D6D6D6;
}
.activeCart
{
	background-color: #DAFF9F;
}
.hoverCart
{
	background-color:#FFFFCC;
}
#panier{
	background-color:#FFFFFF;
	width:165px;
	margin-top:10px;
	padding:0px;
}

#products
{
	margin-right: 250px;
	width: 600px;
}
.product
{
	width: 200px;
	height: 200px;
	float: left;
	margin-bottom: 20px;
}
.product img
{
	cursor: move;
}
.product h2
{
	font-size: 12px;
	padding: 6px 0;
}
.product p
{
	font-size: 11px;
	color: #333;
}
.product a
{
	color: #6CAF00;
}
.productCart
{
	font-size: 10px;
	margin: 10px;
}
.productCart a
{
	color: #f00;
	float: right;
}
.transferProduct
{
	border: 1px solid #6CAF00;
}

/* Tracklists */

li.tracklist {
	padding:3px; 
	margin:4px 4px 4px 0;
	background-color:#F2F2F3;  
	width:410px; 
	height:12px; 
	font-size:10px; 
	color:#878889;
}
li.playlist {
	padding:3px; 
	margin:4px 4px 4px 2px; 
	background-color:#F2F2F3;  
	width:120px;
	height:12px; 
	font-size:10px; 
	color:#878889;
}

li.fichetechnique {
	padding:3px; 
	margin:4px 4px 4px 0; 
	background-color:#F2F2F3;  
	width:100%; 
	height:12px; 
	font-size:10px; 
	color:#878889;
}

.playlisting {
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}

.cacher{
	display: none;
}