/*-------------------------BALISES-----------------------------------------*/

* {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P {
	margin-right:10px;
}

BODY {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

TABLE {
	border: none;
}

LI {
	font-weight: normal;
	text-indent: 0px;
	text-align:justify;
	left: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
}

A:link {
	font-size: 13px;
	color:#5C88A1 ;  
	text-decoration:none ;
}

A:visited {
	color:#5C88A1 ;
	text-decoration:none ; 
}

A:hover { 
	color:#666666;
	text-decoration:underline ; 
}

A.menu_haut:link {
	font-size: 15px;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none ;
}

A.menu_haut:visited {
	color:#5C88A1 ;
	text-decoration:none ; 
}

A.menu_haut:hover { 
	color:#666666;
	text-decoration:underline ; 
}


TD.table_produits {
	
}

/*---------------------STYLES TEXTES DIVERS----------------------------------*/


.text_small {
	font-size: 10px;
}

.text_medium_bold {
	font-size: 14px;
	font-weight: bold;
}

.text_big_bold {
	font-size: 16px;
	font-weight: bold;
}

#color_instruments {
	color:#008dd1
}

#color_hands {
	color:#e92b82;
}

#color_surfaces {
	color:#008e56;
}

#color_specials {
	color:#f3b02b
}

#color_pandy {
	color:#e92b82;
}

/*----------------------LIGHTBOX pour affichage détails produits----------------*/

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	/*width: 50%;*/
	/*height: 50%;*/
	padding: 10px;
	border: 10px solid grey;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
