#updatid-container {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	_position: absolute;
	background: #ffffe1;
	visibility: hidden;
	height: 76px;
	background: url("updatid_bg.png") repeat-x 50% -7px;
	_background: url("updatid_bg.png") repeat-x 50% 0;
	_border-bottom: 1px solid #000;
	z-index: 999999;
	text-align: center;
}
#updatid-inner {
	margin: 0 auto;
	padding: 15px 115px 30px;
	background: url("ideveloppement-barney-updatid.png") no-repeat 0 10px;
	color: #fff;
	font: bold 14px/1.5 Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	width: 960px;
	width/**/:/**/ 730px;
}
#updatid-inner a {
	font-style: normal;
	color: #fff;
	text-decoration: underline;
}
#updatid-inner a:hover {
	text-decoration: none;
}
#updatid-cross {
	width: 18px;
	height: 18px;
	background: url("updatid_cross.png") no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 26px;
}
