#site {
	position: relative;
	left: 50%;
	width: 780px;
	margin-left: -400px;
	padding: 0;
	overflow: hidden;
}

/* header */
#top {
	width: 800px;
	height: 87px;
}
#backlogo {
	position: absolute;
	height: 87px;
	width: 205px;
	left: 0px;
	background-color: #f0f0f0;
}
#logo {
	position: relative;
	top: 20px;
	left: 22px;
	height: 48px;
	width: 159px;
}
#banner {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 87px;
	width: 578px;
}
#slogan {
	position: absolute;
	right: 10px;
	top: 10px;
	font: bold 1em arial,sans-serif;
	color: #636363;
}
a.slogan {
	color: #636363;
	cursor: text;
}
#topmenu {
	position: absolute;
	font: bold 0.9em arial,sans-serif;
	color: #ffffff;
	bottom: 4px;
	width: 100%;
	text-align: center;
}
#topmenu a {
	color: #ffffff;
}
#topmenu a:hover {
	color: #ffeedd;
}
#submenu {
	font: bold 0.9em arial,sans-serif;
	color: #ff6600;
	text-align: right;
	top: 2px;
	margin: 2px 2px 0 0;
}
#submenu a {
	color: #ff6600;
}
#submenu a:hover {
	color: #ff8822;
}


/* milieu */
#pagebody {
	position: relative;
	vertical-align: middle;
	min-height: 400px;
	left: 202px;
}
* html #pagebody {
	height: 470px;
}
#avatar {
	position: absolute;
	width: 200px;
	top: 150px;
	text-align: center;
}
#avatar>img {
	position: relative;
	top: 85px;
}
#actu {
	position: absolute;
	width: 190px;
	top: 190px;
	left: 5px;
	border: #ff6600 solid 1px;
	padding-bottom: 20px;
}
#actu h1 {
	font-size: 0.8em;
	color: #ff6600;
	border-bottom: #ff6600 solid 1px;
	padding: 3px 0 4px 0;
	margin-bottom: 8px;
}
#actu p {
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: justify;
	padding: 0 12px 0 12px;
}
#actu p img {
	height: 8px;
	width: 85px;
}
#actu_bottom {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
* html #actu_bottom {
	bottom: -2px;
}
#main {
	top: 0px;
	width: 578px;
	border: 0px solid;
	font-size: 0.9em;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.4em;
	text-align: justify;
}
#msg {
	position: relative;
	left: 49px;
	top: 94px;
	text-align: justify;
	width: 520px;
	text-indent: 1em;
}


/* footer */
#footer {
	position: relative;
	float: right;
	right: 0;
	height: 102px;
	width: 780px;
}
#puzzle {
	position: absolute;
	right: 0;
	top: 0;
}
#footerleft {
	position: absolute;
	top: 71px;
	float: left;
	background-color: #f0f0f0;
	height: 31px;
	width: 202px;
}
#footerlinks {
	position: relative;
	top: 71px;
	text-align: center;
	background-color: #ff6600;
	font: bold 0.9em arial,sans-serif;
	color: #ffffff;
	height: 25px;
	width: 578px;
	padding-top: 6px;
	float: right;
}
#footer a {
	color: #ffffff;
}

/*** calendrier ***/
#calendrier table {
	border: #ff6600 solid 1px;
	text-align: center;
	width: 576px;
}

/*** authentifications ***/
#auth {
	position: relative;
	top: 0px;
	left: 155px;
	width: 235px;
	padding: 12px;
	border: #ff6600 solid 1px;
}
#auth #authtitle {
	margin-bottom: 10px;
}
#auth label {
}
#auth .editbox {
}
#auth .submit {
	position: relative;
	top: 10px;
	left: 190px;
}
#b_register {
	position: relative;
	top: -14px;
}

/* erreurs */
.erreurs {
	color: #ff2200;
	list-style-type: square;
}

/*** exposants ***/

/* tableau de bord */
#tdb {
	width: 576px;
}
#tdb h3 {
	font: bold 1em arial,sans-serif;
	color: #434343;
}
#tdb table {
	border: #ff6600 solid 1px;
	text-align: center;
	width: 576px;
}

/* factures */
#fact table {
	border: #ff6600 solid 1px;
	text-align: center;
	width: 490px;
}


