/* @override http://localhost/dp/picsengine3/dev/admin/public/css/install.css */

/* @group lang switch */
#lang_switch {
	float: right;
	font-size: 12px;
	padding-top: 45px;
	padding-right: 15px;
}
#lang_switch a:hover {
	text-decoration: underline;
}
/* @end */

/* @group status_bar */
#status_bar {
	background: url('../src/page/bar.gif') repeat-x;
	width: 100%;
	height: 38px;
	overflow: hidden;
}

#status_bar ul {
	list-style: none;
	padding: 10px 0 0 14px;
}
#status_bar ul li {
	float: left;
	padding-right: 10px;
}
#status_bar ul li span {
	float: left;
	padding-top: 2px;
	color: #8c8c8c;
}
#status_bar .puce {
	color: #fff;
	display: block;
	padding: 2px 0 0 6px;
	margin-right: 6px;
	width: 14px;
	height: 18px;
	background: url('../src/page/puce1.png') no-repeat;
}

#status_bar ul li.current span {
	color: #fff;
}
#status_bar ul li.current .puce {
	background-image: url('../src/page/puce2.png');
	color: #000;
}
/* @end */

/* @group buttons */
a.button_large, a.button_large span {
	float: left;
	display: block;
	background-image: url('../src/page/large_button.png');
	height: 42px;
	background-position: left 0;
	background-repeat: no-repeat;
}
a.button_large span {
	background-position: right -84px;
	background-repeat: no-repeat;
}
a.button_large span span {
	margin: 0 8px;
	padding: 11px 6px 0 6px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	height: 31px;
	background-position: left -42px;
	background-repeat: repeat-x;
}
#page a.button_large:hover {
	text-decoration: none;
}



a.button_medium, a.button_medium span {
	float: left;
	display: block;
	background-image: url('../src/page/medium_button.png');
	height: 36px;
	background-position: left 0;
	background-repeat: no-repeat;
}
a.button_medium span {
	background-position: right -72px;
	background-repeat: no-repeat;
}
a.button_medium span span {
	margin: 0 7px;
	padding: 11px 6px 0 6px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	height: 25px;
	background-position: left -36px;
	background-repeat: repeat-x;
}
#page a.button_medium:hover {
	text-decoration: none;
}
/* @end */

/* @group choice */
a.choice {
	display: block;
	margin-bottom: 20px;
	color: #FFF;
	text-decoration: none;
}
/* @end */