/* --- Styles de la gestion des zones de picking --- 
 *
 * JF 13/08/2009 (+) : Création
 */
 
#zones_picking_message {
	background-color : #7093db;
	border-right : 3px solid #767676;
	border-bottom : 3px solid #767676;
/*	height : 70px;
	left : 50%;
	margin-left : -100px;
	margin-top : -60px;
*/
	padding:5px;
	position : absolute;
/*	top : 50%; */
	width : 300px;
}

#zones_picking_message h3 {
	color : white;
}

#zones_picking_message p.boutons {
	text-align : center;
}

#zones_picking_message p.boutons a {
	background-color : #000080;
	border : 2px outset #000080;
	color : white;
	font-weight : bold;
	padding : 3px;
	text-decoration : none;
}

table.tableaux_zones_picking {
	background-color:#eeeeee;
	float:left;
	margin-right:20px;
}

th.entete2_zone_picking {
	background-color : #555555;
}

.nofloat {
	clear : both;
}
