body
{
	color: #600;
	background-color:#333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-position:center;
	margin:	0;
	text-align: justify;
	
}

/* ==========     BLOCS DEFINITIONS     ========== */

#main
{
	width: 720px;
	text-align: justify;
	margin: 0 auto;
	top: 20px;
	position: relative;
	z-index: 0;
}

#logo
{
	width: 191px;
	height: 34px;
	left: 0;
	top: 0;
	position: relative;
}

#nav
{
	width: 530px;
	color: #666;
	text-align: right;
	top: 12px;
	left: 190px;
	position: absolute;
}

#lang
{
	width: 157px;
	height: 37px;
	position: absolute;
	top: 512px;
	left:563px;
}

#image
{
	top: 31px;
	position: absolute;
	z-index: -1;
}

p { margin-bottom: 00px; }


/* ==========     PAGES SPECIFICS     ========== */

#tx-home
{
	width: 240px;
	height: 100px;
	position: absolute;
	top: 200px;
	left: 450px;
}

#tx-packshots
{
	width: 220px;
	height: 320px;
	position: absolute;
	top: 200px;
	left: 400px;
	color: #C90;
}

#tx-retouching
{
	width: 280px;
	height: 220px;
	position: absolute;
	top: 100px;
	left: 370px;
	color: #999;
}

#tx-production
{
	width: 300px;
	height: 220px;
	position: absolute;
	top: 200px;
	left: 380px;
	color: #ccc;
}

#tx-more
{
	width: 160px;
	height: 220px;
	position: absolute;
	top: 120px;
	left: 460px;
	color: #ccc;
}

#tx-contact
{
	width: 300px;
	height: 220px;
	position: absolute;
	top: 190px;
	left: 380px;
	color: #ccc;
}


/* ==========     TEXTS DEFINITIONS     ========== */

a:link
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.active:link
{
	color: #999;
}


a:visited
{
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.active:visited
{
	color: #999;
}

a:hover
{
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

a.active:hover
{
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

