/*****************************************/
/*SITE Vente en ligne ESF - LAYOUT*/
/*****************************************/


/*****************************************/
/*layout panier*/
/*****************************************/


#contenu
{
	float:left;
	margin:0;
	padding:0;
	width:589px;
	height:375px;
	margin:5px 10px 0 5px;
}
.lepanier
{
	margin:1px 0 0 0;
	padding:0px;
	width:583px;
	background:white;
	padding:0px;
}	
html.MSIE .lepanier
{
	width:573px;
}

#lignesejour
{
	width:569px;
}
html.MSIE #lignesejour
{
	width:563px;
}
#leslignespanier
{
	height:210px;
	overflow-y:scroll;
	background:#eeeeee;
}	
.lepanier TABLE
{	
	border-collapse:collapse;
	border-bottom:1px solid white;
}

.lepanier TD
{
	background:#eeeeee;
	height:1.3em;
	padding:5px;
	vertical-align:top;
}
.lepanier TD.description 
{
	width:392px;
}
#lignesejour TD.description 
{
	width:402px;
}
html.MSIE #lignesejour TD.description 
{
	width:377px;
}
html.MSIE .lepanier TD.description 
{
	width:377px;
}
.lepanier .prestation  TD
{
	height:4.5em;
}
.unlien A
{
	text-decoration:underline;
}
.lepanier TD.libelleprix
{
	width:75px;
	text-align:right;
	font-weight:bold;
	padding-right:2em;
	border-right:1px solid white;
}
html.MSIE .lepanier TD.libelleprix
{
	width:95px;
}
.lepanier TD.leprix
{
	width:90px;
	font-weight:bold;
	border-right:1px solid white;
	text-align:right;
}
.lepanier TD.unlien
{
	width:55px;
	text-align:right;
	text-align:left;
	padding-right:5px;
	font-size:0.9em;
}
html.MSIE .lepanier TD.unlien
{
	width:58px;
}

#totalpanier TABLE
{
	width: 500px;
}

#totalpanier TD#libtotal
{
	width:402px;
	text-align:right;
	padding:5px 5px 0 0;
	background:white;
	font-weight:bold;
}
html.MSIE #totalpanier TD#libtotal
{
	width:387px;
}


#totalpanier TD#letotal
{
	width:82px;
	font-weight:bold;
	margin:0;
	text-align:right;
	background:white;
	padding:0;
}
#totalpanier TD#letotal SPAN
{
	display:block;
	width:80px;
	height:1.3em;
	padding:5px;
	border:1px solid #dfdfdf;
}

#lesboutons 
{
	margin:5px 0;
	padding:0;
}
#lesboutons UL
{
	margin:5px 0;
	padding:0;
}

#lesboutons LI
{
	display:block;
	float:left;
	width:auto;
	list-style-type:none;
}
#lesboutons a.bouton,a.bouton:hover
{
	display:block;
	float:none;
	padding:1px 15px 1px 2px;
	margin:5px 10px 0 0 ;
	border:1px solid #cd0000;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	background:url(../img/puce.gif) no-repeat  right;
}

