html { 
	margin: 0; padding: 0;
	height: 100%;
}

body { 
	margin: 0; padding: 0;
	height: 100%;
}

body { /* BACKGROUND */
	background-color: #FFFFFF;
}

body { /* TEXT */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

body a {
	color: #000;
	text-decoration: none;
}

body a:hover {
	color: #444;
	text-decoration: underline;
}

div, span, form, tabel,
a, p, em, h1, h2, h3, h4,
ul, li, ol {
	margin: 0; padding: 0;
}

form, select, input, button, submit {
	margin: 0; padding: 0;
}

img {
	border: 0;
}


/* BACKGROUND 
--------------------------------------------------- */

body {
	background-color: #dcdfe3;
	background-image: url(images/tetrapak/fr_backswoosh.png);
	background-repeat: no-repeat;
	background-position: center -119px;
}


/* LAYOUT
--------------------------------------------------- */

/* DEBUG border: 1px dashed #000; */
	
#Layout {
	margin-left: -480px;
	margin-top: 25px;
	width: 960px; height: 590px;
	left: 50%; top: 0;
	position: absolute;
	z-index: 1;
}

#TopNav {
	width: 960px; height: 80px;
	position: absolute;
	left: 30px; top: 0px;
	overflow: visible;
	z-index: 40;
}

#Content {
	width: 930px;
	height: 480px;
	position: absolute;
	top: 80px;
	left: 15px;
	overflow: hidden;
	z-index: 50;
	background-image: url(images/tetrapak/bg_content.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#Footer {
	width: 930px; height: 11px;
	position: absolute;
	top: 565px; left: 15px;
	overflow: visible;
	z-index: 40;
}

/* TOPNAV
--------------------------------------------------- */

#LogoLink {
	width: 60px; height: 60px;
	position: absolute;
	left: 8px; top: 10px;
}

#LogoLink img {
	width: 60px; height: 60px;
}

#LogoLink a {
	border-bottom: 0;
}

#LogoLink:hover {
	cursor: pointer;
}

/* MENUITEMS --------------- */

#MenuItems { /* TopLevel DIV */
	position: absolute;
	top: 28px; left: 92px;
	z-index: 65;
}

#MenuItems ul { /* TopLevel UL */
	list-style-type: none;
}

#MenuItems ul li { /* TopLevel LI */
	position: relative;
	float: left; /* alt: display: inline; */ 
	/* STYLE */
	font-size: 9px;
	line-height: 12px;
	padding-top: 0px;
	padding-left: 0px;
	height: 14px; /* 38px */
}

#MenuItems ul li:hover { /* TopLevel LI:HOVER */
	/* STYLE */
}

#MenuItems ul li:hover a { /* TopLevel LI:HOVER A */
	/* STYLE */
	color: #fff;
}

#MenuItems ul li a { /* TopLevel A */
	/* STYLE */
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-decoration: none;
	border-bottom: 0;
}

#MenuItems ul li a:hover { /* TopLevel A:HOVER */
	/* STYLE */
	color: #fff;
	text-decoration: underline;
	border-bottom: 0;
}

#MenuItems ul li a.quisommesnous { 
	/* STYLE */
background-image: url('images/tetrapak/qui-sommes-nous.gif');
display: block; 
width: 124px;
	height: 54px;
}
#MenuItems ul li a.quisommesnous:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/qui-sommes-nous-on.gif');
}

#MenuItems ul li a.planetetp { 
	/* STYLE */
background-image: url('images/tetrapak/planete-tp-on.gif');
display: block; 
width: 124px;
height: 54px;
}
#MenuItems ul li a.planetetp:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/planete-tp-on.gif');
}
#MenuItems ul li a.innovation { 
	/* STYLE */
background-image: url('images/tetrapak/innovation.gif');
display: block; 
width: 94px;
height: 54px;
}
#MenuItems ul li a.innovation:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/innovation-on.gif');
}

#MenuItems ul li a.environnement { 
	/* STYLE */
background-image: url('images/tetrapak/environnement.gif');
display: block; 
width: 121px;
height: 54px;
}
#MenuItems ul li a.environnement:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/environnement-on.gif');
}
#MenuItems ul li a.business { 
	/* STYLE */
background-image: url('images/tetrapak/business.gif');
display: block; 
width: 124px;
height: 54px;
}
#MenuItems ul li a.business:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/business-on.gif');
}

#MenuItems ul li a.marche { 
	/* STYLE */
background-image: url('images/tetrapak/marche.gif');
display: block; 
width: 94px;
height: 54px;
}
#MenuItems ul li a.marche:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/marche-on.gif');
}

#MenuItems ul li a.produits { 
	/* STYLE */
background-image: url('images/tetrapak/produits.gif');
display: block; 
width: 124px;
height: 54px;
}
#MenuItems ul li a.produits:hover { /* TopLevel A:HOVER */
	/* STYLE */
background-image: url('images/tetrapak/produits-on.gif');
}

/* FOOTER
--------------------------------------------------- */

#Footer { /* TYPE */
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	letter-spacing: -0px;
}

#FooterCenter {
	text-align: center;
}

#FooterLeft {
	float: left;
	padding-top: 2px;
}

#FooterRight {
	float: right;
	padding-top: 2px;
}

#Footer a {
	color: #999;
}

#Footer a:hover {
	color: #059;
}

#Footer .Active {
	color: #059;
}

hr{display:none;}



