body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
	background-image:url(img/dfond.jpg);
	background-repeat:repeat;
	font-size: 0.8em;
}

h1, h2, h3{
	font-family: "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

a {
	color: #EC8000;
	text-decoration: none;
}

a:visited {
	color: #EC8000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #EC8000;
}

img {
	border: 0
}

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

#wrapper {
	width: 990px;
	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: 990px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#content {
	padding: 0;
	clear: both;
	margin: 0;
}

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

.titrePage {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	width: 630px;
	padding-top: 10px;
	padding-bottom: 5px;
}

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

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

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




/* Ent�te
-------------------------------------------------------- */

#entete {
	float: left;
	background-color: #12335b;
	background-image:url(img/bandeau.jpg);
	background-repeat:no-repeat;
	width: 990px;
	height: 107px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFFFF;
}

.logo {
	float: left;
	width: 260px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#monCompte {
	float: right;
	text-align:right;
	color: #f5cfab;
	width: 200px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 34px;
}

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

.boutonMonCompteEntete {	
	height: 16px;
	float: right;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.blocMonCompte {
	float: top;
	text-align:right;
	padding:0;
	margin: 0;
}

.champFormMonCompte {
	font-size: 0.9em;
	width: 60px;
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #987245;
	border: 1px solid #4f2b07;
	overflow: hidden;
	zoom: 1;
}

.menuMonCompte {
	float: right;
	text-align:right;
	color: #4f2b07;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	padding: 0;
}

#monPanier {
	float: right;
	margin: 0;
	color: #f5cfab;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#drapeaux {
	float: right;
	margin: 0;
	color: #f5cfab;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}


a.LIEN_entete:link {
	font-size: 0.8em;
	color: #f5cfab;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:visited {
	font-size: 0.8em;
	color: #f5cfab;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_entete:hover {
	font-size: 0.8em;
	color: #f5cfab;
	text-decoration: underline;
	font-weight: bold;
}


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

#chemin {
	float: left;
	background-image:url(img/bandeauNav.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width: 990px;
	height: 27px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #fff;
	margin: 0;
	padding-top: 7px;
	padding-left: 7px;
	margin: 0px;
	border: 0px;
}

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

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

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

/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {
	float: left;
	width: 720px;
	margin: 0;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 40px;
}
.sousRUB{
    border: 2px solid #CCCCCC;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.sousRUBtitre{
	margin: 10px;
}
.produitPetit {
	float: left;
	width: 170px;
	height: 280px;
	margin-top: 50px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding: 0;
}

.contourImage {
	border: 0px solid #0066CC;
	margin-bottom: 5px;
	float: left;
}

.titreProduit {
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

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

.descriptionProduit {
	color: #12335B;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.prixProduit {
	color: #EC8000;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 20px;
}

.ficheProduit {
	float:left;
	width: 470px;
	margin-left: 10px;
}


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: 675px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #12335B;
}

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

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

a.LIEN_pages:hover {
	color: #12335B;
	text-decoration: underline;
	font-weight: bold;
}


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

#footer{
	float: left;
	width: 960px;
	color: #0066CC;
	font-size: 0.9em;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066CC;
	margin: 10px;
	padding-top: 10px;
}

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 {
	color: #12335B;
	font-weight: bold;
	background-color: #dedce6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 0.9em;
}

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

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

.zoneDeSaisie {
	color: #12335B;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

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


/* Menu g�n�ral
-------------------------------------------------------- */

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

}

#menuProduits {
	position: relative;
	top: 0px;
	left: 0px;
	width:205px;
	padding: 0px;
	margin: 0px;
}

#menuProduitHaut {
	float: top;
	width:205px;
	height:44px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_prod_titre.jpg);
	background-repeat:no-repeat;
} 

#menuProduitHaut_FR {
	float: top;
	width:205px;
	height:44px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_prod_titre_FR.jpg);
	background-repeat:no-repeat;
} 
#menuProduitCentre {
	float: top;
	width:205px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_prod_fond.jpg);
} 
#menuProduitBas {
	float: top;
	width:205px;
	height:31px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_prod_pied.jpg);
	background-repeat:no-repeat;
} 
#menuProduitCentre_liste{
	position: relative;
	top: 0px;
	left: 16px;
	width:177px;
	padding: 0;
	margin: 0px;
} 

#menuListen {
	float: top;
	top: 0px;
	left: 0px;
	width:205px;
	height: 89px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_listen.jpg);
	background-repeat:no-repeat;
}

#menuListen_FR {
	float: top;
	top: 0px;
	left: 0px;
	width:205px;
	height: 89px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_listen_FR.jpg);
	background-repeat:no-repeat;
}

#menuContenu {
	float: top;
	top: 0px;
	left: 0px;
	width:205px;
	padding: 0px;
	margin: 0px;
}

#menuContenuHaut {
	float: top;
	width:205px;
	height:30px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_cont_titre.jpg);
	background-repeat:no-repeat;
} 

#menuContenuHaut_FR {
	float: top;
	width:205px;
	height:30px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_cont_titre_FR.jpg);
	background-repeat:no-repeat;
} 
#menuContenuCentre {
	float: top;
	width:205px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_prod_fond.jpg);
} 
#menuContenuBas {
	float: top;
	width:205px;
	height:45px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/menu_cont_pied.jpg);
	background-repeat:no-repeat;
} 
#menuContenuCentre_liste{
	position: relative;
	top: 0px;
	left: 16px;
	width:177px;
	padding: 0;
	margin: 0px;
} 

dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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

#menu {
	position: relative;
	padding: 0;
	margin: 0;
}

dl#menu {
	width: 177px;
}


dl#menu dt {
	cursor: pointer;
}

dl#menu dt a {
	border-color:#a3a07d;
	border-style:solid;
	border-width:1px;
	border-top: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
	zoom: 1;
	color: #f1edd2;
}

dl#menu dt a:hover, dl#menu dt .selected {
	color: #802b02;
	background-color: #f1edd2;/*
	background-image:url(img/fond_fleche_menu.gif);
	background-repeat:no-repeat;*/
}

dl#menu dd {
}

dl#menu li {
}

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

dl#menu li a:hover, dl#menu li .selected {
	color: #802b02; /* #802b02; */
	background-color: #EC8000;
}

.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;
}

.W3C {
	width: 88px;
	margin: 0;
	padding: 0;
	float: right;
}

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;
}


/* HOME PAGE ACCUEIL
 * ------------------------------------------------------*/
.hp_videos{
	background-image:url(img/fond_videos.gif);
	background-repeat:no-repeat;
	width: 733px;
	height: 194px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
} 
.hp_accueil{
	background-image:url(img/post_it_accueil.jpg);
	background-repeat:no-repeat;
	float:left;
	width: 353px;
	height: 252px;
	margin-top: 14px;
	margin-left: 0px;
}
.hp_accueil_Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
}
.hp_accueil_Style2 {font-size: 14px}
.hp_accueil_Style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}
.hp_accueil_Style5 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0em;
}
.hp_accueil_Style6 {
	font-size: 22px;
	font-weight: bolder;
	line-height: 22px;
	font-style: italic;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hp_promo{
	position:relative;
	background-image:url(img/cartouche_produit_promo.jpg);
	background-repeat:no-repeat;
	float:left;
	width: 355px;
	height: 254px;
	margin-top: 14px;
	margin-left: 10px;
}

 
.hp_titreProduit {
	position:absolute;
	top:5px;
	left:17px;
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hp_prixProduit {
	position:absolute;
	top:25px;
	left:180px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size:large;
	margin-top: 5px;
}
.hp_imagePromo{
	position:absolute;
	top:100px;
	left:10px;
}
.hp_chapoProduit{
	position:absolute;
	top:40px;
	left:15px;
	width:160px;
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hp_lienProduit{
	position:absolute;
	top:70px;
	left:220px;
	color: #12335B;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.son_Style1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 3px;
}
.son_Style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9933;
	font-weight: bold;
	letter-spacing: 5px;
}
.son_Style5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3300;
	font-weight: bold;
	letter-spacing: 20px;
}
.son_Style6{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	left: 30px;
}
.son_Style8{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #80A857;
	font-weight: bold;
	letter-spacing: 25px;
}
.son_Style10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9BC969;
	font-weight: bold;
	letter-spacing: 12px;
}
.Style19{
	color: #EC8000;
	font-weight: bold;
}
.btstie1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
.btstie2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.btstie3 {color: #FF6600}
.btstie4 {
	color: #333333;
	font-weight: bold;
}
.btstie5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}
.btstie67 {	font-size: 18px;
	color: #FFFFFF;
}
.btstie75 {color: #000000}


/* ANIMS 3D et VIDEOS
 * ------------------------------------------------------*/

#div_3D{
     filter:alpha(opacity=50);  
  	 -moz-opacity:0.5;
     opacity: 0.5;
     z-index: 4;
     position: absolute;
     width: 100%; 
     height: 100%;
     top: 0px;
     left: 0px;
     background-color: #000000;
     text-align: center;
     display: none;
}
#div_video1{
     filter:alpha(opacity=50);  
  	 -moz-opacity:0.5;
     opacity: 0.5;
     z-index: 4;
     position: absolute;
     width: 100%; 
     height: 100%;
     top: 0px;
     left: 0px;
     background-color: #000000;
     text-align: center;
     display: none;
} 
#div_video2{
     filter:alpha(opacity=50);  
  	 -moz-opacity:0.5;
     opacity: 0.5;
     z-index: 4;
     position: absolute;
     width: 100%; 
     height: 100%;
     top: 0px;
     left: 0px;
     background-color: #000000;
     text-align: center;
     display: none;
} 
#div_video3 {
     filter:alpha(opacity=50);  
  	 -moz-opacity:0.5;
     opacity: 0.5;
     z-index: 4;
     position: absolute;
     width: 100%; 
     height: 100%;
     top: 0px;
     left: 0px;
     background-color: #000000;
     text-align: center;
     display: none;
} 
.footerTableau2 {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0px;
}
.hp_accueil_promo_info {
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AFA34B;
	letter-spacing: 4px;
	font-variant: small-caps;
}
.hp_accueil_promo {

	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}
.Try_guitar {
	color: #FF6600;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.hp_accueil_promoPetit {


	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
.hp_accueil_Style6Petit {

	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	font-style: italic;
	color: #D27E00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hp_accueil_Style1Noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: lighter;
	font-style: italic;
}
.hp_accueil_promoorange {


	color: #C42512;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}
.hp_accueil_Style6Petit_bleu {


	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	color: #C42512;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.hp_accueil_promoor_pet {



	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}
.hp_accueil_promoOrange {


	color: #C42512;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}
.Style34 {
	color: #A52201;
	font-family: Arial, Helvetica, sans-serif;
}

