@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #0098A1;
}

.cacher {
	position: absolute;
	height: 0px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

#bandeau-efcom {
	position: relative;
	margin-left: -475px;
	margin-bottom: 10px;
	left: 50%;
	width: 950px;
	_height: 50px;
	min-height: 50px;
	text-align: center;
}

#structure {
	position: relative;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	min-height: 585px;
	_height: 585px;
	background-image: url(../images/general/fond-contenu.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#gauche {
	float: left;
	width: 288px;
	min-height: 770px;
	_height: 770px;
}

#logo {
	position: relative;
	width: 288px;
	height: 211px;
}

#fond-gauche {
	position: relative;
	width: 207px;
	height: 158px;
	padding-top: 397px;
	padding-left: 81px;
	background-image: url(../images/general/fond-gauche.png);
	background-repeat: no-repeat;
}

#droite {
	float: left;
	width: 662px;
	min-height: 585px;
	_height: 585px;
}

#inscription {
	position: absolute;
	z-index: 1;
	left: 322px;
	width: 628px;
	height: 100px;
}

#titre-inscription {
	float: left;
	margin-top: 17px;
	width: 267px;
	height: 86px;
}

#champ-inscription {
	float: left;
	margin-top: 17px;
	width: 118px;
	height: 86px;
}

#texte-inscription {
	float: left;
	margin-top: 17px;
	margin-left: 10px;
	width: 180px;
	height: 86px;
}

#nav {
	position: relative;
	top: 70px;
	width: 662px;
	height: 150px;
}

#nav-accueil {
	float: left;
	margin-top: 30px;
	width: 100px;
	height: 66px;
}

#nav-salon {
	float: left;
	margin-top: 30px;
	width: 64px;
	height: 42px;
}

#nav-exposants {
	float: left;
	margin-top: 30px;
	width: 97px;
	height: 42px;
}

#nav-ateliers {
	float: left;
	margin-top: 30px;
	width: 81px;
	height: 42px;
}

#nav-infos {
	float: left;
	margin-top: 30px;
	width: 93px;
	height: 42px;
}

#nav-rel {
	float: left;
	margin-top: 30px;
	width: 123px;
	height: 42px;
}

#nav-contact {
	float: left;
	width: 103px;
	height: 72px;
}

#contenu {
	position: relative;
	width: 662px;
	min-height: 400px;
	_height: 400px;
}

#footer {
  position: relative;
  padding-top: 0px;
}

.padding-10t {
  padding-top: 10px;
}

.padding-10l {
  padding-left: 10px;
}

.padding-20l {
  padding-left: 20px;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

img {
  border: none;
}