/*

Darko Bunic
http://www.redips.net/
Mar, 2011.

*/

body{
	font-family: arial;
	margin: 0px; /* for IE6 / IE7 */
}

/*
* 	le 13 oct. 2011
* 	modifié par JDE  pour le mantis : 3021 
*
*/

/* drag area */
#drag, #enteteDrag{
	display: table;
	margin: 0px auto;
}


/* drag objects (DIV elements inside table cells) */
.drag{
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
	text-align: center;
	font-size: 8pt; /* needed for cloned object */
	opacity: 0.7;
	filter: alpha(opacity=70);
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	width: 700px;
	height: 52px;
	line-height: 35px;
}


/* styles for left table */
#table1, #enteteTable1{
	background-color: #eee;
	border-collapse: collapse;
}
	/* border for table1 */
	#table1 td {
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		height: 45px;
		width: 700px;
		text-align: center;
		font-size: 10pt;
	}
	
		/* border for table1 */
	#enteteTable1 td {
		border: 1px solid black;
		height: 45px;
		width: 700px;
		text-align: center;
		font-size: 10pt;
	}

