html, body {
	margin: 0 0 0 0;
	padding: 0;
}

body {
	background: #cdc396;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#222222;
}

.trans {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

a 		{
	color:#3c3a2f;
	text-decoration:none;
}
a:hover { color:#796644;text-decoration:none; }

/********STRUCTURE**********************************/

#container {
	width:1000px;
	margin:auto;
}

#top {
	float:left; clear:both; width:100%;
	height:281px;
	position:relative;
	background:url('top.gif') no-repeat top center;
}

#top ul.flags {
	float:left;
	padding:0; margin:0;
	list-style-type:none;
	
	position:absolute;
	top:5px; right:70px;
	
	z-index:1;
}

#top ul.flags li {
	float:left;
	margin-left:10px;
	width:16px; height:16px;
}

#top ul.flags li.fr {
	background:url('fr.gif') no-repeat;
}

#top ul.flags li.uk {
	background:url('uk.gif') no-repeat;
}

#top ul.flags li a {
	display:block;
	width:16px; height:16px;
	text-decoration:none;
}

#top ul.flags li a b {
	display:none;
}

/***************************MENU****************************/

#menu {
	position:absolute;
	bottom:0px;
	left:90px;
}

#menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	width:100%;
}

#menu li {
	width:134px;height:24px;
	text-align:center;
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	letter-spacing:0px;
	margin-right:2px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#635b30;
	width:134px;height:24px;
	display:block;
	_display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background:url('menu.gif') no-repeat top center;
}

#menu a:hover, #menu a.active {
	color:#fff;
	background:url('menu.gif') no-repeat bottom center;
	text-decoration:none;
}

#menu div{
	padding-top:6px;
}

/************************************************/

#main {
	float:left; clear:both; width:100%;
	background: transparent url('content.gif') repeat-y top center;
	min-height:300px;
	_height:300px;
}

#main div.php {
	float:left; clear:both; width:100%;
	background:url('top_content.gif') no-repeat top center;
	min-height:50px;
	_height:50px;
}

#main div.php div.position {
	padding:30px 60px 0px 60px;
}


#bottom {
	float:left; clear:both; width:100%;
	background: transparent url('bottom.gif') no-repeat center;
	height:143px;
	position:relative;
}

#bottom div.copyright {
	position:absolute;
	bottom:10px; left:150px;
	color:#333333;
	font-size:10px;
	width:500px;
}

#bottom div.copyright a {
	color:#333333;
	text-decoration:none;
}

#bottom div.copyright a:hover {
	color:#666666;
	text-decoration:underline;
}

/*******************************************/

/* CONTACT */

div.contact form {
	margin:0; padding:0;
}

div.contact form fieldset {
	margin:0; padding:0;
	border:0;
	margin-bottom:5px;
}

div.contact form legend {
	font-size:16px;
	color:#3c3a2f;
	font-weight:bold;
	margin:10px;
	margin-bottom:0;
	padding:5px;
	padding-bottom:0;
	border-bottom:1px solid #3c3a2f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div.contact form sup {
	color:#cc0000;
}

div.contact table.inner label {
	font-weight:bold;
	/*float:left;
	width:40%;
	clear:left;*/
}

div.contact table.inner div {
	float:right;
	width:58%;
	clear:right;
}

div.contact table.inner div.clear {
	margin-bottom:10px;
	clear:both;
	width:100%;
	float:left;
}

div.contact textarea, div.contact input, div.contact select {
	/*border-width:1px;
	border-color:#666;*/
	border:1px solid #aaaaaa;
}

div.contact textarea {
	width:100%;
}

div.contact table.inner input, div.contact table.inner textarea, div.contact table.inner select {
	width:100%;
}

div.contact form input.radio {
	width:auto;
	clear:none;
}

/*div.contact form input.submit {
	background:url('submit.gif') no-repeat;
	border:0;
	width:200px;
	height:30px;
	color:#fff;
	font-size:14px;
}*/

/* VIGNETTES */
div.vignettes {
	float:left; width:100%; clear:both;
	margin-top:10px;
}

div.vignettes div {
	float:left;
	margin-right:5px;
	width:60px;
	height:60px;
	border:1px solid #ccc;
}

div.vignettes div a {
	display:block;
	width:100%;
	height:100%;
}
