@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

#s3000bar a {
	text-decoration: none;
	color: black;
}

iframe#ext {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
}

#s3000bar {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url(../interface/barre_bg.png) repeat-x left top;
	width: 100%;
	height: 40px;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	line-height: 25px;
	color: white;
}

#s3000bar ul.buttons {
	margin: 0;
	padding: 0;
	margin-right: 40px;
	line-height: 28px;
	/*border: 1px solid red;*/
}

#s3000bar ul.buttons li {
	list-style-type: none;
	float: left;
	display: block;
}

#s3000bar ul.buttons li.rightBar {
	border-right: 1px solid silver;
	padding-right: 10px;
}
#s3000bar ul.buttons li.leftBar {
	border-left: 1px solid silver;
	padding-left: 10px;
}

#s3000bar ul.buttons li.right {
	float: right;
}

#s3000bar #close, #s3000bar #catList,
#s3000bar #sitePrecedent, #s3000bar #siteSuivant,
#s3000bar #tumbUp, #s3000bar #tumbDown {
	cursor: pointer;
}

#s3000bar .last {
	position: absolute;
	top: 2px;
	right: 3px;
}

#s3000bar .disabled {
	background-color: #CCC;
	color: black;
	opacity: 0.5;
	cursor: text;
}

#s3000bar .search {
	margin-right: 20px;
}
#s3000bar .back {
	margin-top: 1px;
	margin-right: 40px;
}

#s3000bar a img {
	border: 0;
}

#s3000bar #catListContent {
	display: none;
	background-color: #fb8c2b;
	color: white;
	position : absolute;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	opacity: 0.9;
}
#s3000bar #catListContent a {
	display: block;
	padding: 0 5px;
	color: white;
}
#s3000bar #catListContenta:link, #s3000bar #catListContent:visited {
	color: white;
}
#s3000bar #catListContent a:hover {
	background-color:white;
	color: black;
}

#loadAlert {
	position: absolute;
	top: 50%;
	left: 50%;
}
