@CHARSET "ISO-8859-1";

div.actionbar {
    float: left;
    width: 100%;
	border:1px solid #666;
	border-radius: 5px;
	background: #eee;
	background: -webkit-linear-gradient(#eee,#ddd);
	background: -moz-linear-gradient(#eee,#ddd);
	background: -ms-linear-gradient(#eee,#ddd);
	background: -o-linear-gradient(#eee,#ddd);
	background: linear-gradient(#eee,#ddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee',endColorstr='#ddd', GradientType=0);
	font-size:75%;
	margin-bottom:10px;
}


div.actionbar div.left {
    float: left;
	margin: 3px;
	padding: 0px 3px;
	border:1px solid #999;
	border-radius:3px;
	background: #fff;
	background: -webkit-linear-gradient(#fff,#f0f0f0);
	background: -moz-linear-gradient(#fff,#f0f0f0);
	background: -ms-linear-gradient(#fff,#f0f0f0);
	background: -o-linear-gradient(#fff,#f0f0f0);
	background: linear-gradient(#fff,#f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0', GradientType=0);
}

div.actionbar div.right {
    float: right;
	margin: 3px;
	padding: 0px 3px;
	border:1px solid #999;
	border-radius:3px;
	background: #fff;
	background: -webkit-linear-gradient(#fff,#f0f0f0);
	background: -moz-linear-gradient(#fff,#f0f0f0);
	background: -ms-linear-gradient(#fff,#f0f0f0);
	background: -o-linear-gradient(#fff,#f0f0f0);
	background: linear-gradient(#fff,#f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0', GradientType=0);
}

div.actionbar ul{
    list-style: none outside none;
}

div.actionbar li {
    display: inline;
    float: left;
	padding: 3px;
	color:#666666;
	cursor: pointer;
	border-width: 0px 1px;
	border-style: solid;
	border-color: transparent;
	border-collapse:collapse;
}

div.actionbar li:hover {
	border-width: 0px 1px;
	border-style: solid;
	border-color: transparent #ccc;
	border-collapse:collapse;
	background: #eee;
	background: -webkit-linear-gradient(#eee,#ddd);
	background: -moz-linear-gradient(#eee,#ddd);
	background: -ms-linear-gradient(#eee,#ddd);
	background: -o-linear-gradient(#eee,#ddd);
	background: linear-gradient(#eee,#ddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd',endColorstr='#ddd', GradientType=0);
}

div.actionbar img {
	width: 24px;
	height: 24px;
	border:0px;
	margin:0px;
	padding:0px;
}


div.actionbar div.fiche{
    margin: 0px;
	padding: 0px;
	border:1px solid #333;
	border-radius:3px;
	background: #fff;
	background: -webkit-linear-gradient(#fff,#f0f0f0);
	background: -moz-linear-gradient(#fff,#f0f0f0);
	background: -ms-linear-gradient(#fff,#f0f0f0);
	background: -o-linear-gradient(#fff,#f0f0f0);
	background: linear-gradient(#fff,#f0f0f0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0', GradientType=0);
	width:250px;
	z-index:10000;
	position:absolute;
	display:none;
	box-shadow: rgba(0,0,0,0.33) 3px 3px 5px;
}

div.actionbar div.fiche div.title{
	background: #666;
	background: -webkit-linear-gradient(#999,#666);
	background: -moz-linear-gradient(#999,#666);
	background: -ms-linear-gradient(#999,#666);
	background: -o-linear-gradient(#999,#666);
	background: linear-gradient(#999,#666);
	border-bottom:1px solid #333;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999',endColorstr='#666', GradientType=0);
	width:100%;
	color:white;
	line-height:25px;
	display:block;
	text-align:center;
	
}

div.actionbar div.fiche p{
	text-align:justify;
	color:black;
	line-height:20px;
	display:block;
	padding:5px;
}

div.actionbar div.fiche p.menu{
	padding: 0px 5px;
}

div.actionbar div.fiche p.menu:hover{
	padding: 0px 5px 0px 10px;
	background: #666;
	background: -webkit-linear-gradient(#CCC,#999);
	background: -moz-linear-gradient(#CCC,#999);
	background: -ms-linear-gradient(#CCC,#999);
	background: -o-linear-gradient(#CCC,#999);
	background: linear-gradient(#CCC,#999);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC',endColorstr='#999', GradientType=0);
	color:black;
	font-weight:bold;
}

div.actionbar div.fiche p.select{
	padding: 0px 5px 0px 10px;
	color:yellow;
	font-weight:bold;
	background: #900;
	background: -webkit-linear-gradient(#900,#F00);
	background: -moz-linear-gradient(#900,#F00);
	background: -ms-linear-gradient(#900,#F00);
	background: -o-linear-gradient(#900,#F00);
	background: linear-gradient(#900,#F00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#900',endColorstr='#F00', GradientType=0);

}
