* {margin: 0; padding: 0}
.clear {clear: both; float: none;font-size: 0px;height: 0px;}
.clear-left {clear: left; }
.clear-right {clear: right; float: none;font-size: 0px;height: 0px;}
img { border: 0 }
body {
	text-align: center;
}
#bordBody {
  margin-left: auto;
  margin-right: auto;
	width: 1024px;
	border: 1px solid #000;
	border-top: 0px;
  background: url(../images/bg-body.png) right repeat-y;
}
#bordBodyIndex {
  margin-left: auto;
  margin-right: auto;
	width: 1024px;
	border: 1px solid #000;
	border-top: 0px;
  background: url(../images/bg-bodyIndex.png) right repeat-y;
}
#body {
  font: normal 13px/20px "Trebuchet MS", Arial;
  color: #000;
  background: url(../images/bg-bottom.png) bottom left no-repeat;
	width: 1024px;
	text-align: left;
}
#bodyIndex {
  font: normal 13px/20px "Trebuchet MS", Arial;
  color: #000;
  background: url(../images/bg-bottomIndex.png) bottom left no-repeat;
	width: 1024px;
	text-align: left;
}

div#main {
	padding: 76px 0 0 76px;
}

div#mainIndex {
	padding: 0;
}
div#mainIndex p, div#listeDuo p {
	clear: left;
	color: #000;
	line-height: 16px;
	padding: 20px 360px 0 125px;
}
div#mainIndex img {
	float: left;
	padding-right: 10px;
}
div#mainIndex h1 {
	clear: left;
	color: #D20021;
	font-size: 18px;
	text-align: left;
	padding: 15px 0 0 125px;
}

div#main h6 {
	color: #D20021;
	font-size: 14px;
	text-align: left;
	padding: 15px 0 0 0px;
}

img#logoFede {
	margin: 58px 0 58px 125px;
}

img#expo {
	float: left;
	margin: 0 0 0 127px;
}

img#dates {
	float: left;
	margin: 50px 0 0 60px;
}

img#edaa {
	float: left;
	margin: 10px 0 0 60px;
}

img#logoIndex {
	clear: left;
	float: left;
	margin: 20px 0 0 127px;
}

div#menu {
	float: right;
}
div#body div#menu {
	width: 249px;
	margin: 0 0 200px 0;
}

div#bodyIndex div#menu {
	width: 341px;
	margin: 0;
}

div#menu ul {
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
}

div#menu li {
	padding-bottom: 18px;
}

div#body div#menu a {
	display: block; /* la balise a doit être en bloc */
  color: #fff;
  text-decoration: none;
  font: 16px/27px "arial", sans-serif;
	background-image: url(../images/bg-menu-off.png);	
	background-repeat: no-repeat;
}

div#body div#menu a:hover {
	background-image: url(../images/bg-menu-on.png);
  color: #000;
}

div#bodyIndex div#menu a {
	display: block; /* la balise a doit être en bloc */
  color: #fff;
  text-decoration: none;
  font: 16px/27px "arial", sans-serif;
	background-image: url(../images/bg-menu-offIndex.png);	
	background-repeat: no-repeat;
}

div#bodyIndex div#menu a:hover {
	background-image: url(../images/bg-menu-onIndex.png);
  color: #000;
}

div#fin {
	padding-bottom: 150px;
	clear: both;
	float: none;
	font-size: 0px;
	height: 0px;
}
div#footer {
  position: relative;
  top: -15px;
  margin-right: 249px;
	font: bold 18px/24px Arial;
	text-align: center;
	letter-spacing: 2px;
	color: white;
}
div#footerIndex {
  position: relative;
  top: -15px;
  margin-right: 341px;
	font: bold 18px/24px Arial;
	text-align: center;
	letter-spacing: 1px;
	color: white;
}