/**
Global reset (Eric Meyer w/ modifications)
*/

/**
 * Stylesheet for La Belgique Gourmande
 *
 * @media	screen, projection
 * @copyright	Code d'Or <http://www.codedor.be>
 * @author	karen
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/* outline: 0; */
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	font: 300 12px/1.4 Georgia, "Times New Roman",Tahoma, Arial, sans-serif;
	background: #dd000d;
}

ol, ul {
	list-style: none;
}

/* Splash page */

body#splash div#container{
		width: 700px;
		height: 594px;
		margin: 30px auto 0 auto;
		padding: 90px 0 0 0 ;
		background: url(../img/bg_container_splash.jpg) no-repeat;
		text-align: center;
}

div.menu {
		width: 700px;
		padding: 0 0 0 40px;
		text-align: center;
}

div.menu a{
		color: black;
		font-size: 1.4em;
		margin-right: 50px;
		text-decoration: none;
}

div.menu a:hover{
	text-decoration: underline;
}
	
div.address{
		font-size: 1.1em;
}



img.logo_splash{
		margin: 0 0 0 0;
}

/* Global layout */
#container{
	margin: 30px auto 0 auto;
	background: url(../img/bg_container.jpg) no-repeat;	
	width: 850px;
}


#content{
	padding: 20px 0 0 30px;	
	float: left;
	display: block;
	width: 600px;
}

div.content_txt{
	text-align: left;	
	float: left;
	width: 590px;
	padding: 0 0 20px 0;
}

div.content_txt a{
	color: black;
}

div.wrapper_top{
	background: url(../img/bg_container_top.jpg) no-repeat;	
	width: 850px;
	display: block;
	float: left;
}

div.wrapper_bottom{
	background: url(../img/bg_container_bottom.jpg) no-repeat;	
	width: 850px;
	height: 31px;
	line-height:0px;
	font-size: 0px;
	display: block;
	float: left;

}

#wrapper{
	width: 808px;
	float: left;
	display: block;
	margin: 14px 0 0 17px;
	padding: 0 0 0 7px;
}


div.intro_right{
	float: right;	
	margin: 30px 0 0 0;
	width: 320px;
	font-size: 1.2em;
}


div.press_pic{
		float: right;
		margin: 0 10px 20px 10px;
		text-align: right;
		font-size: 0.9em;
}
	/* Menu */
	
#menu{
	width: 120px;
	float: left;
	display: block;
	padding: 170px 40px 0 0;
	text-align: right;
}


#menu ul a{
	color: white;
	text-decoration: none;	
	text-transform: uppercase;
}

#menu ul li{
	margin: 0 0 5px 0;
}

	/* Languages */
	
div.languages {
	float: right;
	width: 260px;
	margin: 15px 0 0 0;
}

div.languages ul li{
	float: left;	
	margin: 0 0 0 10px;
}

div.languages ul li a{
	color: #dd000d;
	font-size: 0.9em;
	text-transform: uppercase;	
	text-decoration: none;
}

div.languages ul li.selected,
div.languages ul li a:hover{
	text-decoration: underline;
}

	/* Logo replacement */

h1{
	float: left;
	height: 139px ;
	width: 250px;
	background: url(../img/logo_index.jpg);
}

h1 a{
	display: block;
	float: left;
	height: 139px ;
	width: 250px;
	overflow: hidden;
	text-indent: -9000px;
}


	

/**
 * = Clearfix
 * ----------------------------------------------------------
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


