/*** DEFAULT CSS FOR bloc_23 ***/
#bloc_23{ 
	width: 170px;
	padding: 5px;
	height: 90px; 
	background: #c9cacc url(../images/cadre_login.jpg) no-repeat 0 100%;
	float: right;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}
* html #bloc_23{ 
	margin-top: -55px;
	padding: 0px;
}	
#bloc_23 h1{
	font-size: 10px;
	float: none;
	text-align: right;
	border: none;
	margin: 0px;
	padding-right: 10px;
}
#bloc_23 h1.employee_access{
	margin-top: -5px;
}
* html #bloc_23 h1{
	padding-top: 10px;
}
#bloc_23 h1:first-letter{
	font-size: 13px;
}
#bloc_23 label{
	color: #fff;
}
#bloc_23 a{
	color: #003F8D;
}
#bloc_23 table{
	clear: both;
	width: 110px;
	float: left;
	margin-left: 15px;
} 
#bloc_23 td{
	display: block;
	width: 110px !important;
	text-align: left;
} 
#bloc_23 input.text{
	width: 110px;
	height: 15px;
	border: #aaa solid 1px;
	font-size: 11px;
}
#bloc_23 input.submit{
	width: 20px;
	height: 14px;
	border: none;
	float: right;
	margin: 40px 10px 0px 0px;
	background: transparent url(../images/fleche_log.gif) no-repeat 0 0;
	text-indent: -5000px;
	font-size: 8px;
	cursor: pointer;
}
#bloc_23 a.thickbox{
	font-style: italic;
	font-size: 9px;
	display: block;
	margin: 0px 10px 0px 15px;
	float: left;
} 
#bloc_23 a.thickbox:hover{
	text-decoration: underline;
} 
/* hacks IE7 */
* + html #bloc_23 td label{
	width: 85px !important;
	display: block;
	float: left;
	padding-bottom: 13px;
}
* + html #bloc_23 td input.text{
	float: left;
	position: relative;
	top: 8px;
	left: -90px;
	border: #aaa solid 1px;
}
* + html #bloc_23 input.submit{
	margin-top: -15px;
}
* + html #bloc_23 a.thickbox{
	margin: 5px 0px 0px 0px;
	padding-left: 10px;
} 
/* hacks IE6 */
* html #bloc_23 table{
	margin-right: -40px;
}
* html #bloc_23 td label{
	width: 85px !important;
	display: block;
	float: left;
	padding-bottom: 13px;
}
* html #bloc_23 td input.text{
	float: left;
	position: relative;
	top: 8px;
	left: -90px;
	border: #aaa solid 1px;
}
* html #bloc_23 input.submit{
	margin-top: 0px;
	width: 25px;
	height: 20px;
	position: relative;
	left: 15px;
	top: -15px;
}
* html #bloc_23 a.thickbox{
	margin: -15px 0px 0px 20px;
} 
/* une fois loggé */
#bloc_23 div.authentification, #bloc_23 div.authentification div.name{
	float: none;
	text-align: right;
}
#bloc_23 div.authentification div.name b{
	color: #4D4D4D;
	font-weight: normal;
}
#bloc_23 div.authentification {
	padding: 5px;
}
* html #bloc_23 div.authentification {
	width: 100%;
	height: 20px;
	padding: 5px;
}
#bloc_23 ul#login_menu{	
	color: #003F8D;
	height: 42px;
	list-style : square;
	margin-left: 20px;
	padding-left: 0px;
}