/*
=============================================================
 >>>>>>>>>>>> SALON ART SHOPPING - CSS v2.0 <<<<<<<<<<<<<<<<<
=============================================================
*/
@import url(../css/textes.css); /* textes , articles et contenus */
@import url(../css/fiches.css); /* pages fiches galeries et artistes */
@import url(../css/shadowframes.css); /* pour les cadres photos avec ombres */
@import url(../css/template_vert.css); /* template général du site */
/*
rouge : bc0518
vert : 98b327
prune : 631544
*/

html{height : 100%; }

body {
	margin: 0; padding: 0;
	background:#ccc url(../images/bg_trame_all.gif);
	/*height : 100%;*/
	height : auto;  
}

form{
margin: 0; padding: 0;
}

html, body, table, p {
	/*font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #353535;
}

table {	
	border: 1px none #ccc;
}

p {
	margin: 0 0 8px 0;
}

h1, h2, h3, h4 {
	margin: 0 0 8px 0;
	line-height:1.3em;
}

hr {
	margin: 5px 0 5px 0; 
	border:1px dotted #fff; 
	border-bottom:1px dotted #999;  
	color:#fff;
} 

a { 
	color: #353535;  
	text-decoration: underline;	
}

a:active { text-decoration: none; }
a:hover {	
	color:#bc0518;
	}
a img {border:0;}

.hidden {display:none;}

/*bulles*/
#zoneBulle{
	position:relative;
}
#bulle{
	position:absolute;
	height:auto;
	font-weight:bold;
}

#fleche{
	background-repeat:no-repeat;
	height:7px;
	width:14px;
	position:absolute;
	overflow:hidden;
}

#bulle .fleche{
	height:7px;
}

/*SEPARATEUR*/
.sepPoint{
	background-image:url(../images/separateur.gif);
	background-repeat:repeat-x;
	height:11px;
	display:block;
}

/*PAGINATION*/

#first,#prev,#next,#end{
	background-color:#666;
	overflow:hidden;
}

#pageIco a, #pageIco img{
	float:left;
}

/* PAGINATION */
#pagination {
	font-size:9px;
	background:url(../images/bg_trame1.gif);
	border:1px solid #ccc; padding:3px;
}

#pagination #first img, #pagination #prev img, #pagination #next img, #pagination #end img{	
	/*background-color:#666;*/
	border:0;
}

/*AJAX LOADER*/
#ajaxLoader{
	float:right;
	margin:3px 3px 0 0;
}
