/* Version dynamique */

/* Structure de la page */
html
{
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden;
}
body, div, input, label, cite, a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #D6C2B2;
}

/* Structure de contrôle */
#control {
	position: absolute;
	right: 2px;
	bottom: 0;
	left: 2px;
	margin: 0;
	padding: 0;
	height: 6.8em;
	height: 73px;
	z-index: 10;
}

/* Structure du contenu */
#content {
	position: fixed;
	top: 2px;
	right: 2px;
	bottom: 6.8em;
	bottom: 73px;
	left: 2px;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: left;
	border: 1px solid #96704E;
	background: transparent;
	z-index: 10;
}
* html body {
	padding: 2px 0 6.8em 0;
	padding: 2px 0 73px 0;
}
* html #content {
	width: 100%;
	margin: 0 2px 0 2px;
	height: 100%;
}

/* Mise en forme générale */
body, form, img, fieldset, dd, h3, h4, p, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Barre d'information */
#infoBar {
	font-size: 10px;
	font-weight: normal;
	margin: 2px 0 2px 0;
	text-align: center;
	background: #96704E;
	border: 1px solid #96704E;
}

/* Mise en forme du formulaire de postage */
#form table td {
	text-align: left;
}
#form table td.labelCol {
	width: 1%;
}
#form table td.inputCol {
	width: 99%;
}
#form table input {
	width: 90%;
	float: right;
	border: 1px solid #96704E;
	margin: 1px 0 0 2px;
	background: transparent url(/images/fields.png) repeat-x top;
}
#form #buttons {
	clear: both;
	text-align: right;
	margin: 2px 0 2px 0;
}
#form #buttons input {
	border: 0;
	margin: 0;
	padding-top: 0;
	height: 1.4em;
	background: url(/images/fields.png) repeat-x top;
}
#form #buttons #send {
	padding: 0 !important;
	height: 15px;

}
#form #buttons #more {
	width: 16px;
	height: 15px;
	padding: 0;
	background: url(/images/smiley.png) no-repeat;
}
#form #buttons #refresh {
	text-decoration: none;
	color: #D6C2B2;
	float: left;
	padding-left: 13px;
	background: url(/images/normal.gif) no-repeat left center;
}
#form #buttons #refresh.load {
	background-image: url(/images/load.gif);
}

/* Mise en forme des messages */
#messages li {
	margin-top: 2px;
	display: block;
	padding: 3px;
	list-style: none;
	background: url(/images/alpha015.png) repeat;
}
.highlightOn {
	border: 3px solid #FFFFBB;
	padding: 0px;
}
.highlightOff {
	border: 0px solid #FFFFBB;
	padding: 3px;
}
#messages li cite {
	font-weight: lighter;
	font-style: normal;
	text-transform: capitalize;
	cursor: help;
	font-weight: bold;
}
#messages li q {
	font-size: 8pt;
	color: #D6C2B2;
}
#messages li q:before, #messages li q:after {
	content: '';
}
#messages li span {
	font-size: 7pt;
	color: #96704E;
	text-align: right;
	display: block;
}

/* Panel smileys */
#smileys {
	position: fixed;
	padding: 3px 3px 1px 3px;
	bottom: 18px;
	right: -200px;
	z-index: 9999;
	background: #96704E url(/images/alpha015.png) repeat;
	border: 1px solid #96704E;
}
#smileys img {
	padding: 3px;
}
#smileys div {
	padding: 0 2px 0 2px;
}

/* Order ASC */
.shoutboxASC #control {
	top: 0;
	bottom: inherit;
}
.shoutboxASC #content {
	top: 6.8em;
	bottom: 2px;
}
* .shoutboxASC {
	padding: 6.8em 0 2px 0;
}

