
/*
  Created by Ben Amor Moanes
  http://www.benamor.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+*/
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	zoom: 0;
	background-image: url(images/background2.gif);
	margin-top:0;
}

.menu {
	font-family: "Simplified Arabic", "Arabic Transparent", "Simplified Arabic Fixed"; background-image: url(images/menu_bg_bleu_ar.jpg);
	font-size: 16px; font-style: normal; font-weight: bold; text-decoration: none; color: #002E6E;}
a.menu		{ text-decoration: none; color : #002E6E; }
a.menu:link		{ text-decoration: none; color : #002E6E; }
a.menu:visited		{ text-decoration: none; color : #002E6E; }


.menu1 { color: #002E6E; text-decoration: none; }
a.menu1:visited		{ text-decoration: none; color : #002E6E; }
a.menu1:link		{ text-decoration: none; color : #002E6E; }
a.menu1:hover{ text-decoration: none; }

.date {
	font-size: 11px;
	font-family: Tahoma, Verdana, "Windows UI", Helvetica, Arial;
	font-weight: normal;
	color: #006699;
}

/* General font families for common tags */
font,th,td,p { font-family: "Simplified Arabic", "Arabic Transparent", Tahoma, "Windows UI", Verdana, Helvetica, Arial; }
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.row4	{ background-image: url(templates/images/bg_h.gif); }
td.row5	{ background-image: url(templates/images/bg_gris.gif); }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #AFD3E5;
	font-size: 12pt;
	font-weight: bold;
	background-color: #006699;
	height: 25px;
	background-image: url(images/cellpic3.gif);
}
th.thHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom  { 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; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/* Used for the navigation */
.nav_bar			{ font-weight: bold; font-size: 14px; color : #000000; font-family: Tahoma, Verdana, helvetica, "Windows UI", Helvetica, Arial; }
a.nav_bar			{ text-decoration: none; color : #006699; }
a.nav_bar:hover		{ text-decoration: underline; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav_b			{ font-weight: bold; font-size: 10px; color : #000000; font-family: Tahoma, Verdana, helvetica, "Windows UI", Helvetica, Arial; }
a.nav_b			{ text-decoration: none; color : #006699; }
a.nav_b:hover		{ text-decoration: underline; }


/* General text */
.gen_fr { font-size : 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.gen { font-size : 17px; }
.genlite { font-size : 13px; }
.gensmall { font-size : 15px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/*Livre titre */
.livre_titre { font-family: Tahoma, "Simplified Arabic", "Arabic Transparent"; font-size : 16px; font-weight: bold; color : #002E6E; }

/*Livre detail */
.livre_1 { font-weight: bold; font-size : 15px; color : #002E6E; }

/*Text titre */
.text_titre { font-family: Tahoma, "Simplified Arabic", "Arabic Transparent"; font-size : 14px; font-weight: bold; color : #002E6E; }

/*Text detail */
.text_1 { font-size : 15px; color : #002E6E; }

/*Error Message */
.red {	font-weight: bold;	font-size: 15px;	color: #AF1B1D; }

/* Copyright and bottom info */
.copyright		{	font-size: 11px;	font-family: "Simplified Arabic", "Simplified Arabic Fixed", "Arabic Transparent";	color: Silver; }
a.copyright		{	text-decoration: none;	color: gray; }
a.copyright:link,a.copyright:active,a.copyright:visited {	text-decoration: underline;	color: gray; }
a.copyright:hover { text-decoration: none; color : Silver; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 13px Tahoma, Verdana, helvetica, "Windows UI", Helvetica, Arial;;
	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: 13px; font-family: Tahoma, Verdana, helvetica, "Windows UI", Helvetica, Arial;;
}

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

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