@charset "utf-8";
/* CSS Document */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////////////////////////	*/
/* 												MISE EN PAGE FF											*/
/* //////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

HTML{
	width:100%;
	height:99%;
}
#table {
	display:table;
	width:98%;
	height:96%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	text-align:center;
}

#cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
}

#principal{
	text-align:left;

}

#content, #principal{
	margin-left:auto;
	margin-right:auto;
	width:730px;
	height:698px;
	position:relative;

	
}




