/* CSS du forum - skin vert */
 
.messageInfo {
	text-align: center;
	color: #FC9;
}
.copyright {
	text-align: center;
}

#forum {
  	margin: 1em 135px 0 135px;
	border: none;
	min-height: 52ex;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}
#forum #entete {
  	border: 1px solid #FC9;
	padding: 0.2em;
	background-image: url(/mm6/images/forum/logo_forum.gif);
	background-repeat: no-repeat;
	background-position: 60% bottom;
}
* html #forum #entete {
  	height: 1%; /* Guillotine */
}
#forum #entete #bienvenue {
	float: right;
	width: 15em;
	text-align: right;
	margin-top: 0.2em;
}
#forum #entete ul, li {
	list-style: none;
}
#forum #entete ul li {
	display: inline;
}
#forum #entete a {
	color: #FC9;
	font-family: "Bookman old style", "Times New Roman", Times, serif;
	font-size: 1em;
}
#forum #entete h3 {
	margin: 0;
	padding: 0;
	width: 38em;
	background: none;
	color: #000;
	font-family: "Bookman old style", "Times New Roman", Times, serif;
	font-size: 1em;
}
#forum #entete p {
	margin: 0;
}
#forum #entete a#index_forums {
	float: right;
	margin-top: -18px;
}

#forum .erreur p {
	text-align: center;
	border: 1px solid #FC9;
	margin: 1em;
	padding: 1em;
}

#forum .pagination {
 	width: auto;
 	border: none;
 	margin: 0;
}
#forum .pagination a {
 	color: #FC9 !important;
}
#forum .pagination.haute {
	text-align: center;
}
#forum .pagination.basse {
	margin: 0.5em 0;
	text-align: right !important;
	padding-right: 0.5em;
	border: 1px solid #FC9;
}

/* Présentation générique des tableaux et en têtes */
#forum .groupe h3,
#forum #liste_threads h3,
#forum #forum-recherche h3,
#forum .sous_entete h3 {
	padding: 0.2em 0.1em;
	text-indent: 5px;
}
#forum .groupe table,
#forum #liste_threads table,
#forum #forum-recherche fieldset {
  	border: 1px solid #FC9;
	border-top: none;
	text-align: left;
}
#forum .groupe table th,
#forum #liste_threads table th {
	background-image: none;
}
#forum .groupe table .nom_categorie,
#forum #liste_threads table .nom_categorie {
	width: 45%;
}
#forum .groupe table .nb_messages {
	width: 25%;
}
#forum .groupe table .auteur {
	width: 30%;
}
#forum table a {
	text-decoration: none;
}
#forum table a:hover {
	text-decoration: underline !important;
}
#forum #lienbas {
	background-image: url(/mm6/images/forum/fleche_bas.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
}
#forum #lienhaut {
	background-image: url(/mm6/images/forum/fleche_haut.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
}
#forum #liste_threads .pagination {
	text-align: left;
}
#forum table .pair {
	background-color: #0CC;
}
#forum table .impair {
  	background-color: #099;
}
/* Fin Présentation générique des tableaux */

/* Un groupe sur la page d'accueil */
#forum .groupe {
	margin: 1em 0;
}
#forum .groupe h3 {
	position: relative;
	border: 1px solid #FC9;
	padding: 0.2em;
}
#forum .groupe .foot {
  	display: none;
}
#forum .groupe span.description {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #FC9;
	font-size: 0.8em;
}
* html #forum .groupe span.description {
	right: 12em;
}
#forum .groupe table p {
	margin: 0;
	width: 280px;
}
#forum .groupe td {
	padding-left: 0.3em;
}
#forum .groupe a {
 	font-family: Bookman old style, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #033; 
}
/* Fin du groupe */

/* Spécifique à la liste des threads */
#forum .sous_entete {
	margin: 1em 0;
	position: relative;
	border: 1px solid #FC9;
	min-height: 3.5em;
}
* html #forum .sous_entete {
	height: 3.5em;
}
#forum .sous_entete h3 {
  	position: relative;
	padding: 0.2em;
}
#forum .sous_entete h3 a {
	font-size: 0.8em;
}
#forum .sous_entete h3 a:hover {
	text-decoration: underline !important;
}
#forum .sous_entete h4 {
	padding: 0;
	margin: 0 0 0 15px;
	width: 290px;
	background: none;
	color: #033;
	font-family: "Bookman old style", "Times New Roman", Times, serif;
	font-size: 0.9em;
}
#forum .sous_entete a {
  	font-family: "Bookman old style", "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0.8em;
}
#forum .sous_entete .nbtopics {
	position: absolute;
	top: 1.8em;
	right: 120px;
}
#forum .sous_entete .action {
	position: absolute;
	right: 15px;
	top: 25px;
	font-variant: small-caps;
	border: 3px double #033;
}
#forum .sous_entete .action:hover {
 	background-color: #033; 
	color: #FC9;
}
#forum #liste_threads table {
	width: 100%;
}
#forum #liste_threads h3 {
	position: relative;
	border: 1px solid #FC9;
	padding: 0.2em;
}
#forum #liste_threads a {
 	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #033;
}
/* Fin de la liste des threads */

/* Spécifique à l'affichage d'un thread */
.liste_messages {
	border-top: 1px solid #FC9;
	overflow: auto;
}
.post {
  	position: relative;
	border: 1px solid #FC9;
	border-top: none;
	padding: 0.5em 0 1.5em 0;
	min-height: 10em;
}
* html .post {
  	height: 10em;
}
.post a {
  	color: #F6EFDF;
 	font-weight: bold;
	text-decoration: underline; 
}
.post.pair {
	background-color: #0CC;
}
.post .date {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 2px;
	font-weight: bold;
	font-size: 0.8em;
}
.post .auteur {
  	position: absolute;
	top: 0;
	left: 0;
	margin: 5px;
	width: 8em;
	float: left;
}
.post .auteur .info, .post .auteur .role, .post .auteur .tagmembre {
	color: #033;
	font-weight: normal;
	font-size: 0.9em;
}
.post .auteur .tagmembre, .post .auteur .tagmembre li {
	margin: 0;
	padding: 0;
}
.post .auteur a {
 	color: #033;
	font-weight: bold; 
}
.post .message {
	margin-left: 8.2em;
}
.post .message h5 { /* Titre du message */
	padding: 0;
	margin: 0 0 0.2em 0;
}
.post .message .signature {
	margin-top: 1em;
	padding: 0.5em;
	width: 70%;
	border-top: 1px solid #033;
	font-size: 0.9em;
	color: #033;
}
/* Fin de l'affichage d'un thread */

/* Formulaire de réponse */
ul.infos_reponse { /* les messages d'erreur, succès. */
	color: #FC9;
	font-weight: bold;
	margin: 1em 0;
}

.reponse fieldset {
  	margin: 0 auto;
	border: 1px dotted #FC9;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.reponse fieldset legend {
  	background-color: #033;
}
.reponse fieldset label {
	width: 8em;
	padding-left: 0.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.reponse fieldset div {
  	clear: both;
}
.reponse #c_titre,
.reponse #c_pseudo,
.reponse #c_message,
.reponse #c_prio,
.reponse #c_type,
.reponse #c_categ, .reponse #kaptcha {
	border: 1px solid #033;
	background-color: #FFF;
	padding: 0.2em;
}
.reponse #c_titre,
.reponse #c_pseudo,
.reponse #c_prio {
	width: 180px;
	padding: 0 0 0 0.2em;
}
.reponse #c_message {
	width: 350px;
}
.reponse #c_type, .reponse #c_categ {
 	font-size: 0.8em; 
}
.modereponse { /* la div contenant les messages */
	height: 500px;
	overflow: auto;
}
* html .modereponse {
 	 height: 100%;
 	 overflow: visible;
}
.boutons {
 	 text-align: center;
}
.boutons .bouton {
  	color: #FC9 !important;
  	background-color: #033 !important;
 	font-size: 1em;
}
.boutons .bouton:hover {
  	color: #033 !important;
  	background-color: #FC9 !important;
}

/* Effet spécial lorsque les champs ont le focus */
.reponse #c_titre:focus,
.reponse #c_pseudo:focus,
.reponse #c_message:focus {
	border: 1px solid #FC9;
}
#richtext {
	clear: both;
}
#richtext .boutonOn {
	text-align: center;
	border-left: 1px solid #FFFADD;
	border-top: 1px solid #FFFADD;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	cursor: pointer;
	background-color: #033;
	color: #FC9;
	font-size: 0.8em;
}
#richtext .boutonOff {
	text-align: center;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #FFFADD;
	border-bottom: 1px solid #FFFADD;
	cursor: pointer;
	background-color: #099;
	font-size: 0.8em;
}
#smilies div {
	margin: 0.5em 0 0 9em;
	padding: 0;
	clear: none;
}
#smilies a {
	height: 25px;
	margin: 0 9px 0 0;
	display: block;
	float: left;
}
/* Fin formulaire de réponse */

/* Moteur et Résultats de recherche */
#forum #forum-recherche {
	margin: 1em 0;
	padding: 0;
}
#forum #forum-recherche h3 {
	padding: 0.2em 0.1em;
	margin: 0;
	text-indent: 5px;
	border: 1px solid #FC9;
}
#forum #forum-recherche fieldset {
	margin: 0;
	padding: 0.5em 0;
	border-top: none;
}
#forum #forum-recherche label {
	margin: 0.2em;
	width: 140px;
	font-weight: bold;
}
#forum #forum-recherche legend {
	display: none;
}
#forum-recherche div {
	clear: both;
}
#forum-recherche input {
	background-color: #FFF;
	font-size: 0.8em;	
}
#forum-recherche select {
	background-color: #FFF;
	font-size: 0.8em !important;
	border: none !important;
}

#forum #resultats h3 {
	margin: 0 auto;
	margin-bottom: -1px;
	margin-top: 0.5em;
	font-size: 90%;
	padding: 0.3em 1em;
}
#forum .result {
	margin-left: 0.5em;
	margin-bottom: 0.2em;
	padding: 0.2em 0.2em 0 0.2em;
	width: 90%;
	border: 1px solid #033;
}
#forum .result a {
	color: #033;
}
#forum .result.pair {
	background-color: #0CC;
}
#forum .result h4 {
	padding: 0;
	margin: 0 0 0 15px;
	width: 430px;
	height: 1.2em;
	background: none;
	color: #000;
	font-family: "Bookman old style", "Times New Roman", Times, serif;
	font-size: 1em;
	border: none;
}
#forum .result p {
	margin: 0;
	padding: 0;
}
/* Fin résultats de la recherche */

/* Les états des topics */
.etat {
	background-repeat: no-repeat;
	padding-left: 25px !important;
}
.etat.nonlu {
	background-image: url(/mm6/images/forum/nonlu.gif) !important;
	background-position: 2px center !important;
}
.etat.lu {
	background-image: url(/mm6/images/forum/lu.gif) !important;
	background-position: 2px center !important;
}
.etat.postit {
	background-image: url(/mm6/images/forum/postit.gif) !important;
	background-position: 2px center !important;
}
.etat.clos {
	background-image: url(/mm6/images/forum/clos.gif) !important;
	background-position: 2px center !important;
}
.etat.annonce {
	background-image: url(/mm6/images/forum/annonce.gif) !important;
	background-position: 2px center !important;
}
/* fin des états */

#quickjump {
	margin: 0.5em 2em 1em 0;
	font-size: 1em;
}
#quickjump fieldset {
	border: none;
}
#quickjump fieldset legend {
	display: none;
}
#quickjump fieldset div {
	text-align: right;
}
#quickjump fieldset label {
	width: 60%;
}
#quickjump select, #forum-recherche select {
	border: 1px solid #FC9;
	font-size: 0.8em;
	background-color: #FFF;
} 
#quickjump select optgroup, #forum-recherche select optgroup {
	background-color: #033;
	color: #FC9;
	font-weight: normal;
}
#quickjump select option, #forum-recherche select option {
	background-color: #099;
	color: #000;
}
