﻿#compte
{
	position:relative;
	width:235px;
	/* FIX SEST 09/06/10: CORRECTION BUG Z-INDEX SOUS IE7*/
	z-index:999;
}
#compte .contenucompte
{
	position:absolute;
	background:#f2f2ea url(../Image/ico-mon-compte.gif) 10px 10px no-repeat;
	width:215px;
	min-height:30px;
	height:auto !important;
	height:30px;
	padding:10px;
	line-height:15px;
	z-index:999;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	right:-3px;
}



#compte .contenucompte:hover .contenucompteetendu
{
	display:block;
	z-index:999;
	position:relative;
	background: none;
}

#compte .contenucompteetendu
{
	display:none;
}

#compte .contenucomptefixe
{
	border-left:1px solid #ebebe3;
	margin-left:40px;
	padding-left:10px;
}

#compte .contenucompteetendu
{
	
}






#compte ul
{
	margin:5px 13px;
	padding:0;
	list-style-image:url(../Image/puce-fleche.gif);
}
#compte .contenucompteetendu ul
{
	margin:10px 13px;
}







#compte ul li.Select
{
	list-style-image:url(../Image/puce-fleche-select.gif);
}
#compte .btngo
{
	float:right;
	margin-top:7px;
}
#compte .listecreationcompte
{
	border-top:1px solid #ebebe3;
	padding-top:10px;
}
#compte .listecompte
{
	padding-bottom:15px;
}
#compte .deconnection
{
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	background:#ffffff url(../Image/ico-deconnection.gif) 3px 7px no-repeat;
	padding:3px 3px 3px 12px;
}
