.menu_item {
	display: block;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	word-spacing: normal;
	padding: 10px 25px 10px 0px;
	border: none;
	background: 100% 50% no-repeat;
}
.selected {
	font-size: 8pt;
	font-weight: bold;
	color: #000033;
	background-image: url(/images/portail_fleche_bleue.gif);
}
a.selected:hover {
	background-image: url(/images/portail_fleche_jaune.gif);
}

.normal {
	background-image: url(/images/portail_fleche_grise.gif);
}
.normal:hover {
	background-image: url(/images/portail_fleche_jaune.gif);
}

.golden {
	background-image: url(/images/portail_fleche_jaune.gif);
}
.golden:hover {
	background-image: url(/images/portail_fleche_bleue.gif);
}

.menu {
	display: block;
	width: 195px;
        text-align: right;
        FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000033; TEXT-DECORATION: none;
        background: #ffffff;
}

/* Buttons management */
.leftrightbuttons {
  position: relative;
  text-align: left;
}
.leftbutton {
}
.rightbutton {
  position:absolute;
  right:3px;
}

/* Look */
.logintitle {
  color: #000000;
  font-weight: normal; font-size: 14pt; font-family: arial, helvetica, sans-serif;
  margin: 10px 20px;
}

.loginbody {
  background: #f4f8fb;
  padding: 10px 5px 5px 5px;
}
.loginbody_logo {
  background: #f4f8fb url(/images/msglogin_logo.gif) 100% 0px no-repeat;
  padding: 10px 5px 5px 5px;
}
    
.loginerror {
  color: #000000;
  font: normal 12pt Arial, helvetica, sans-serif;
  margin: 10px 20px 15px 20px;
  text-align: justify;
}

.left {
  text-align: right;
  padding-right: 5px;
  white-space: nowrap;
}
.right {
  text-align: left;
  padding-left: 5px;
  white-space: nowrap;
}
div.error, span.error, td.error {
  color: #ff0000;
}

.directives {
  margin:	0px 20px 15px 20px;
  font:		normal 10pt Arial,Helvetica,Sans-Serif;
  text-align:	justify;
}
.directives ol li {
  margin-top:	10pt;
}
