/* Layout du contenu de la page
   - 2 colonnes */
#divLeftCol
{
    display: inline;
    float: left;
    width: 495px;
}

#divRightCol
{
    display: inline;
    float: left;
    width: 249px;
}


#divLeftCol
{padding: 10px 0px 0px 4px;}

#divRightCol
{padding: 10px 4px 0px 8px;}

/* --- Colonne gauche ---------------------------- */

/* Slideshow image professionnel */

#slideshow {
    position:relative;
    height:214px;
	margin:0 0 50px 0;
}

#slideshow img {
    border:none;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
	border:none;
}

#slideshow A.active {
    z-index:3;
}

#slideshow A.last-active {
    z-index:2;
}

/* -- double colonne ----- */

.boxGau_acc
{
	width:251px;
	float:left;
	background:url(../images/bordure_dr_acc.gif) no-repeat top right;
}
.boxGau_acc_contenu
{padding:0 13px 0 17px;}

.boxGau_acc ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.boxGau_acc ul li
{
	margin:0;
	padding:0 0 8px 17px;
	background:url(../images/i_liste.gif) no-repeat 0 2px;
	color:#000;
}

.boxGau_acc ul li span
{
	color:#939598;
	font-weight:normal;
}

.boxGau_acc ul li a:link, .boxGau_acc ul li a:visited, .boxGau_acc ul li a:active
{
	text-decoration:none;
	color:#000;
}
.boxGau_acc ul li a:hover
{text-decoration:underline;}

.boxGau_acc p
{
	margin:0;
	padding:0 0 15px 0;
}

/* --------------- */

.boxDr_acc
{
	width:244px;
	float:left;
}
.boxDr_acc_contenu
{padding:0 2px 0 21px;}

.boxDr_acc p
{
	margin:0;
	padding:0 0 15px 0;
}

.boxDr_acc a:link, .boxDr_acc a:visited, .boxDr_acc a:active
{color:#ef3931;}
.boxDr_acc a:hover
{color:#939598;}

/* -- box Promotions ------------ */
#boxPromo
{width:495px;}

.boxPromo_gau
{
	float:left;
	padding:0 0 0 17px;
}
.boxPromo_dr
{
	float:left;
	padding:0 0 20px 0px;
}

#boxPromo img
{
	border:none;
	margin:0 0 3px 0;
	display:block;
}

#boxPromo p
{
	font-size:0.8em;
	margin:0;
	padding:0;
}


#boxPromo a:link,#boxPromo a:visited{ color: #939598 !important; }
#boxPromo a:hover { color: #EF3931 !important; }

/* --- Colonne droite ---------------------------- */

/* menu produits */

#menuProduits
{width:249px;}

#menuProduits ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#menuProduits ul li
{
	margin:0;
	padding:0;		
}
#menuProduits img
{
	border:none;
}

/* Boîte de recherche */
#boxRecherche
{
    width: 249px;
	background: #696969 !important;	    
    margin:0;    
}

#boxRecherche_gau
{
	float:left;
	width:121px;
	padding:6px 0 6px 10px;
}

#boxRecherche_dr
{
	float:left;
	width:118px;
	padding:6px 0 3px 0;
}

#boxRecherche label
{
	color:#fff;
	font-size:0.9em;
}

#boxRecherche input.champsSearch
{
	width:90px;
	vertical-align:middle;
	margin:0;
}
#boxRecherche input.bRecherche
{vertical-align:middle;}

.gris
{color:#b2b2b2;}

/* Sélecteur de produits */

#selecteurProduits
{padding:20px 30px 10px 12px;}

#selecteurProduits p{
	padding:0 0 10px 0;
	margin:0;
}

#selecteurProduits a:link, #selecteurProduits a:visited, #selecteurProduits a:active
{color:#ef3931;}
#selecteurProduits a:hover
{color:#939598;}

/* -- Concours -------------------------------------------- */

a.b-concours
{
	display:block;
	width:209px;
	height:166px;
	background:url(../images/bt_accueil.jpg) no-repeat top left;
	text-indent:-9999em;
}

