body {
	background: #323232 url(design/bg_body.gif) repeat-x top left;
	border-top: 5px solid #F6B42D;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}

a:focus {
	outline: none;
}

h1 {
	background: url(design/logo_couleur_cuisine.gif) no-repeat top left;
	height: 100px;
	margin: 20px 0px 20px 100px;
	text-indent: -9000px;
	width: 40%;
}

/* CONTENU */
#container {
	width: 100%;
}
#left {
	background: #FFF url(images/accueil_01.jpg) no-repeat bottom right;
	height: 360px;
	width: 500px;
}
#right {
	background: #ECEFE8 url(images/accueil_02.jpg) no-repeat bottom left;
	height: 360px;
}
table, td {
	margin: 0px;
	padding: 0px;
}

/* MENU */
#menu {
	background: url(design/bg_menu.jpg) repeat-x top left;
	color: #444;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding-left: 150px;
	position: relative;
}
#menuOmbre {
	background: url(design/ombre_menu.png) repeat-x top left;
	height: 25px;
	position: relative;
	z-index: 5;
}
* html #menuOmbre {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/ombre_menu.png', enabled='true', sizingMethod='scale');
}
#menu a {
	color: #444;
	padding: 0px 10px;
	text-decoration: none;
}
#menu #langues {
	background: none;
	left: 750px;
	line-height: normal;
	padding: 16px 0px 0px;
	position: absolute;
	top: 0px;
}
#menu #langues a {
	padding: 0px 5px;
}
#menu #langues a img {
	border: none;
}

/* Fond */
#fond {
	background: #B7A279 url(design/bg_fond.gif) no-repeat top left;
	height: 39px;
	margin: -25px 0px 0px 570px;
	position: relative;
	z-index: 1;
}

#subsite {
	margin: -42px 0px 0px 860px;
	position: absolute;
	z-index: 10;
}
#subsite img {
	margin: 10px 0px 0px;
}

/* LIENS */
a img {
	border: none;
}
