/**************************************************************************************************
 * 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_v17.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%;
}

/* Conteneurs blocs principaux */
#header_container, #main_container, #footer_container {
	width:980px;
	text-align:left;
	margin: 5px auto;
}

#header_container ul {
	margin-top: -5px;
}

	#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-top:7px;
}

#searchformtextbox {}

#searchformbutton {}

#ariane a
{
font-size:12px;
color:#FF0099;
}

/* 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:#333366;
}

/* Lien de base */
A {
	font-size: 12px;
	color:#0000cc;
}

A:HOVER {
	text-decoration:none;
}

/* Titre de page */
H1 {	
	color:#333366;
	font-size:22px;
}

/* Titre de bloc */
H2, .PANELTITLE{
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;	
	font-size: 12px;	
}

H2, .NEWS-TITLE-TXT{
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;	
	font-size: 14px;	
}

/* Decoration Titre de bloc principal */
H2{
	background-color:#ebeff9;
	border:1px solid #6b90da;
	padding:2 0 2 8px;
}

/* Séparateur */
HR, .HR1 {
	border-top: 1px solid #6b90da;
}

/* bouton d'action */
INPUT.BUT1 {
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: #FF0099;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    border-top-width: 1px;
    border-top-style: solid;  
    border-right-width: 1px;
    border-right-style: solid;   
    border-left-width: 1px;
    border-left-style: solid;  
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
    border-top-color: #91DA4A;
    border-bottom-color: #4D811B;
    border-left-color: #91DA4A;
    border-right-color: #4D811B;
}

/* vignette produit des listes */
.PRODUCTLIST-ITEM {
	border:InactiveBorder solid 1px;
}

/* lien categorie des vignette produit */
A.PRODUCTLIST-ITEM-CAT {
	font-size:80%;
	color:#003399;
	font-style:normal;
	text-decoration:none;
}

A.PRODUCTLIST-ITEM-CAT:HOVER {
	text-decoration:underline;
}

/* lien categorie des vignette produit */
A.PRODUCTLIST-ITEM-CAT {
	font-size:80%;
	color:#003399;
	font-style:normal;
	text-decoration:none;
}

A.PROMO
{
font-size:12px;
color:#FF0099;
text-decoration:underline;
}

A.PROMO:HOVER
{
font-size:12px;
color:#FF0099;
text-decoration:none;
}
