.MenuCorner{ 
	background: #000000; 
	/*border-top-style: solid;  
	border-top-color: #2859A6;	
	border-top-width: 1px; 
	border-left-style: solid;   
	border-left-color: #2859A6; 	
	border-left-width: 1px;*/
}

.PopupMenu
{
visibility:hidden;
position:absolute;
z-index:1100;
border:1px 
solid #000000;
background-color:#ffffff;
color:#666666;
}

.TitreMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	
	/*border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#452A6A;*/
}
.TitreMenu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
.TitreMenu a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.MenuEntry{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.MenuEntry .a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.Tab{ 
	background: #c40038; 
}












input.login {
    width: 220px;
    height: 16px;
    font-size:14px;
    border: 1px solid #DD8C8E;
    padding: 3px; 
    background: #ffffff;   
    }
	
.error{
background:#CC0033;
color:#FFFFFF;
}

.loginTitle{
	background: #d6e2f1; 
	font-size:14px;
}


.loginbox
{
	background: #ffffff ;
	font-size: 15px;
	color: #333333;	
	border: 1px solid #DD8C8E;
	
	
}

.loginbox TD
{
	
	font-size: 11px;
	color: #333333;
}
.loginbox TR
{
	background-image: url(../common/images/admin/separator.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
}

.button
{
	background-image: url(../common/images/button.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 1px 12px;
	width: 104px;
	height: 23px;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	border: 0px;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	display: block;
}

a.button,
a.buttonSmall
{
	padding-top:0px;
}