body {
	background-color: #2a1300;
	background: url(background.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #642900;
	margin: 0px;
	overflow:hidden;
	height: 100%;
}

body.forum {
	background: url(fond_forum.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

body.charte {
	background: url(background-home_frame.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#main_container {
	width:100%;
	height:100%;
	background-color: transparent;
	overflow:auto;
	position:absolute;
}

#main_container .content_wrapper {
	padding: 20px 20px 20px 20px;
}

A:link, A:visited, A:active {
	color: #642900;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

A:hover {
	color: #291100;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.gras {
	font-weight: bold;
	color: #642900;
	display: inline; 
}

img {
	border: 0px;
	vertical-align: middle;
}

img#avatar {
	border: 0px;
	margin: 4px 0px 0px 0px;
}

hr {
	height: 1px;
	border: 0px;
	color: #844920;
	background-color: #844920;
	width: 100%;
	margin: 4px 0px 10px 0px;
}

table {
	border: 0px;
	width: 660px;
	border-collapse: separate;
}

td.avatar {
	vertical-align: top;
	border: 0px;
	padding: 0px 8px 8px 0px;
	width: 70px;
	font-size: 12px;
}

td.chat {
	vertical-align: top;
	padding: 8px;
	width: 100%;
	font-size: 12px;
}

td.thematique {
	vertical-align: top;
	padding: 8px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border: 1px dashed #642900;
	margin: 0px 0px 10px 0px;
}

table.charte {
	margin: 0px;
	border: 0px;
	border-collapse: separate;
}

table.intro {
	margin: 0px;
	border: 0px;
	width: 350px;
	float: right;
	border-collapse: separate;
}

td.charte {
	color: #ffedce;
	background: url(bg_chat.png);
	font-size: 12px;
	padding: 8px;
	width: 100%;
}

td.charte_titre {
	color: #ffedce;
	background: url(bg_chat.png);
	font-size: 14px;
	padding: 8px;
	width: 100%;
	font-weight: bold;
}

div#nextchat {
	margin: 20px auto 10px auto;
	padding: 20px 10px 20px 10px;
	background: url(bg_chat.png);
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #A48057;
}

div#titre {
	background: url(bg_chat.png);
	padding: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

div#titre_low {
	background: url(bg_chat.png);
	padding: 8px;
	margin-bottom: 10px;
	font-size: 12px;
}

#quote {
	background: url(bg_chat.png);
	border: 0px;
 	padding: 8px;
	margin: 4px;
	width: 95%;
}

input, textarea {
	background-color:transparent;
	border: 1px solid #642900;
	padding: 4px;
	margin-bottom: 10px;
	font-family: Arial, Sans-serif;
	color: #642900;
	font-size: 12px;
}

input.large, textarea.large {
	width: 100%;
}

input.bold {
	font-weight: bold;
}

#fixed_header {
	margin-top: 0px;
	padding: 0px;
	background-image: url(fixed_header.png);
	height: 30px;
	width: 720px;
	top: 0px;
	position:absolute;
	overflow:hidden;
}

#fixed_footer {
	background-image: url(fixed_footer.png);
	height: 30px;
	width: 720px;
	bottom:0px;
	position:absolute;
	overflow:hidden;
}

#notifications {
	background-color: #FFAEAE;
	border: 2px solid #642900;
	padding: 5px;
	bottom: 15px;
	position:absolute;
	right: 25px;
	overflow:hidden;
	display:none;
}

