﻿/***** LEFT mENU *****/

div#menug .lev2close a:hover, div#menug .lev3close a
{
    background-image :url(images/aclosed.gif);
}

div#menug .lev2open a:hover, div#menug .lev3open a
{
    background-image :url(images/aopen.gif);
}

div#menug .mglev2 a
{
    background-color : #E87117;
}

div#menug ul li.mglev2 
{
    border-color:#E87117;
}

div#menug ul li.mglev2 a:hover
{
    background-color : White;
    color:#BD5507;
}

div#menug ul li.mglev4 a
{
    background : url(images/square.gif) 25px 4px no-repeat;
}

div#menug ul li.mglev3 a:hover , div#menug ul li.mglev4 a:hover , div#menug ul li.mglev5 a:hover 
{
    background-color:#FAE3D1;
}

div#menug ul li.mgsel a
{
    font-weight:bold;
    color:#BD5507;
}

/***** SEARCH *****/

#search 
{
    background: #E87117;
}

/***** FICHE PRODUCT *****/
.onglet 
{
    border:solid 1px #E87117;
	border-bottom:none;
}

.onglet a
{
    color:#E87117;
}

.onglet a:hover
{
    background-color:#E87117;
}

.titledesc
{
    background:#E87117 url(images/sigle.jpg) 0 0 no-repeat;
}

.returndesc a
{
    background:White url(imagesreturndesc.gif) right -1px no-repeat;
    border:solid 2px #E87117;
    color:#E87117;
}

.returndesc a:hover
{
    background-color:#E87117;
}

/***** GENERAL UNIVERS STYLES ****/
.backuni
{
    background-color:#E87117;
}

.borderuni
{
    border: solid 1px #E87117;
}
/****** SABRINA *****/
/*Rollover LIST PROD */
.backover
{
	 background-color : #FAE3D1;
	
}
/*HISTO*/
a.histoa:hover {
	background-color : #FAE3D1;
	
}	


.histoopen, .histoclosed
{
	background-color:#E87117;
}

/* Filtre */

.filBandeau
{
	background:#E87117 url(images/arrondi.jpg) no-repeat right top;
}
/* PAGINATION */

#PaginationHB .TRBK{
   background-color:#E87117;
}

#resetbout
{
background:url(images/reinitialiser-over.jpg) no-repeat center center;
display:block;
width:18px;
height:18px;

}

a#resetbout:hover
{
background:url(images/reinitialiser.jpg) no-repeat center center;
display:block;
width:18px;
height:18px;

}


.critereOut
{
background:url(images/plus-over.jpg) no-repeat center center;
display:block;
width:18px;
height:18px;

}

.critereOver
{
background:url(images/plus.jpg) no-repeat center center;
display:block;
width:18px;
height:18px;
}