html, body {margin:0;padding:0;}
form {display:inline; margin:0;}
select, input, textarea {vertical-align:middle;font-family:Arial;font-size:10px;color:#818181;}

body {
	font-family:Arial;
	font-size:10px;
	margin:0;
	padding:0;
	color:#fff;
	background-color:#fff;
}

h1, h2, h3{margin:0;}
img {border:0;}
.bloc {clear:both;}
.clear {clear:both;}
.opti{display:none;}

a {color:#fff;text-decoration:none;}
a:hover{text-decoration:underline;}

.backlink{font-size:9px;text-align:center;}
.backlink a{color:#666666;}
.backlink strong{font-weight:normal;}

a.liensinternautesbis{padding-left:5px; font-weight:bold; text-decoration:underline;}
a.liensinternautesbis:hover{text-decoration:none;}
#header{width:1006px;margin:0 auto; position:relative;}
.drapeaux{position:absolute; right:10px; bottom:0;}

#menu{
	float:left;
	width:215px;/*250*/
	height:113px;/*70*/
	margin-top:10px;
	text-align:center;
}

#navig{
	float:left;
	color:#656565;
	position:relative;
	top:110px;
}

#navig a {color:#656565;text-decoration:none;}
#navig a:hover{text-decoration:underline;}

.titre_page{padding:10px 0 0 5px;}




#ombrehaut{
	background-image:url('images/templates/ombrehaut.jpg');
	background-repeat:no-repeat;
	width:1006px;
	margin:auto;
	height:15px;
	clear:both;
}

#ombrebas{
	background-image:url('images/templates/ombrebas.jpg');
	background-repeat:no-repeat;
	width:1006px;
	margin:auto;
	height:15px;
	clear:both;
	/*margin-top:-10px;
	*margin-top:0;*/
}


#conteneur{
	background-image:url('images/templates/ombrecentre.jpg');
	background-repeat:repeat-y;
	width:982px;
	height:590px;
	padding-left:12px;
	padding-right:12px;
	margin:auto;
}

#footer{
	margin:auto;
	width:1006px;
}

#foot{
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
}

#foot a {color:#000;text-decoration:none;}
#foot a:hover{text-decoration:underline;}

#postfoot{
	text-align:center;
	color:#A4A4A4;
	padding-top:5px;
}

#postfoot a {color:#A4A4A4;text-decoration:underline;}
#postfoot a:hover{text-decoration:none;}


#gauche{
	width:788px;/*798*/
	height:590px;
	float:left;
	background-image:url('images/templates/back.jpg');
	background-repeat:no-repeat;
}
#droite{
	width:184px;
	height:590px;
	float:left;
	/*background:url('images/templates/in-d2.jpg') no-repeat left bottom;*/
	background-color:#000000;
	padding-right:10px;
}
#droitebis{
	width:184px;
	height:590px;
	float:left;
	/*background:url('images/templates/in-d2.jpg') no-repeat left bottom;*/
	background-color:#000;
	padding-right:10px;
}



#menugauche{
	width:212px;
	height:590px;
	float:left;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
	padding-left:6px;
}

#menugaucheint{width:206px; position: relative;}

.menu_divers{width:196px; height:20px; padding:17px 0 0 10px;  border-bottom:solid 1px #999;}
.menu_divers a{display:block; text-transform:uppercase;}
.accueil{width:80px; height:11px;line-height:11px; float:left; border-right:solid 1px #FFF;}
.cpte{width:80px; height:11px;line-height:11px; float:right; text-align:right; padding-right:8px;}


/* accordeon */
@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.Accordion {
	overflow: hidden;
	width:206px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	border-bottom:1px solid #999999;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:10px;
	text-transform:uppercase;
	
	-moz-user-select:none ;
	-khtml-user-select: none;
}
.AccordionPanelTab a{
	color:#D3034F;
	text-decoration:none;
}

.AccordionPanelTab_bis {
	border-bottom:1px solid #999999;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-left:10px;
	text-transform:uppercase;
	
	-moz-user-select:none ;
	-khtml-user-select: none;
}
.AccordionPanelTab_bis a{
	color:#D3034F;
	text-decoration:none;
}

.AccordionPanelContent {
	overflow:visible;
	margin: 0px;
	padding: 0 0 20px 0;
}

.AccordionPanelContent ul {
	margin:0;
	padding:10px 0;
	list-style:none;
}

.AccordionPanelContent ul li {
	background:url('images/templates/pucecat.jpg') no-repeat 0 5px;
	line-height:15px;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
}

.AccordionPanelContent ul li a {
	color:#FFFFFF;
	
	text-decoration:none;
}

.AccordionPanelOpen .AccordionPanelTab {
	background:url('images/templates/puce_ouvert.gif') no-repeat 195px 7px;
}

.AccordionPanelOpen .AccordionPanelTab_bis {
	background:none;
}

/*
.AccordionPanelTabHover {}
.AccordionPanelOpen .AccordionPanelTabHover {}
.AccordionFocused .AccordionPanelTab {}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {}
*/
/* fin accordeon */

/* ---- Panneau réductible spry ----- */
.CollapsiblePanel{width:206px;}
	.CollapsiblePanelTab{
		display:block;
		border-bottom:1px solid #999999;
		cursor:pointer;
		font-size:11px;
		font-weight:bold;
		height:20px;
		line-height:20px;
		padding-left:10px;
		text-transform:uppercase;
		color:#D3034F;
		text-decoration:none;
		-moz-user-select:none ;
		-khtml-user-select: none;
		background:none;
	}
	.CollapsiblePanelTab a{color:#D3034F; text-decoration:none;}
	.CollapsiblePanelOpen .CollapsiblePanelTab {background:url('images/templates/puce_ouvert.gif') no-repeat 195px 7px; margin-bottom:5px;}
	.CollapsiblePanelOpen .CollapsiblePanelTab a{color:#FFF;}
	.CollapsiblePanelClosed .CollapsiblePanelTab{background:url('images/templates/puce_ferme.gif') no-repeat 195px 7px;}
	
	.CollapsiblePanelTab a:hover{text-decoration:none;}
	.CollapsiblePanelFocused .CollapsiblePanelTab {outline:none;}
		.CollapsiblePanelFocused .CollapsiblePanelTab a{outline:none;}
	.CollapsiblePanel .CollapsiblePanelTab {outline:none;}

	.CollapsiblePanel ul.CollapsiblePanelContent{height:auto; margin:0px;padding:0 0 10px 0; list-style:none;}
		.CollapsiblePanel ul.CollapsiblePanelContent li{
			background:url('images/templates/pucecat.jpg') no-repeat 0 5px;
			line-height:15px;
			margin:0 0 0 15px;
			padding:0 0 0 10px;
		}
		.CollapsiblePanel ul.CollapsiblePanelContent li a{color:#FFF;text-decoration:none;}
/* ---- Fin panneau réductible spry ----- */


#onglet{
	width:32px;
	height:590px!important;
	float:right;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
}

#ongletint{
	padding-top:90px;
	text-align:center;
}
#ongletint a{display:block; padding:20px 0;}
#edito img, #selection img, #nouveaute img{behavior:url('iepngfix.htc');}
.sep{
	width:32px;
	height:1px;
	background:url('images/templates/sep.jpg') no-repeat center top;
}

.panier{padding-left:14px; color:#D3034F; height:38px; line-height:38px; background:url('images/templates/pointille.jpg') repeat-x left bottom;}
.panier_txt{text-transform:uppercase; font-weight:bold; padding-right:34px; color:#D3034F;}
.nb{}
.pointille{background:url('images/templates/pointille.jpg') repeat-x;}
.recherche{padding:7px 0 7px 14px!important; padding:4px 0 7px 14px; background:url('images/templates/pointille.jpg') repeat-x left bottom;}
.recherche a{color:#FFFFFF;}
#champ_rech{width:140px; border:solid 1px #BFBFBF; margin-bottom:5px;}


#calque1{padding:20px 0 0 14px;}
#calque2,#calque3{height:450px; text-align:center; background-color:#000000;}
#edito object{display:block; width:131px; height:180px; margin:30px auto 0 auto;}
.edito_txt{display:block;text-transform:uppercase;margin-bottom:17px; text-align:left;}
.selection_txt, .nouveaute_txt, .articlesconseilles_txt{display:block;text-transform:uppercase;margin-bottom:17px; padding:20px 0 0 14px; text-align:center;}
.divers_txt{text-transform:uppercase;margin-bottom:17px; text-align:left;}

#contenu{
	float:left;
	margin:20px;
	width:508px;
	height:550px;
	behavior: url('iepngfix.htc');
	overflow:hidden;
}
#contenuint{
	width:530px;
	*width:520px;
	_width:520px;
	height:560px;
	overflow:auto;
	padding-left:10px;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
}

#contenubis{
	width:550px;
	height:560px;
	float:left;
	margin:15px 0 0 10px; /*margin:15px 0 0 15px;*/
	overflow:hidden;
}

#contenuintbis{
	width:550px;
	height:560px;
	/**height:540px;*/
	overflow:auto;
	padding:5px 0 0 9px;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
}

#contenuintbis2{
	width:540px;
	height:560px;
	overflow:auto;
	padding:0 0 0 10px;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
}

.lien_retour_cat {
	float:right;
	margin:0 10px 5px 0;
}

.spacer{
	width:10px;
	/*height:550px;*/
    background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
}

/* gestion ascenceur horizontal*/
#scrollbar, #scrollbar_vertical , #scrollbar_vertical_edito, #scrollbar_vertical_selection{ 
    display:none;
}
#lyr1{width:100%;}
#lyr1bis{width:98%;}

#wn	{ 
    position:relative; 
	width:100%;
	height:530px;
	*height:495px;
	 overflow:hidden;
}
#wnbis{ 
    position:relative; 
	width:100%;
	height:560px;
    overflow:hidden;	
}
#wn_selection{ 
    position:relative; 
	width:100%;
	height:440px;
    overflow:hidden;	
}
#wn_edito{ 
    position:relative; 
	width:100%;
	height:400px;
    overflow:hidden;	
	font-size:11px;
}
#up {
	position:absolute;
	left:0;
	top:0;
}
#down {
	position:absolute;
	bottom:3px;
	left:0;
}
.upbis {
	position:absolute;
	left:0;
	top:-5px;
}
.downbis {
	position:absolute;
	top:5px;
	left:0;
}
#scrollbar_vertical { 
    position:relative; 
    width:10px;
	height:533px;
    display:block;
    font-size:1px;
}
#track_vertical { 
    position:absolute;
	left:0px;
	top:16px;
    width:10px;
	height:498px;
	background-color:#FFFFFF;
}
#dragBar_vertical {
    position:absolute;
	left:1px;
	top:0px;
    width:8px;
	height:10px; 
    background-color:#4F5857;
}


#calque_content{
	width:146px;
	height:440px;
	overflow:auto;
}


#track_vertical_selection{ 
    position:absolute;
	left:0px;
	top:16px;
    width:10px;
	height:0;
	background-color:#FFFFFF;
}
#dragBar_vertical_selection{
    position:absolute;
	left:1px;
	top:0px;
    width:8px;
}
#dragBar_vertical_edito{
    position:absolute;
	left:1px;
	top:0px;
    width:8px;
}
#track_vertical_edito{ 
    position:absolute;
	left:0px;
	top:16px;
    width:10px;
	height:0;
	background-color:#FFFFFF;
}
#scrollbar_vertical_edito{ 
    position:relative; 
    width:10px;
	/*height:230px;*/
	height:410px;
    display:block;
    font-size:1px;
}
#scrollbar_vertical_selection{ 
    position:relative; 
    width:10px;
	height:446px;
    display:block;
    font-size:1px;
}

/* fin gestion ascenceur */


h1{
	font-size:14px;
}

hr{
	color:#CCC;
	background-color:#CCC;
	height: 1px;
	border: 0;
	margin:0;
}

.description_categ{
	border-top:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	margin:10px 0 0 0; 
	padding:10px 0 10px 5px;
	
	font-size:12px;
	font-weight:bold;
}


.vignettec{
	height:165px;
	border-bottom:1px solid #CCC;
	color:#FFFFFF;
	padding:5px 0;
	
	
	
	position:relative;
}
.imgc{
	height:165px;
	text-align:center;
	
	position:absolute;
}

.libc{
	width:525px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	
	position:absolute;
	top:5px;
	left:0;
	background-image: url('images/templates/noir.png');
	behavior: url('iepngfix.htc');

}
.libc img, .libcbis img, .liba img, .libabis img {padding-left:5px;}

.libcbis{
	width:525px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	text-align:left;
	text-transform:uppercase;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}



.vignettec_bis{
	width:174px;
	height:140px;
	margin-left:10px;
	text-align:center;
}
.imgc_bis{
	width:104px;
	height:104px;
	margin-left:auto;
	margin-right:auto;
}

.libc_bis a{text-transform:uppercase;}
.titre2{text-transform:lowercase;}

.vignettea{
	height:165px;
	border-bottom:1px solid #CCC;
	color:#FFFFFF;
	padding:5px 0;
	position:relative;
}
.imga{
	height:165px;
	text-align:center;
	
	position:absolute;
}
.liba{
	width:525px;
	height:20px;
	line-height:20px;
	padding-left:5px;
}
.libabis{
	width:525px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	text-align:left;
	text-transform:uppercase;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.lib_transparent{
	width:530px;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background-image: url('images/templates/noir.png');
	behavior: url('iepngfix.htc');
	z-index:1;
}

.desca{
	float:left;
	width:330px;
	padding:10px;
	padding-left:0px;
	height:45px;
}
.prixa{
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
	border:1px solid #999999;
	width:330px;
	height:15px;
	float:left;
	padding-top:5px;
}
/*.prixaint{position: relative;}*/
.prix{
	float:left;
	width:200px;
	color:#FFFFFF;
	padding-left:10px;
}
.prix s{
	font-weight:bold;
}
.prixpromo{
	float:left;
	width:100px;
	color:#FF0000;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}

.ficheprod{
	clear:both;
}

.barrepages{text-align:right; padding:10px 0 0 0; position:relative; top:5px;}
.encours{color:#D3034F; font-weight:bold;}
/***********************Page produit*********************/
.produitG{width:265px; float:left; margin-top:13px;				}
.produitD{width:250px; float:right;	 margin-top:13px; padding-right:10px;		}
/*.img_prod{width:245px; height:245px; border:solid 1px #D1D5D4; background-color:#FFFFFF; text-align:center;}*/
.image_produit{width:530px; height:165px; margin-bottom:1px;}
.img_prod{width:530px; height:165px; border:solid 1px #D1D5D4; background-color:#FFFFFF; text-align:center; margin-bottom:1px;}
.loupe{width:245px; text-align:right; font-style:italic; color:#FFFFFF;padding-top:6px;padding-bottom:6px;}
.loupe a{color:#FFFFFF;}

.zoom{width:245px;}
#miniatures{padding:5px 0;}
.mini{width:90px; height:90px; margin:2px 0 2px 2px; float:left; border:solid 1px #D1D5D4; text-align:center;}
.separateur{width:532px; padding:0; border-top:solid 2px #778180; border-bottom:solid 2px #778180;}
.liens_divers{margin-top:30px;}
/*.liens_divers a{display:block;}*/
.lib_prod{}
.description_prod{/*border-top:solid 2px #636F6D;border-bottom:solid 2px #636F6D;*/ margin-bottom:15px; padding:8px 0;}

.qte{width:15px; text-align:center;}
.ajout_panier{position:relative;top:50px;}
.ajout_panier input, .ajout_panier img{behavior: url('iepngfix.htc');}

.prix_produit{
	display:block;
	width:240px;
	position:relative;
	top:-10px;
	z-index:10;
	height:25px; 
	line-height:25px;
	padding-left:8px;
	/*background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');*/
	border:1px solid #999999;
}
.prix_old{text-decoration:line-through;}
#prix_par_caract{width:120px; text-align:right; font-weight:bold; color:#D3034F; border:none; background:transparent; font-size:12px; position:relative; top:-3px; _top:2px; z-index:10;}
.euro{font-size:12px;color:#D3034F; font-weight:bold; position:relative; z-index:10; _top:3px;}
.div_transparent{
	width:243px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
	background-image: url('images/templates/noir.png');
	behavior: url('iepngfix.htc');
	z-index:1;
	padding-left:5px;
	
}

/***************************************************************************/
								/*Divers*/
/***************************************************************************/
.titrem{background:url('images/templates/pucecat.jpg') no-repeat 0 14px; padding:10px 0 10px 10px; text-transform:uppercase;}
.erreur{padding-top:20px; color:#D3034F; text-align:center;}
.erreurbis{color:#D3034F; text-align:center; padding-bottom:10px; position:absolute;}
.bordure{border:1px solid #4D4D4D;}
.bordurebas{border-bottom:1px solid #4D4D4D;}

.etoile{color:#D3034F;font-size:11px;}
#contenu_divers{
	width:583px;
	position:relative;
	text-align:left;
	
}
.contenu_diversContent{
	padding:10px;
}

.tabcde{padding-left:5px;}

.titre_divers{
	font-weight:bold;
	padding:5px 0 5px 0;
	text-align:center;
	color:#DAF3EF;
}
.rub_divers_g {
	width:200px;
	border:1px solid #4D4D4D;
	float:left;
	padding:10px;
}
.rub_divers_d {
	/*width:180px;*/
	width:230px;
	border:1px solid #4D4D4D;
	float:right;
	padding:10px;
}

.rub_divers_d form,  .rub_divers_g form{display:block;}
.rub_divers_gauche{width:350px; height:300px; float:left; margin:0; text-align:center;}
.rub_divers_droite{width:200px; height:300px; float:right;margin:0; text-align:center;}

.ContacterCommandeProduit{font-size:12px; color:#741475; font-weight:bold; text-align:center; padding:10px 0;}
.calque0{width:530px; background:url('images/templates/bckg_produit.jpg') no-repeat; position:absolute; z-index:0;}
.calque0_transparent{
	width:540px;
	height:560px;
	/**height:540px;*/
	overflow:auto;
	padding:5px 0 0 9px;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
	
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.calque0 center a{color:#DAF3EF;}

.calque10{width:550px; position:relative; top:30px;}
.divers{position:relative; background:url('images/templates/bckg_produit.jpg') no-repeat;}

.retour{text-decoration:underline;}
.retour:hover{text-decoration:none;}
.continuer a{text-decoration:underline; color:#D3034F;}
.continuer a:hover{text-decoration:none;}

/************** Page recherche *********************************/
.histo{padding-left:160px; list-style:none;}
/*.histo li{background:url('images/templates/puce_ferme.gif') no-repeat 0 3px;}*/
.histo li a{padding-left:10px;}
.histo_txt{
	clear:both;
	font-weight:bold;
	padding:50px 0 10px 160px;
	color:#DAF3EF;
}
.plan_infos_txt a{display:block; font-weight: normal; background:url('images/templates/navbarreindex.jpg') no-repeat 0 4px; margin-left:20px; padding-left:10px;}

/*.resultat{
	width:100%;
	clear:both;
	font-weight:bold;
	padding:50px 0 20px 0;
	text-align:center;
	color:#DAF3EF;
}*/

.resultat{
	width:525px;
	height:20px;
	padding-left:5px;
	font-weight:bold;
	color:#D3034F;
}




/******page Cde1 et Cde2 ***************************************/
.btn_suivant{position:relative; left:10px; top:-5px; text-decoration:underline;}
.recommanderpage{color:#000000;}

.titre_general{font-weight:bold; text-transform:uppercase; text-align:center; padding:20px 0 10px 0;}
.cde{width:616px; padding-left:14px; height:26px; margin:0 auto; background:url('images/templates/titre_produit.jpg') no-repeat; line-height:26px; color:#FFFFFF; text-transform:uppercase; font-weight:bold;}
.td_head_cde{text-align:left; height:35px; vertical-align:middle; font-weight:bold; color:#FFF;font-size:10px;}
.td_head_cdebis{text-align:center; height:35px; vertical-align:middle; font-weight:bold; color:#FFF;font-size:10px;}
.cde1 {
	text-align:left; 
	font-size:10px;
	/*background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');*/
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
.cde1 input, .cde2 input{color:#FFFFFF; background-color:transparent; border:none;}
.cde2 {
	text-align:left; 
	font-size:10px;
	background-image:url('images/templates/noir.png'); 
	behavior: url('iepngfix.htc');
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
.td_foot_cde{ text-align:right; padding-right:5px;}
.boutons_commande{clear:both;margin:10px 0; padding-right:20px; text-align:right;}
.tot_cde{color:#D3034F; font-weight:bold; font-size:10px;}
.cde3_content{padding:20px 10px 10px 20px;}

/************Photos************/

.contact input {
	color:#000000;
}


.diaporama{padding:0;}
#autre{text-align:center;  padding-top:10px; overflow-y:auto;}
#autre img{display:block; margin:0 auto 5px auto;}

/*************************Modifs de la page catégorie**********************/
#conteneurbis{
	width:982px;
	background:url('images/templates/ombrecentre.jpg') repeat-y;
	margin:auto;
	padding:0 12px;
	
	
}

#conteneurbis_content{
	width:982px;
	background:url('images/templates/back_conteneurbis_content2.jpg') no-repeat;
	/*background-position:left bottom;*/
	background-color:#444444;
	
	position:relative;
	z-index:1000;
}


#gauchebis{
	width:798px;
	float:left;
	/*background:url('images/templates/back_gauchebis.jpg') no-repeat;
	background-color:#4D4D4D;*/
	
}

#contenubis2{
	width:580px;
	height:590px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url('images/templates/back_contenubis2.jpg') repeat-y;
	background-color:#444444;
}

html>body #contenubis2{height:auto; min-height:590px;}

#contenubis2 table{margin:0 auto;}
#droitebis2{
	width:184px;
	float:left;
	/*background:url('images/templates/back_droitebis2.jpg') no-repeat;
	padding-bottom:600px;*/
	
	position:relative;
	z-index:100;
}

#menugauchebis{
	width:212px;
	float:left;
	/*background-image:url('images/templates/noir.png');
	behavior: url('iepngfix.htc');*/
	padding-left:6px;
}

#page_categorie{
	width:530px;
	padding:10px 9px 20px 9px;
	background-color:#000000;
}

#menugauchebis .folder a{color:#D3034F;}
#menugauchebis .folder a:hover{text-decoration:none;}
#menugauchebis #accordion .tree{display:block;}


.erpro{width:798px; text-align:right;}
.erpro span {
	display:block;
	width:150px;
	height:12px;
	margin-top:-28px;
	float:right;
	position:relative;
	z-index:0;
	text-align:center;
	left:167px;
	background:url('images/templates/back_erpro.gif') no-repeat 0 7px;
}

.erpro a {display:block; width:150px;}
.erpro a:hover {text-decoration:none;}


.erprobis{width:798px; text-align:right; margin:0 auto;}
.erprobis span {
	display:block;
	width:150px;
	height:12px;
	margin-top:-28px;
	float:right;
	position:relative;
	z-index:0;
	text-align:center;
	left:70px;
	background:url('images/templates/back_erpro.gif') no-repeat 0 7px;
}

.erprobis a {display:block; width:150px;}
.erprobis a:hover {text-decoration:none;}

/***********/
.menuclient{width="100%" position:relative;top:10px; left:10px; border-bottom:solid 1px #999; margin-bottom:10px; padding-bottom:10px;}
.titre_diversclient{position:relative; top:20px; left:0; text-align:center; color:#DAF3EF;}


.lib_moyen{font-size:12px; font-weight:bold;}



