body
{
	margin: 0;
	width: 100%;
	min-width: 1024px;
	background-color: #fff;
	font-family: "Trebuchet MS";
}

#en_tete
{
	height: 119px;
	background: url("images_forums/back_en_tete.gif") repeat-x;
}

#en_tete_gauche
{
	float: left;
	width: 773px;
	height: 119px;
	background: url("images_forums/en_tete_gauche.jpg") no-repeat;
}

#en_tete_droite
{
	background: url("images_forums/en_tete_droite.jpg") no-repeat;
	height: 119px;
	width: 220px;
	float: right;
}

#menu
{
	width: 200px;
	float: left;
	margin: 0;
	background: url("images_forums/back_menu.gif") repeat-y;
}

.menu_debut_ns
{
	width: 170px;
	height: 27px;
	padding: 3pt;
	background: url("images_forums/menu_cigare.gif") no-repeat;
	
	text-align: center;
}

.menu_debut_ns a
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
}

.menu_debut_ns a:hover
{
	text-decoration: underline;
}

.menu_debut_nsa
{
	width: 170px;
	height: 27px;
	padding: 2px;
	background: url("images_forums/cigare_nsa.gif") no-repeat;
	
	text-align: center;
}

.menu_debut_ns a, .menu_debut_nsa a
{
	text-decoration: none;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
}

.menu_debut_ns a:hover, .menu_debut_nsa a:hover
{
	text-decoration: underline;
}

#menu_fin
{
	background: url("images_forums/bas_menu.gif") no-repeat;
	height: 123px;
}

#corps
{
	margin-left: 200px;
	margin-right: 20px;
	padding: 5px;
}

/* ELEMENTS DE MISE EN FORME */

.droite        { text-align: right; margin-right: 10px;  }
.gauche        { text-align: left;    }
.centrer      { text-align: center;  }
.justifier  { text-align: justify; }
.petit 	      { font-size: 9pt; margin-left: 5pt;	  }
.petit a	      { text-decoration: none; color: #2c478b;}
.petit a:hover  { text-decoration: underline;}

p {margin: 0;}
img {border: none;}

/* ELEMENTS POUR L'INSCRIPTION */

.formulaire_inscr fieldset
{
	width: 70%;
	margin: auto;
	text-align: center;
}

.validationInscription {
	width: 50%;
	margin: auto;
	margin-top: 20%;
	border: 1px solid #999999;
	background-color: #fafafa;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	color: #F2760D;
	letter-spacing:0.2em;
	text-align: center;
}

.validationInscription a {
	color: #5d90b5;
	font-style: italic;
	letter-spacing:0em;
}

/* ELEMENTS POUR LES FORUMS*/

.forum
{
	border: 1px solid #848686;
	background-color: #fdfaf4;
	padding-bottom: 10pt;
}

.forum h1
{
	font-size: 20pt;
	color: #5c462c;
	text-align: center;
}

.forum h2
{
	font-size: 16pt;
	color: #b59d5d;
	text-align: center;
}

.cadre
{
	width: 98%;
	margin: auto;
	margin-bottom: 3pt;
	padding: 3pt;
	border: 1px solid #d5c3a3;
	background-color: #f5f2e9;
	font-size: 10pt;
	color: #533609;
}

.cadre a, .cadre_nv a
{
	color: #274aa4;
	text-decoration: none;
}

.cadre a:hover, .cadre_nv a:hover
{
	text-decoration: underline;
}

.cadre_nv
{
	width: 98%;
	margin: auto;
	margin-bottom: 10pt;
	padding: 3pt;
	border: 1px solid #d5c3a3;
	background-color: #e8d8d8;
	font-size: 10pt;
	color: #533609;
}

.tableau_f
{
	border-collapse: collapse;
	width: 99%;
	margin: auto;
	border: 1px solid #eadec8;
}

.thead
{
	border: 1px solid #eadec8;
	background: url("images_forums/forum_th.gif");
	height: 25px;
}

.tbody
{
	background-color: #f8fafc;
}

.tbody_nv
{
	background-color: #ebc26b;
}

.tbody:hover, .tbody_nv:hover
{
	background-color: #ffeacb;
}

.tbody_title
{
	border: 1px solid #eadec8;
	padding-left: 5px;
	width: 45%;
}

.tbody_title em
{
	padding-left: 10pt;
	font-size: 8pt;
}

.tbody_center
{
	text-align: center;
	border: 1px solid #eadec8;
}

.tbody_center a
{
	color: red;
	text-decoration: none;
}
.tbody_center a:hover
{
	color: #8c0000;
	text-decoration: underline;
}


/* Elements pour la création d'un forum */

.formulaire_forum
{
	width: 80%;
	margin: auto;
}

.formulaire_forum label 
{
	display:block;
	width:150px;
	float:left;
	text-align: right;
}

/* Couleur */
.rouge
{
	color: red;
}

.vert
{
	color: green;
}

.message
{
	text-align: right;
	font-size: 9pt;
	margin-bottom: 20pt;
}