html, body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

body {
	background-color: #000;
	margin: 10px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

#page {
	position: relative;
	width: 750px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	/*border-left: 2px solid black;
	border-right: 2px solid black;*/
}

#home {
	text-align: center;
}

#nav {
	position: relative;
	text-align: center;
	font-family: "Arial Black", Goergia, serif;
	font-size: 12px;
	margin: 0 0 20px 0;
	background-color: #FFF100;
	padding: 8px 4px;
}

#nav a, #nav span {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	color: #000;
}

#nav span.separator {
	padding: 0 6px;
}

#nav a:hover, #nav span.actif {
	color: #ff0023;
}

#nav a span.bulle {
	position: absolute;
	display: none;
	text-align: left;
	left: 10px;
	top: 18px;
	background-color: #ff0023;
	width: 250px;
	color: #fff;
}

#nav a:hover span.bulle {
	display: block;
}

table {
	position: relative;
	left: -10px;
	margin: 0;
	border: none;
	padding: 0;
	border-spacing: 10px;
	cellspacing: 10;
}

td {
	border: none;
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

ul {
	list-style: none;
  margin-left: 0;
  padding-left: 0px;
  text-indent: -1em;
}
ul li {margin-left: 10px;}

ul li:before {
    content: "\00BB \0020";
   }

.abus {
	text-align: right;
	font-size: 0.8em;
}

div.box, ul.box {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

div.nbox {
	margin-bottom: 10px;
}

div.far {
	margin-top: 60px;
}

p {margin-bottom: 10px;}

p.titre {
	display: block;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid black;
	margin: 3px 0;
	padding: 1px 0 0 0;
}

p.date {color: #ff0023;}

p.info {border-top: 1px solid black; font-size: 12px;}

.by {
	padding-left: 20px;
	font-weight: bold;
	background: transparent url("img/puce-by.png") no-repeat left;
}

.where {color: #ff007a; font-variant: small-caps; font-size: 1.1em;}

#edito {
	position: relative;
	background: #fff url("img/edito-top.png") no-repeat center 20px;
	padding-top: 360px;
}

#coupefiles {
	position: relative;
	background: transparent url("img/coupefiles-bck.png") repeat-y top;
	padding: 360px 76px 200px 76px;
}

#toulouse {
	position: relative;
	background: #fff url("img/toulouse-top.png") no-repeat center 10px;
	padding-top: 120px;
}

#strasbourg {
	position: relative;
	background: #fff url("img/strasbourg-top.png") no-repeat center 10px;
	padding-top: 120px;
}

#paris {
	position: relative;
	background: #fff url("img/paris-top.png") no-repeat center 10px;
	padding-top: 120px;
}

#nice {
	position: relative;
	background: #fff url("img/nice-top.png") no-repeat center 10px;
	padding-top: 120px;
}

#lyon {
	position: relative;
	background: #fff url("img/lyon-top.png") no-repeat center 10px;
	padding-top: 120px;
}



#chefs {
	position: relative;
	text-align: center;
	background-color: #fff;
}

#partenaires {
	background-color: #fff;
	position: relative;
}

.credits {
	clear: left;
	margin-top: 10px;
	float: left;
}

