@charset "iso-8859-1";

body
{ 
	background-color: #FFFFFF;
	color: black;
	margin:0;
	padding:0;
	font: 14px arial;
}

#page
{
	position:relative;
	width:1000px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
}

#animation
{
	position:relative;
	width:1000px;
	height:679px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:1000px;
	height:219px;
	background-image: url('../images/header.jpg');
}

.bodyHome				{ width:1000px; height:502px; background-image: url('../images/backgroundHome.jpg'); }
.bodyPartner		{ width:1000px; height:502px; background-image: url('../images/backgroundPartner.jpg'); }
.bodyProduct		{ width:1000px; height:502px; background-image: url('../images/backgroundProduct.jpg'); }
.bodyWarehouse	{ width:1000px; height:502px; background-image: url('../images/backgroundWarehouse.jpg'); }
.bodyContact		{ width:1000px; height:502px; background-image: url('../images/backgroundContact.jpg'); }
.bodyPrlift			{ width:1000px; height:502px; background-image: url('../images/backgroundPrlift.jpg'); }

#footer
{
	width:1000px;
	height:29px;
	color: #FFFFFF;
	background-color: #313131;
	text-align: center;
}
#footer a
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuHome								{ width:314px; height:51px; cursor: pointer; margin: 0px; padding: 0px; }
.menuPartner						{ width:314px; height:50px; cursor: pointer; margin: 0px; padding: 0px; }
.menuHomePartnerEmpty		{ width:314px; height:25px; margin: 0px; padding: 0px; }

.menuHomePartner		{ float: left; width:314px; height:126px; cursor: pointer; margin: 0px; padding: 0px; }
.menuEmptyRight			{ float: left; width:15px;  height:126px; margin: 0px; padding: 0px; }
.menuProduct				{ float: left; width:170px; height:126px; cursor: pointer; margin: 0px; padding: 0px; }
.menuWarehouse			{ float: left; width:167px; height:126px; cursor: pointer; margin: 0px; padding: 0px; }
.menuContact				{ float: left; width:167px; height:126px; cursor: pointer; margin: 0px; padding: 0px; }
.menuPrlift					{ float: left; width:167px; height:126px; cursor: pointer; margin: 0px; padding: 0px; }

.bodyTable					{ clear: both; height: 370px; width: 938px; }
.bodyLeft						{ width: 312px; }
.bodyCenter					{ width: 20px; }
.bodyRight					{ width: 606px; }

.imgContent		{ border: 1px solid black; }

a:link 		{ color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover		{ color: black; text-decoration: none; }

.inputContact		{	height: 12px; font-size: 9px; width: 300px; margin-bottom: 0px;	}

.inputForm					{	margin: 0px; padding: 0px; height: 1px;	}
.inputFormDevis			{	margin: 0px; padding: 0px; height: 1px; font-size: 11px;	}
#inputListHidden		{ display: none; }
