@charset "utf-8";
/* CSS Document */

/*CSS prévu pour un espace pub à droite, il suffit de décommenter le CSS (#image, #contenu et #espace_pub)*/


/* ----------------------------------- */
/* Corps de la page */

body
{
	font-family: Calibri, Arial, sans-serif;
	width: auto;
	background-color: #1d1d1d;
	margin: auto;
    margin-bottom: 20px;
}

/* ----------------------------------- */


/* Haut de page */

#haut
{
	height: 80px;
}

/* ----------------------------------- */


/*Image casque */

#image
{
	width:300px;
	height:300px;
	background-image:url(../Images/image_notes2.jpg);
	background-repeat:no-repeat;
	z-index:-1;
	position:fixed;
	right:0px;
/*	right:100px;*/
	bottom:0px;
}

/* ----------------------------------- */


/* Banniere Musiquenstock */

#banniere
{
	width: 800px;
	height: 184px;
	background-image: url(../Images/banniere.png);
	background-repeat: no-repeat;
	margin-bottom: -95px;
	position: relative;
	float: left;
}

/* ----------------------------------- */


/* Bande banniere */

#bande
{
	width: auto;
	height: 85px;
	background-image: url(../Images/bande.png);	
	background-repeat: repeat-x;
}

/* ----------------------------------- */


/* Panier achat */

#panier
{
	font-size: 16px;	
	width:140px;
	height: 60px; 
	color:#FFFFFF;
	text-align:center;
	padding-top: 25px;
	margin-left: 20px;
	margin-bottom: -100px;
}

.lien_panier
{
	text-decoration:none;
	color:#7aa8f6;
	font-size:16px;
}

.lien_panier:hover
{
	color: #0b67ff;
	font-size:17px;
}

.lien_valider_panier
{
	text-decoration:none;
	font-size: 16px;	
	font-weight:bold;
	color:#002e73;
	background-color:#86b2fb;
	border-style:solid;
	border-width:1px;
	border-color:#0066FF;
	padding:5px;
}

.lien_valider_panier:hover
{
	color:#0066FF;
}

.lien_valider_panier2
{
	text-decoration:none;
	font-size: 12px;	
	font-weight:bold;
	color:#002e73;
	background-color:#86b2fb;
	border-style:solid;
	border-width:1px;
	border-color:#0066FF;
	padding:5px;
}

.lien_valider_panier2:hover
{
	color:#0066FF;
}

/* ----------------------------------- */


/* Banniere publicité */

#pub
{
	width: auto;
	min-width: 858px;
	height: 60px;
	background-image: url(../Images/pub.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top:5px;
	margin-right: 60px;
	margin-bottom: 15px;
}

/* ----------------------------------- */


/* Authentification */

#auth
{
	font-size: 12px;
	height: 90px;
	width: 200px;
	color: #FFFFFF;
	margin-left: 260px;
	margin-top: -20px;
	position: relative;
	margin-bottom: -70px;
}

.zone_texte_auth
{
	font-size: 12px;	
	width: 90%;
	height: 90%;
}

.bouton_auth
{
	font-size: 12px;	
	width: 90%;
	height: 20px;
	font-weight:bold;
	color:#002e73;
	background-color:#86b2fb;
	border-style:solid;
	border-width:1px;
	border-color:#0066FF;
}

.bouton_auth:hover
{
	color:#0066FF;
}

.lien_auth
{
	text-decoration:none;
	font-size: 12px;
	color:#7aa8f6;
	background:none;
	border:none;
	font-family: Calibri, Arial, sans-serif;
}

.lien_auth:hover
{
	color: #0b67ff;
}

.text_auth
{
	font-size: 14px;
	letter-spacing: 1px;
}

/* ----------------------------------- */


/* Recherche */

#recherche
{
	font-size: 18px;
	letter-spacing: 1px;
	width: auto;
	height: 34px;
	color: #FFFFFF;
	background-image: url(../Images/barre_recherche.png);
	background-position: right;
	background-repeat:no-repeat;
	min-width: 840px;
	margin-right: 95px;
	padding-right: 30px;
	padding-top: 2px;
	text-align: right;
}

.bouton_rech
{
	color:#002e73;
	font-size: 12px;
	font-weight:bold;
	background-color:#86b2fb;
	border-style:solid;
	border-width:1px;
	border-color:#0066FF;
}

.bouton_rech:hover
{
	color:#0b67ff;
}

/* ----------------------------------- */


/* Lecture */

#lecteur
{
	width: auto;
	height: 20px;
	color: #FFFFFF;
	min-width: 672px;
	margin-right: 800px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
}

/* ----------------------------------- */


/* Menu */

#barre_menu
{
	width: 140px;
	height: auto;
	margin-left: 20px;
	text-align: center;
	position:absolute;
	left:0px;
	margin-top:-7px;
}

.bouton_menu
{
	width:140px;
	height:37px;
	font-size:18px;
	background-image:url(../Images/bouton.png);
	background-position:left;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#1d1d1d;
}

.bouton_menu:hover
{
	border-color:#CCCCCC;
}

.bouton_menu_gr
{
	width:140px;
	height:50px;
	font-size:18px;
	background-image:url(../Images/bouton_gr.png);
	background-position:left;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#1d1d1d;
}

.bouton_menu_gr:hover
{
	border-color:#CCCCCC;
}

.lien_menu
{
	color:#FFFFFF;
	text-decoration:none;
}

.lien_menu:hover
{
	color:#CCCCCC;
}

.bouton_menu_actif
{
	width:140px;
	height:37px;
	font-size:18px;
	background-image:url(../Images/bouton.png);
	background-position:left;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.bouton_menu_gr_actif
{
	width:140px;
	height:37px;
	font-size:18px;
	background-image:url(../Images/bouton_gr.png);
	background-position:left;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

/* ----------------------------------- */


/* Fond contenu page */

#fond
{
	width: auto;
	height: auto;
	padding-top: 20px;
	margin-top: 150px;
}

#contenu
{
	color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	width: 76%;
	height: auto;
	min-width:710px;
	margin-left: 180px;
	margin-right: 20px;
/*	margin-right: 120px;*/
	padding:10px;
	padding-top:20px;
	padding-right:30px;
	float:left;
}

/* ----------------------------------- */


/* Espace de publicité droit */

/*
#espace_pub
{
	width:100px;
	height:600px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	position:absolute;
	right:0px;
}
*/
/* ----------------------------------- */


/* Pied de page (copyright) */

#pied
{
	font-size:12px;
	width:auto;
	height:30px;
	min-width:480px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url(../Images/fond_copyright.png);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

#pied:hover
{
	background-image:url(../Images/fond_copyright1.png);
}

.lien_pied
{
	text-decoration:none;
	color:#FFFFFF;
}

.lien_pied:hover
{
	color:#0b67ff;
}

/* ----------------------------------- */


/* Page : inscription client */

.titre_page
{
	font-size:20px;
	color:#0066CC;
	letter-spacing:1px;
}

.administration
{
	font-size:24px;
	color:#FF0000;
	font-style:italic;
	letter-spacing:2px;
	text-decoration:underline;
}

.lien_recherche
{
	color:#0099FF;
	text-decoration:none;
	letter-spacing:1px;
	font-size:16px;	
}

.lien_recherche:hover
{
	color:#0066FF;
}


/* ----------------------------------- */


/* Page : liste/affiche */

#table_affiche
{
	width:33%;
	height:100%;
	float:left;
}

.lien_affiche
{
	font-size:20px;
	text-decoration:none;
	color:#7aa8f6;
}

.lien_affiche:hover
{
	color: #0b67ff;
}

.titre_affiche
{
	font-size:20px;
	color:#CCCCCC;
	letter-spacing:1px;
}

.image_affiche
{
	border-style:solid;
	border-width:1px;
	border-color:#1d1d1d;
}

.image_affiche:hover
{
	border-color:#CCCCCC;
}

.libelle_affiche
{
	font-size:16px;
	text-decoration:none;
	color:#0099FF;
}

.libelle_affiche:hover
{
	color:#0066FF;
}

.interprete_affiche
{
	font-size:12px;
	text-decoration:none;
	color:#7aa8f6;
}

.interprete_affiche:hover
{
	color: #0b67ff;
}

.image_hp
{
	font-size:14px;
	text-decoration:none;
	border-style:none;
	color:#FF0000;
}

.image_hp:hover
{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

.detail_affiche
{
	font-size:14px;
	text-decoration:none;
	color:#999999;
}

.detail_affiche:hover
{
	color: #FFFFFF;
}

.prix_affiche
{
	font-size:14px;
}

.affiche_interprete
{
	color:#7aa8f6;
	letter-spacing:1px;
	font-size:18px;
	text-decoration:none;
}

.affiche_interprete:hover
{
	color: #0b67ff;
}

.ligne_rech_inter
{
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:1px;
	line-height:14px;
}

.ligne_rech_inter2
{
	color:#0066CC;
	font-size:12px;
}

.alphabet
{
	color:#999999;
	text-decoration:none;
	font-size:20px;
}

.alphabet:hover
{
	font-size:30px;
	color:#FFFFFF;
}

.alphabet2
{
	font-size:16px;
	color:#999999;
	text-decoration:none;
}

.alphabet2:hover
{
	color:#FFFFFF;
	font-size:18px;
}

.cellule_alphabet:hover
{
	vertical-align:top;
}

.tableau_interprete
{
	float:left;
}

.lien_image
{
	text-decoration:none;
}

.lien_fiche
{
	text-decoration:none;
	color:#999999;
}

.lien_fiche:hover
{
	color:#FFFFFF;
}

.resultat_fiche
{
	font-size:16px;
}

.page
{
	color:#CCCCCC;
	font-size:14px;
}


/* ----------------------------------- */


/* Page : liste/fiche */

#info_fiche
{
	letter-spacing:1px;
}

.titre_autre
{
	font-size:18px;
	color:#0066CC;
	letter-spacing:1px;
}

.titre_colonne
{
	font-size:16px;
	color:#FFFFFF;
	letter-spacing:1px;
}

.form_fiche
{
	margin-bottom:-5px;
	margin-top:5px;
}

.table_fiche_autre
{
	margin-top:40px;
}

/* ----------------------------------- */


/* Page : compte */

.lien_compte
{
	text-decoration:none;
	color:#999999;
	font-size:22px;
}

.lien_compte:hover
{
	color:#FFFFFF;
}

/* ----------------------------------- */


/* Page : panier/commande */

#tableau_panier
{
	height:auto;
	width:100%;
	margin-left:10px;
	margin-bottom:10px;
}

.titre_en_cours
{
	height:auto;
	width:auto;
	padding:10px;
	text-align:center;
	font-size:22px;
	letter-spacing:1px;
	color:#FF0000;
}

.titre_a_venir
{
	height:auto;
	width:auto;
	padding:10px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#FFFFFF;
}

.titre_passe
{
	height:auto;
	width:auto;
	padding:10px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:#666666;
}

.precision
{
	font-size:12px;
	color:#0033CC;
	text-decoration:none;	
}

.ligne_panier
{
	color:#FFFFFF;
	line-height:22px;
}

.ligne_panier2
{
	color:#999999;
	padding-left:9px;
	line-height:22px;
}

.lien_panier_moins
{
	border-style:none;
}

.colonne_panier
{
	font-size:20px;
	color:#0066CC;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.total_panier
{
	font-size:18px;
	color:#FD0000;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:2px;
}

.nb_article_panier
{
	color:#999999;
	font-size:16px;
}

.modifier_port
{
	font-size:12px;	
	text-decoration:none;
	color:#7aa8f6;
}

.modifier_port:hover
{
	color: #0b67ff;
}

.adresse_livr
{
	color:#FFFFFF;
	letter-spacing:1px;
}

/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
