.forum_titre
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : justify;
	}

.forum_texte
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : justify;
	}
.forum_texte A:link
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.forum_texte A:active
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.forum_texte A:visited
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.forum_texte A:hover
	{
	font-family : Verdana,Helvetica;
	color : green;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : none;
	}









body {
	background-color: #EEEEEE;
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-3dlight-color: #DDDDD;
	scrollbar-arrow-color:  #4F4F4F;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #B4BDC0;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #4F4F4F; }
a:hover		{ text-decoration: underline; color : #000000; }
hr	{ height: 0px; border: solid #DDDDD 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #B4BDC0 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #858F94 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFCC; }
td.row2	{ background-color: #FFFFCC; }
td.row3	{ background-color: #FFFFCC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #454545; font-size: 11px; font-weight : bold;
	background-color: #ff9900; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#FFFFCC; border: #FFFFFF; border-style: solid; height: 30px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #FFFFCC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #4F4F4F; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #4F4F4F;  }
a.mainmenu:hover{ text-decoration: underline; color : #000000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #4F4F4F}
a.cattitle		{ text-decoration: none; color : #4F4F4F; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : red; }
a.forumlink 	{ text-decoration: none; color : red; }
a.forumlink:hover{ text-decoration: underline; color : #cc6600; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #4F4F4F; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : red; }
a.topictitle:visited { text-decoration: none; color : red; }
a.topictitle:hover	{ text-decoration: underline; color : #cc6600; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #4F4F4F }
a.postlink:visited { text-decoration: none; color : #6A747A; }
a.postlink:hover { text-decoration: underline; color : #000000}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #939393;
	background-color: #C5C5C5; border: #DDDDD; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D; line-height: 125%;
	background-color: #C5C5C5; border: #DDDDD; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana; color: #4D4D4D; letter-spacing: -1px;}
a.copyright		{ color: #4D4D4D; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #C5C5C5;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #C5C5C5;
	font-weight : normal;


}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E0E0E0; border-style: none; }

/* Fancy form styles for IE */

input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}

.postbody { line-height: 18px}






















/*****************/
/* Les documents */
/*****************/

.titre-principal
	{
	font-family : Verdana,Helvetica;
	color : blue;
	font-size : 14px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

H1
	{
	font-family : Verdana,Helvetica;
	color : blue;
	font-size : 14px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

.sommaire
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.texte_des_news
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---titre-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : justify;
	}

H2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---titre-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 25px;
	text-align : justify;
	}

H3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 25px;
	text-align : justify;
	}

.chapitre---titre-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 50px;
	text-align : justify;
	}

H4
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : bold;
	margin-left : 50px;
	text-align : justify;
	}

H5
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 8px;
	font-weight : normal;
	margin-left : 0px;
	text-align : justify;
	}

.chapitre---texte-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : justify;
	}

.chapitre---texte-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 25px;
	text-align : justify;
	}

.chapitre---texte-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 50px;
	text-align : justify;
	}

.chapitre---puce-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 35px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---puce-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 60px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---puce-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 85px;
	text-align : justify;
	list-style-type : square;
	display : list-item;
	list-style : outside;
	}

.chapitre---tableau-de-niveau-1
	{
	margin-left : 0;
	width : 630px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---tableau-de-niveau-2
	{
	margin-left : 25px;
	width : 605px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---tableau-de-niveau-3
	{
	margin-left : 50px;
	width : 580px;
	border-style : solid;
	border-color : #FFC832;
	border-width : 1px;
	}

.chapitre---texte-du-tableau-de-niveau-1
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.chapitre---texte-du-tableau-de-niveau-2
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.chapitre---texte-du-tableau-de-niveau-3
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	}

.divers---monip-droite
	{
	font-family : Verdana,Helvetica;
	color : black;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : right;
	}

/* Définition du texte des Paragraphes */
P
	{
	font-family : Verdana,Helvetica;
	color : red;
	font-size : 20px;
	margin-left : 0;
	font-weight : normal;
	text-align : left;
	}

/********************************/
/* Les liens dans les documents */
/********************************/

A:link
	{
	color : red;
	text-decoration : underline;
	font-size : 10px;
	font-weight : normal;
	}

A:active
	{
	color : red;
	text-decoration : underline;
	font-size : 10px;
	font-weight : normal;
	}

A:visited
	{
	color : red;
	text-decoration : underline;
	font-size : 10px;
	font-weight : normal;
	}

A:hover
	{
	color : #1600DD;
	text-decoration : none;
	font-size : 10px;
	font-weight : normal;
	}


/***************/
/* Le site web */
/***************/

.site-web---objet-body
	{
	background-color : #FFFFFF;
	}

.site-web---tableau-principal
	{
	margin-left : 0;
	border-color : white;
	border-style : solid;
	border-width : 0;
	background-color : white;
	}

.menu_titre_rubrique_celulle
	{
	border-color : #0A0060;
	border-style : solid;
	border-width : 1px;
	background-color : #1600DD;
	}

.menu_titre_rubrique_texte
	{
	font-family : Verdana,Helvetica;
	color : white;
	font-size : 12px;
	font-weight : bold;
	margin-left : 0;
	text-align : center;
	}

.menu_liens_page_celulle
	{
	border-color : white;
	border-style : solid;
	border-width : 0;
	background-color : white;
	}

.menu_liens_page_texte A:link
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:active
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:visited
	{
	font-family : Verdana,Helvetica;
	color : #333333;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : underline;
	}
.menu_liens_page_texte A:hover
	{
	font-family : Verdana,Helvetica;
	color : #1600DD;
	font-size : 10px;
	font-weight : normal;
	margin-left : 0;
	text-align : left;
	text-decoration : none;
	}



