/*
	 CSS-Saveurs Jazz Festival
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #f2ede7;
}

/* Contenant */

#container {
	position:relative;
	margin: 0; padding: 0;
}

/* Logo */

#logo {
	z-index: -2;
	position:absolute;
	width: 240px;
	height: 271px;
	background: url(../images/fonds/fond_logo.png) no-repeat;
}

#logo img {
	border: none;
}
/* Menu */

#menu {
	position: absolute;
	width: 642px;
	height: 119px;
	background: url(../images/fonds/fond_menu.png) no-repeat;
	top: 64px;
	left: 220px;
}

/*Reseau */

#reseau {
	position: absolute;
	width: 70px;
	height: 35px;
	top: 170px;
	left: 740px;
}


/* Corps */

#corps {
	z-index: -3;
	position: absolute;
	width: 748px;
	height: 541px;
	background: url(../images/fonds/fond_corps.png) no-repeat;
	top: 183px;
	left: 103px;
}

/* titre*/

#titre {
	position: relative;
	top: 0p;
	left: 137px;
	width: 180px;
}

/* Bas de page */

#baspage {
	position: absolute;
	width: 748px;
	top: 725px;
	left: 103px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#baspage a {
	text-decoration: none;
	color: #000;
}
#baspage a:hover {
	color: #e3004f;
}

