@CHARSET "UTF-8";

/**
 * forum.css
 *
 * Created by Benoît Durand on 14/10/2008
 * $Id: forums.php 595 2009-01-20 16:26:22Z bdurand $
 */

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.italic
{
	font-style: italic;
}

.rightfield
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

table
{
	padding: 0;
}

.max
{
	width: 100%;
}

/* Index */
#headforum
{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#headforum th
{
	background-color: #000000;
}

#reponses
{
	width: 70px;
}

#dernier
{
	width: 140px;
}

.paginationControl
{
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	font-size: 10px;
	height:15px;
}

button
{
	font-size: 12px;
}

#buttonNew
{
	width: 103px;
}

.disabled
{
	visibility: hidden;
}

/* Formulaire d'envoi */
.input, .lefthead, .righthead, .paginationControl, #antispam
{
	border: 1px solid #000000;
}

.input
{
	*position: relative;
	width: 100%;
}

textarea.input
{
	font-size: 12px;
}

input.buttonSubmit
{
	width: 80px;
}

/* Read */
#buttonAnswer
{
	width: 70px;
}

#topiccontent p
{
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.trap
{
	display: none;
}

.lefthead
{
	border-right: none;
	padding-left: 20px;
}

.righthead
{
	border-left: none;
	padding-right: 20px;
	width: 230px;
	text-align: right;
}

#topiccontent, form#message table
{
	width: 700px;
	margin: 0px auto;
}

#antispam
{
	width: 20px;
}

#iesux
{
	width: 250px;
}
#anti-spam dd{
	margin-left: 0px;
}
ul.errors{
	color : red;
	list-style-type : none;
	padding-left : 0px;
}