/* ========= FORUM ========= */

/* Formulaires */

fieldset {
	border: none;
}

form.nouveau {
	width: 80%;
	margin: 5em auto 0;
	background-color: #D0E7BB;
	-moz-border-radius: 2ex;
}

form.nouveau h3, form.nouveau h4, form.nouveau h5 {
	margin: 0;
	margin-bottom: 1em;
	padding: 0.3ex 1em;
	background-color: #669966;
	color: White;
	font-size: 1.7ex;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	-moz-border-radius: 2ex 2ex 0 0;
}

form.nouveau label {
	float: left;
	width: 14ex;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #003300;
}

form.nouveau textarea {
	width: 80%;
}

form.nouveau textarea, form.nouveau input.texte {
	border: 1px solid #99CC99;
}

form.nouveau input.protege {
	background-color: #D0E7BB;
	border: none;
}

form.nouveau input.bouton {
	font-weight: bold;
	color: #F1F3F9;
	border: thin outset;
	background-color: #669966;
}

fieldset.captcha label {
	float: none;
	width: auto;
}

/* Barre connexion */

#connexion {
	margin-top: 2em;
	background-color: #D6F0A8;
	font-size: 0.8em;
	-moz-border-radius: 2ex;
}

#connexion h3 {
	padding: 0 1em;
	background-color: #7DB11D;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	color: White;
	-moz-border-radius: 2ex 2ex 0 0;
}


#connexion label {
	float: left;
	width: 16ex;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #336600;
}

#connexion ul#menuforumconnecte {
	float: right;
	margin: 0;
	position: relative;
	bottom: 2.5em;
	right: 1em;
	list-style: none;
}

#connexion ul#menuforumconnecte li {
	display: inline;
}

#connexion ul#menuforumconnecte a {
	font-family: sans-serif;
	text-decoration: none;
	color: #263C00;
}

/* ====== PREFERENCES ====== */

#preferences {
	background-color: #D6F0A8;
	margin: 0.5ex 0;
	-moz-border-radius: 2ex;
}

#preferences label {
	margin-top: 1ex;
	margin-bottom: 0;
	margin-right: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #263C00;
}

#preferences input.texte {
	border: 1px solid #99CC99;
}

#preferences input.bouton {
	font-weight: bold;
	color: #F1F3F9;
	border: thin outset;
	background-color: #71A01B;
	font-size: 0.6em;
}

/* ========= SUJET ========= */

/* Messages */

div.message {
	background-color: #E9F8C6;
	border: 1px solid #D4E3B1;
	margin-top: 1em;
	-moz-border-radius: 1ex;
}

/* -- Infos message */
div.message address {
	float: left;
	padding: 0 1ex;
	margin-right: 2ex;
	background-color: #F5FFCC;
	-moz-border-radius-topleft: 1ex;
}

div.message address .auteur {
	margin-right: 1ex;
}

div.message address .date {
	display: block;
	font-size: smaller;
	font-style: normal;
	font-family: sans-serif;
}

div.message address .statut {
	font-size: 70%;
	font-style: normal;
	font-family: sans-serif;
}

/* -- Texte du message */
div.message div.texte {
	padding: 0 2ex;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 0.8em;
}

/* -- Options */
div.message ul.options {
	padding: 5px 0 0 5px;
	height: 22px;
	margin: 0;
	list-style-type: none;
	clear: left;
}

div.message ul.options li {
	float: left;
}

div.message ul.options li a {
	display: block;
	margin-right: 5px;
	font-size: 0;		/* |                 */
	line-height: 0;   /* | Cacher le texte */
	overflow: hidden; /* |                 */
	text-decoration: none;
}

div.message ul.options li.modif a {
	width: 19px;
	height: 22px;
	background-image: url(images/modif.gif);
}

div.message ul.options li.suppr a {
	width: 18px;
	height: 20px;
	background-image: url(images/suppr.gif);
}

/* Question */

div#question {
	border: 1px solid Maroon;
	background-color: #FFDDBB;
	-moz-border-radius: 0 0 1ex 1ex;
}

div#question h4, h4.sujet {
	margin: 0;
	padding: 0.5ex;
	text-indent: 2em;
	background-color: Maroon;
	background-image: url(images/fondsujet.gif);
	background-repeat: repeat-x;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h4.sujet {
	border: 1px solid Maroon;
}

div#question address {
	background-color: #FFEECC;
}

/* Numéros de page */
.pages {
	text-align: right;
	font-family: sans-serif;
	margin-top: 1ex;
}

.pages strong {
	padding: 0 0.5ex;
	border: 1px solid #669933;
}

/* ========= RUBRIQUE ========= */

h3.rubrique {
	padding: 0.5ex;
	text-align: center;
	border: 1px solid #FFCC00;
	background-color: #FFD273;
	background-image: url(images/fondrub.gif);
	background-repeat: repeat-x;
	color: #993300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

h3.rubrique a {
	color: #993300;
}

h3.privee span {
	display: none;
}

h3.privee {
	background-image: url(images/prive.gif);
	background-position: 10px;
	background-repeat: no-repeat;
}

h4#listesuj {
	display: none;
}

#sujets {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sujets tbody {
	background-color: #FFCC99;
	font-size: 0.8em;
}

#sujets thead {
	font-size: 0.6em;
	color: Gray;
}

#sujets td {
	padding: 0 1ex;
	border-top: 1px solid #CC6666;
}

#sujets th {
	padding: 0 1ex;
}

#sujets td.titre {
	width: 50%;
	background-color: Maroon;
	background-image: url(images/fondsujet.gif);
	background-repeat: repeat-x;
	padding: 1ex 1ex;
	color: White;
	font-weight: bold;
}

#sujets tr.lu td.titre {
	background-image: none;
	background-color: #EEA77B;
}

#sujets td.titre a {
	display: block;
	text-decoration: none;
	color: White;
}

#sujets tr.lu td.titre a {
	color: #FFDFBF;
}

#sujets td.options {
	border-left: 1px dashed #CC6666;
	border-top: 1px solid #FFFFCC;
	background-color: #FFE2C6;
	padding: 0;
	width: 52px;
}

#sujets td.options ul {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	height: 22px;
	width: 52px;
	list-style-type: none;
}

#sujets td.options ul li {
	float: left;
}

#sujets td.options ul li a {
	display: block;
	font-size: 0;		/* |                 */
	line-height: 0;   /* | Cacher le texte */
	overflow: hidden; /* |                 */
	text-decoration: none;
}

#sujets td.options ul li.modif a {
	margin-right: 5px;
	width: 19px;
	height: 22px;
	background-image: url(images/modif.gif);
}

#sujets td.options ul li.suppr a {
	width: 18px;
	height: 20px;
	background-image: url(images/suppr.gif);
}

/* ========= ACCUEIL ========= */

h3#listerub {
	display: none;
}

#rubriques {
	width: 75%;
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#rubriques tbody {
	background-color: #FFEFAC;
	font-size: 0.8em;
}

#rubriques thead {
	font-size: 0.6em;
	color: Gray;
}

#rubriques td {
	padding: 0 1ex;
	border-top: 1px solid #FFCC00;
}

#rubriques th {
	padding: 0 1ex;
}

#rubriques td.titre {
	width: 75%;
	background-color: #FFD273;
	background-image: url(images/fondrub.gif);
	background-repeat: repeat-x;
	padding: 1ex 1ex;
	font-weight: bold;
	color: #993300;
}

#rubriques td.titre a {
	display: block;
	text-decoration: none;
	color: #993300;
}

#rubriques tr.privee td.titre a span {
	display: none;
}

#rubriques tr.privee td.titre span {
	position:absolute;
	left:12%;
	margin-left: 1ex;
	font-size: 0;		/* |                 */
	line-height: 0;		/* | Cacher le texte */
	overflow: hidden;	/* |                 */
	height:15px;
	width:15px;
	background-image: url(images/prive.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#rubriques tr.privee td.titre a {
	background-image: url(images/prive.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#rubriques tr.lue td.titre {
	background-image: none;
	background-color: #FFE990;
}

#rubriques tr.lue td.titre a {
	color: #BB5522;
}

#rubriques td.options {
	border-top: 1px solid #FFFFCC;
	border-left: 1px dashed #FFCC00;
	background-color: #FFECC3;
	padding: 0;
	width: 52px;
}

#rubriques td.options ul {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	height: 22px;
	width: 52px;
	list-style-type: none;
}

#rubriques td.options ul li {
	float: left;
}

#rubriques td.options ul li a {
	display: block;
	font-size: 0;		/* |                 */
	line-height: 0;   /* | Cacher le texte */
	overflow: hidden; /* |                 */
	text-decoration: none;
}

#rubriques td.options ul li.modif a {
	margin-right: 5px;
	width: 19px;
	height: 22px;
	background-image: url(images/modif.gif);
}

#rubriques td.options ul li.suppr a {
	width: 18px;
	height: 20px;
	background-image: url(images/suppr.gif);
}

.erreur {
	color: Red;
}

.succes {
	color: Green;
}