html, body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; /* Necessaire pour que son fils puisse lui aussi se 100% */

	color: #000;
	background-color: #edebed;

	font-family: 'Arial';
	font-size: 13px;
}
#page{
	margin: 0 auto;
	padding: 0;
	border: 0;

	width: 980px;
	min-height: 100%;
	overflow: hidden;
	_overflow: visible;
	
	background: url("img/GrosseEtoile.png") right 330px no-repeat #fff;
}



/* @@@@@@@@@@@@@@@@@@@ */
/* ATTRIBUTS GENERAUX  */
/* @@@@@@@@@@@@@@@@@@@ */

a, a.spip_url, a.spip_out{
	color: #C33F21;
}
img{
	border: 1px solid #000;
}
ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
h2{
	font-size: 13px;	
}

/* Formulaires */
fieldset{
	border: 0;
	padding: 0;
}
label{
	font-weight: bold;	
}

/* Thickbox */
img#TB_Image{
	border: 1px solid #000;	
}
#TB_caption{
	padding: 0;
	margin-left: 8px;
}
#TB_secondLine {
  padding: 0;
  padding-left: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
}
#TB_closeWindow{
  	padding-top: 5px;
	right: 0px;
	_right: 8px;
}
/* Table panier */
.panier table{
	text-align: left;
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 2px;
}
.panier th{
	border: 1px solid #000;
	padding: 3px 5px;
}
.panier td{
	border: 0;
	padding: 3px 5px;	
}
.panier input{
	text-align: right;	
}

/* @@@@@@@@@@@@@@@@@ */
/* CLASSES COMMUNES  */
/* @@@@@@@@@@@@@@@@@ */

.hr_dotted{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
}
.hr_dotted2{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
	width: auto;	
}
.rouge{
	color: #C33F21;
}
.artiste{
	color: #C33F21;
	text-transform: uppercase;
}
.date{
	font-size: 11px;	
}
.caractencadre-spip {
	color:#C33F21;
	font-weight:bold;
}
.discret{
	display: none;	
}
.actif{
	color: #000;	
}
/* Panier */
.add_cart > a{
	display: block;
}
.add_cart{
	background-color: #b2c228;	
	color: #000;
	text-align: center;
}
.checkout > a{
	display: block;
}
.checkout{
	background-color: #C33F21;	
	color: #fff;
}
/* Correctif pour IE6 a la con qui merde meme sur le PNG8... */
.format_png {
	behavior: url(win_png.htc);
}



/* @@@@@@@@@@@@@@@@@ */
/*      ENTETE       */
/* @@@@@@@@@@@@@@@@@ */

#tete{
	margin: 0;
	padding: 15px;
	border: 0;

	background-color: #fcecf6;
}
#tete h1{
	font-size: 1.7em;
	padding: 0;
	margin: 0;
}
#tete h2{
	display: inline;
	
	font-size: 9pt;
	font-weight: normal;
}
#tete .mi_menu h2{
	font-weight: bold;	
}
#tete ul, #tete li{
	list-style: none;
	display: inline;

	padding: 0;
	margin: 0;
	color: #C33F21;
}
#tete a{
	text-decoration: none;
}
#tete a:hover, #tete h1 a{
	color: #000;
}

#sous_menu{
	float: left;
	width: 750px;
	text-align: left;
}
#sous_menu a{
	font-weight: bold;
	letter-spacing: 0.5em;
}
#recherche{
	float: right;
	text-align: right;
}



/* @@@@@@@@@@@@@@@@@ */
/*     CONTENU       */
/* @@@@@@@@@@@@@@@@@ */


#contenu{
	margin: 0;
	padding: 15px 15px 0 15px;
	border: 0;
}
#contenu .hr_dotted .dotted_droit img.spip_logos{
	margin: 0;
	padding: 0;
	border: 1px solid #000;	
}
#contenu .hr_dotted a.dotted_droit{
	display: block;
	float:left;
	padding: 0;
	margin: 0;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #000;	
}
#contenu .hr_dotted a.last{
	border: 0;
}
#contenu h1{
	text-transform: uppercase;
	font-size: 15px;	
}
.colonnes ul{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px dotted #000;
	margin-right: 20px;
	width: 216px; /* 980 - 15 - 15 = 950 /4 = 237,5 -20-1 */
	height: 100%;
}
.colonnes ul.dern{
	border-right: 0;
}
#contenu ul a{
	text-decoration: none;	
}
#contenu ul a:hover{
	color: #bcca46;
	border-bottom: 1px solid #E30F00;
}
#contenu .intro ul{
	font-size: 17px;
	line-height: 30px;
}
#contenu .intro ul li{
	background: url("img/Etoile.png") left 50% no-repeat;
	text-indent: 25px;
}

#contenu .hr_dotted{
	overflow: hidden;
	zoom: 1;
	width: 950px;
}
#contenu .gauche{
	float: left;
	width: 600px;
	
	border-right: 1px dotted #000;
	padding-right: 15px;
}
.contenu img{
	border: 0;	
}
.thickbox img, #contenu .droite .thickbox img{
	border: 1px solid #000;
	margin-right: 15px;	
}
#contenu .droite{
	float: left;
	padding-left: 15px;
	width: 319px;	/* 950 - 600-15 -15 -1(border) */
}
#contenu .droite img, #contenu .last img{
	border: 0;	
}

.new_title{
	float: left;
	border-right: 1px dotted #000;
	margin: 0 15px 25px 0;
}
.new_title h3{
	margin: 0;
	padding: 0;	
	font-size: 12px;
}
#contenu .new_title a img{
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}
.new_descr{
	float: left;
	padding-right: 15px;
}


#contenu ul.menu_book, #contenu ul.menu_book li{
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 12px;	
}
#contenu ul.menu_book{
	margin-bottom: 20px;	
}
#contenu .pitch{
	font-family: 'Times New Roman';	
}

.catalogue{
	min-height: 180px;
	_height: 100%;
	overflow: hidden;
}
.catalogue img{
	float: left;
}
.catalogue h3{
	color:	#C33F21;
	display: inline;
}

#contenu .listeartists{
	min-height: 250px;
}

/* @@@@@@@@@@@@@@@@@ */
/*       PIED        */
/* @@@@@@@@@@@@@@@@@ */


#pied{
	float: left;
	width: 950px; /* 980 - 15 - 15 de marges droite et gauche */
	padding: 0 15px;
	background: url("img/Etoile.png") 15px 2px no-repeat;
	font-size: 9px;
}
#copyright{
	margin: 0;
	padding-left: 25px;
}
#pied .hr_dotted{
	border-top: 1px dotted #000;	
}
#pied img{
	border: 0;	
}


