	HTML{
		overflow:hidden;
	}

	BODY{
		margin:0px;
		padding:0px;
		background-color:#6e0101;
	}
	
	A{
		outline:none;
	}
	
	#global-layer{
		position	: absolute;
		top			: 50%;
		left		: 50%;
		height		: 930px; 
		width		: 1250px; 

		margin-top	: -465px;
		margin-left	: -625px;		

		background:url(../images/template/background.jpg) no-repeat 0px 0px;
		
		color:#cccaca;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}

	INPUT, TEXTAREA{
		font-family:Arial, Helvetica, sans-serif;
	}
	#content-frame-layer{
		position	: absolute;
		top			: 195px;
		left		: 150px;
		height		: 540px; 
		width		: 950px; 
		background:url(../images/template/content-frame-background.jpg) no-repeat 0px 0px;
	}


	#menu-layer{
		position:absolute;
		top:479px;
		left:4px;
		height:52px;
		width:938px;
		padding:0px;
		margin:0px;
		list-style:none;
		background:url(../images/template/menu-background.jpg) no-repeat 0px 0px;
	}
	#menu-layer UL{
		position:absolute;
		padding:0px;
		margin:0px;
		top:10px;
		left:125px;
		list-style:none;
	}
	#menu-layer LI{
		float:left;
	}
	#menu-layer A{
		position:relative;
		height:29px;
		margin:0px;
		padding:0px;
		display:none;
		text-transform:uppercase;
		font-size:12px;
		text-decoration:none;
		color:#e7d4ad;
		letter-spacing:-0.1px;
	}


	#menu-layer A.logo{
		display:block;
		width:170px;
		left:770px;
		height:55px;
	}

	#menu-layer A.accueil-fr{
		background:url(../images/menu/bottom/fr/accueil.jpg) no-repeat 0px 0px;
		width:60px;
	}

	#menu-layer A.collection-fr{
		background:url(../images/menu/bottom/fr/test.jpg) no-repeat 0px 0px;
		width:104px;
	}

	#menu-layer A.part-fr{
		background:url(../images/menu/bottom/fr/gourmet.jpg) no-repeat 0px 0px;
		width:119px;
	}

	#menu-layer A.pro-fr{
		background:url(../images/menu/bottom/fr/pro.jpg) no-repeat 0px 0px;
		width:153px;
	}

	#menu-layer A.contact-fr{
		background:url(../images/menu/bottom/fr/contact.jpg) no-repeat 0px 0px;
		width:74px;
	}

	#menu-layer A.cgv-fr{
		background:url(../images/menu/bottom/fr/cgv.jpg) no-repeat 0px 0px;
		width:50px;
	}

	#menu-layer A.my-account-fr{
		background:url(../images/menu/bottom/fr/mon-compte.jpg) no-repeat 0px 0px;
		width:97px;
	}

	#menu-layer A.deconnexion-fr{
		background:url(../images/menu/bottom/fr/deconnexion.jpg) no-repeat 0px 0px;
		width:82px;
		margin-left:100px;
	}

	#menu-layer A.logout-fr{
		background:url(../images/menu/bottom/fr/logout.jpg) no-repeat 0px 0px;
		margin-left:100px;
		width:82px;
	}

	#menu-layer A.accueil-en{
		background:url(../images/menu/bottom/en/accueil.jpg) no-repeat 0px 0px;
		width:60px;
	}

	#menu-layer A.collection-en{
		background:url(../images/menu/bottom/en/test.jpg) no-repeat 0px 0px;
		width:104px;
	}

	#menu-layer A.part-en{
		background:url(../images/menu/bottom/en/gourmet.jpg) no-repeat 0px 0px;
		width:119px;
	}

	#menu-layer A.pro-en{
		background:url(../images/menu/bottom/en/pro.jpg) no-repeat 0px 0px;
		width:153px;
	}

	#menu-layer A.contact-en{
		background:url(../images/menu/bottom/en/contact.jpg) no-repeat 0px 0px;
		width:74px;
	}

	#menu-layer A.cgv-en{
		background:url(../images/menu/bottom/en/cgv.jpg) no-repeat 0px 0px;
		width:50px;
	}

	#menu-layer A.my-account-en{
		background:url(../images/menu/bottom/en/mon-compte.jpg) no-repeat 0px 0px;
		width:97px;
	}

	#menu-layer A.deconnexion-en{
		background:url(../images/menu/bottom/en/deconnexion.jpg) no-repeat 0px 0px;
		width:82px;
		margin-left:100px;
	}

	#menu-layer A.logout-en{
		background:url(../images/menu/bottom/en/logout.jpg) no-repeat 0px 0px;
		margin-left:100px;
		width:82px;
	}
	

	#content{
		position	: absolute;
		top			: 3px;
		left		: 4px;
		height		: 476px; 
		width		: 938px; 
	}
	
	#footer-layer{
		position	: absolute;
		top			:780px;
		left		: 150px;
		width		: 950px;
		text-align:center;
		color:#f4e1b9;
		font-size:9px;
	}

	#footer-layer A{
		color:#f4e1b9;
		text-decoration:none;
	}
	#footer-layer A:hover{
		text-decoration:underline;
	}

