/**************************************************************************************************
 * La feuille de style de votre marque blanche est composée de deux fichiers :
 *    1. La CSS de base, pour les éléments principaux (http://client.tulipcms.com/tulipcmsbase_vXX.css)
 *          Elle définit les principaux éléments de structure.
 *          Vous pouvez modifier ci-besoin les styles de base en redifinissant les éléments que vous souhaitez et en les copiant ci-desssous.
 *
 *    2.Votre Css, pour définir votre thème graphique (ci dessous)
 *			Vous pouvez modifier les éléments ci-dessous, ils vous sont spécifiques.
 * 
 ***************************************************************************************************/
 
 
/* ################################ Conteneurs et élements uniques */
/* Conteneur de page */
#page_container {
	text-align:center;
	width:100%;
	padding-top:15px;
	background-image: url(http://croque-la-pomme.eu/loveme-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* Conteneurs blocs principaux */
#header_container, #main_container, #footer_container {
	width:970px;
	text-align:left;
	
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#footer_links 
{
	background:#ebeff9;
	font-size:11px;
	text-align:center;
	border-top:1px solid #6b90da;
	padding:5px;
}

#footer_links a
{
	font-size:11px;
}

/* Moteur de recherche */
#searchform {
	padding:0px;
	margin:0 0 10 0px;
}

#searchformtextbox {}

#searchformbutton {}


/* Elements de navigation */

#filterpanel
{
	width:70%;
	float:left;
}

#sortpanel
{
	float:right;
}


/* ################################  (Re)définition des styles  */ 

BODY, TD {
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#000;
}

/* Lien de base */
A {
	font-size: 12px;
	color:#0000cc;
	padding-left: 0px;
}

/* Titre de page */
H1 {
	color:#339966;
	font-size:18px;
	padding-left:12px;
}

/* Titre de bloc */
H2, .PANELTITLE, .NEWS-TITLE-TXT{
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 14px;
}

/* Decoration Titre de bloc principal */
H2{
	background-color:#339966;
	border:1px solid #6b90da;
	padding:2 0 2 8px;
}

/* Séparateur */
HR, .HR1 {
	border-top: 1px solid #6b90da;
}

/* bouton d'action */
INPUT.BUT1 {

}

/* vignette produit des listes */
.PRODUCTLIST-ITEM {
	border:1px solid #FF9900;
}

/* lien categorie des vignette produit */
.PRODUCTLIST-ITEM-CAT {
	font-size:10px;
}

.TD-LIGHT-GRAY, .TD-LIGHT-GRAY-2{

background-color: #DDEEFF;

}



