/* Ceci est la feuille de style attachée au forum.
** Elle est nécessaire pour le bon affichage des éléments 
** internes au forum, ne la suppriméz pas. */

body {
	background-image: url(../img/trame.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}


.bg_div { 
	background-image:url(../img/bg.png); 
	background-repeat: no-repeat;
	position: absolute;
	width:1024px;
	left:50%;
	margin-left:-512px;
	}

.texte_base_noir					{ font-size:12px; font-weight: normal; color:#2E2D2E; }

a 						{ text-decoration:none; font-weight:bold; }
a:link 					{ font-size:12px; color:#BE2641; font-weight: bold; text-decoration: none; }
a:visited 				{ font-size:12px; color:#BE2641; font-weight: bold;}
a:hover 				{ font-size:12px; color:#BE2641; font-weight: bold; text-decoration: underline;}

.ariane					{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:11px; }
.ariane a				{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:11px; }
.ariane a:link			{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:11px; }
.ariane a:visited		{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:11px; }
.ariane a:hover			{ font-weight: normal; color:#BE2641; text-decoration: underline; font-size:11px; }

.titre_news_noir					{ font-size:16px; font-weight:bold; color:#858585; }

.texte_news_noir					{ font-size:12px; font-weight: normal; color:#2E2D2E; }
.texte_news_noir a					{ text-decoration:none; font-weight:bold; }
.texte_news_noir a:link				{ font-size:12px; color:#BE2641; font-weight: bold; text-decoration: none; }
.texte_news_noir a:visited			{ font-size:12px; color:#BE2641; font-weight: bold;}
.texte_news_noir a:hover			{ font-size:12px; color:#BE2641; font-weight: bold; text-decoration: underline;}

.poles					{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:12px; }
.poles a				{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:12px; }
.poles a:link			{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:12px; }
.poles a:visited		{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:12px; }
.poles a:hover			{ font-weight: normal; color:#BE2641; text-decoration: underline; font-size:12px; }

.poles_big				{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:16px; }
.poles_big a			{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:16px; }
.poles_big a:link		{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:16px; }
.poles_big a:visited	{ color:#2E2D2E; font-weight: normal; text-decoration: none; font-size:16px; }
.poles_big a:hover		{ font-weight: normal; color:#BE2641; text-decoration: underline; font-size:16px; }

.mentions				{ color:#293F59; font-weight: normal; text-decoration: none; font-size:11px;}
.mentions a				{ color:#293F59; font-weight: normal; text-decoration: none; font-size:11px;}
.mentions a:link		{ color:#293F59; font-weight: normal; text-decoration: none; font-size:11px;}
.mentions a:visited		{ color:#293F59; font-weight: normal; text-decoration: none; font-size:11px;}
.mentions a:hover		{ font-weight: normal; color:#293F59; text-decoration: underline; font-size:11px;}

ul						{ margin-left:15px; padding-left:0px; list-style-position: outside;}

form 					{ display:inline; }

/* La classe de base pour les champs de formulaires */

input.bouton, textarea.bouton_rep_rapide, textarea.tbouton, textarea.tcond, textarea.tsign , select.sbouton, input.boutonb { border:1px solid #999999; background-color:#EEEEEE; font-weight:bold; color:#444444; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* input.bouton est la classe utilisée pour les champs de type INPUT */
input.bouton 					{ font-size:11px; background-image:url('./design/fondnomforum.gif'); }

/* input.bouton est la classe utilisée pour les champs de type INPUT dans le formulaire
** d'enregistrement, la couleur change pour marquer l'erreur. */
input.boutonb 				{ background-image:url('./design/fondnomforum.gif'); font-size:11px; color:#FF0000; font-weight:bold; }

/* textarea.bouton_rep_rapide est la classe du champ de réponse rapide */
textarea.bouton_rep_rapide 	{ font-size:11px; width:400px; height:100px; }

/* textarea.tbouton est la classe du champ utilisé dans le formulaires de post et de mp */
textarea.tbouton 				{ font-size:11px; width:400px; height:200px; }

/* textarea.tbouton est la classe du champ affichant les conditions du forum a l'enregistrement */
textarea.tcond 				{ font-size:10px; width:100%; height:280px; color:#373737;  text-transform:uppercase; }

/* textarea.tbouton est la classe du champ utilisé dans le formulaires de signature */
textarea.tsign 				{ font-size:11px; width:400px; height:60px; }

/* select.sbouton est la classe des champs de type SELECT */
select.sbouton 				{ font-size:11px; }