/******************************************************************************************************/
/*Menu déroulant pour le compte*/
.right-col {
	position: absolute;
	width: 300px;
	height: 70px;
	padding: 0;
	top: 0;
	right: 0;
}

	.right-col .header-utils {
		background-color: #d85454;
		cursor: pointer;
		float: left;
		width: auto;
		height: 70px;
		text-align: center;
	}
	
	.right-col .header-utils #compteN1,.compteN2 {
		margin: 0;
		padding: 0;
		list-style: none;
		border: none 0;
	}

	.right-col .header-utils #compteN1:hover {
		background-color:#e85956;	
	}

	.right-col .header-utils #compteN1{
		height:70px;
		color: #ffffff;
		background-color: #D85454;
	}

/*Annulation des flotements*/
#compteN1:before,#compteN1:after 
{
content: "";
display: table;
overflow:hidden;
}

#compteN1:after 
{
clear: both;
}

#compteN1 
{
zoom:1;
} 

#compteN1 li 
{
color:white;
float: left;
/*border-top: 1px solid white;*/
position: relative;
height: auto;
}

#compteN1 a
{
 float: left;
 padding: 28px 30px 27px 30px;
 color: #ffffff;
 font-family: sans-serif;
 text-decoration: none;
 height:  auto;
}

#compteN1 .lgnht a
{
border-top: 1px solid white;
}

#compteN1 li:hover > a 
{
background-color: #e85956;
color: #ffffff;
}

*html #compteN1 li a:hover 
{ /* IE6 only */
color: #000000;
}

#compteN1 .compteN2
 {
position:absolute;
margin: 20px 0 0 0;
_margin: 0; /*IE6 only*/
opacity: 1;
visibility: hidden;
position: absolute;
top: 55px;
left: 0;
z-index: 8999;
background: #b9c3c7;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
overflow:visible;
border:1px solid #8a9092;
}

#compteN1 li:hover > .compteN2 
{
opacity: 1;
visibility: visible;
margin:0px;
margin-top:0px;
z-index: 8999;
}

#compteN1 .compteN2 li 
{
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
}

#compteN1.compteN2 li:last-child 
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

#compteN1 .compteN2 a 
{
font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 10px;
width: 140px;
_height: 0px; /*IE6 only*/
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}

#compteN1 .compteN2 a:hover 
{
background-color: black;
}

#compteN1 .compteN2 li:first-child > a:after 
{
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #444;
}

#compteN1 .compteN2  li:first-child a:hover:after 
{
border-bottom-color: #444444;
}