@charset "utf-8";
.headerwrap {
	height: 97px;
}
.navwrap {
	height: 52px;
	background-image: url(images/orange_navbg.gif);
	background-repeat: repeat-x;
}
.navpad{
padding-bottom:5px;
}
.centerwrap {
	height: auto;
	background-image: url(images/orange_cbg.gif);
	background-repeat: repeat;
	background-color: #FFC356;
}
.footwrap {
	height: 14px;
	background-image: url(images/orange_footbg.gif);
	background-repeat: repeat-x;
}
.logowrap {
	height: 90px;
	width: 140px;
}
.headerwrap2 {
	height: 90px;
	background-image: url(images/fondlogo.png);
	background-repeat: no-repeat;
background-position: right;
	width: 100%;
}
.headerL {
	height: 90px;
	background-image: url(images/imagevide.gif);
	background-repeat: no-repeat;
	width: 1px;
}
.headerR {
	height: 90px;
	background-image: url(images/imagevide.gif);
	background-repeat: no-repeat;
	width: 1px;
}
.headerR1 {
	background-image: url(images/imagevide.gif);
	width: 1px;
}
.navR {
	height: 52px;
	background-image: url(images/orange_navR.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.navL {
	height: 52px;
	background-image: url(images/orange_navL.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.footR {
	height: 14px;
	background-image: url(images/orange_footR.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.footL {
	height: 14px;
	background-image: url(images/orange_footL.gif);
	background-repeat: no-repeat;
	width: 7px;
}
.bdrR {
	height: 100%;
	background-image: url(images/orange_bdrR.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.bdrL {
	height: 100%;
	background-image: url(images/orange_bdrL.gif);
	background-repeat: repeat-y;
	width: 7px;
}


 /* General page style. */
body {
	background-color: #ffdd3e;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondtramerb.gif);
	background-repeat: no-repeat;
	background-position: center top;
        text-align: center;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

hr	{ height: 0px; border: solid #FF8600 0px; border-top-width: 1px;}


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #F78A02; border: 1px #FF8600 solid; }
.forumline2	{ background-color: #FFE579; border: 1px #FF8600 solid; }


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


/*
  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: #FFE376;
	background-image: url(images/orange_catbg.gif);
	background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #4C2801;
	font-size: 11px;
	font-weight : bold;
	background-color: #FF8E00;
	height: 25px;
	background-image: url(images/orange_headbg.jpg);
	background-repeat: repeat-x;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#FFE376;
	border: #F78A02;
	border-style: solid;
	height: 28px;
	background-image: url(images/orange_catbg.gif);
	background-repeat: repeat-x;
}


/*
  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: #F78A02; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #F2A248; border: #F2A248; 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 topic title etc. */
.maintitle,h1,h2	{
			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: #4D1100; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #660000}
a.mainmenu		{
	text-decoration: none;
	color : #330000;
	font-size: 12px;
	font-weight: bold;
}
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #4D1100}
a.cattitle		{ text-decoration: none; color : #4D1100; }
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 : #4D1100; }
a.forumlink 	{ text-decoration: none; color : #4D1100; }
a.forumlink:hover{ text-decoration: underline; color : #000000; }


/* 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 : #4D1100; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #4D1100; }
a.topictitle:visited { text-decoration: none; color : #660000; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }


/* 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;}
a.postlink:link	{ text-decoration: none; color : #4D1100 }
a.postlink:visited { text-decoration: none; color : #660000; }
a.postlink:hover { text-decoration: underline; color : #000000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; 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: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; 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 : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #DEE3E7; border-style: none; }



/* Ajouts pour Bankokado */

#idutilisateur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	width: 160px;
	height: auto;
	text-align: center;
	position: absolute;
	left: 67px;
	top: 5px;
	margin: 0px;
}
#idpoints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	width: 103px;
	height: auto;
	text-align: center;
	position: absolute;
	left: 275px;
	top: 5px;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f0001;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bankopoints a{
	color: #3f0001;
	text-decoration: none;
}
#bankopoints a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#bankopoints a:visited{
	text-decoration: none;
}
#bankopicparle {
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 187px;
	position: absolute;
	left: 209px;
	top: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 45px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	line-height: 25px;
	padding: 0px;
}
#bankoliens a {
	color: #000000;
	text-decoration: none;
}
#bankoliens a:hover {
	color: #E85400;
	text-decoration: none;
}
#bankoliens a:visited {
	text-decoration: none;
}
#bankobanniere {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 507px;
	position: absolute;
	left: 480px;
	top: 0px;
	background-image: url(images/banniere_ticket.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#bankoheure {
	background-image: url(images/heure_banko.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 507px;
	position: absolute;
	left: 480px;
	top: 88px;
	margin: 0px;
	padding: 0px;
}
#bankoliens {
	background-image: url(images/liens_banko.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 507px;
	position: absolute;
	left: 480px;
	top: 110px;
}
#bankotrame {
	background-image: url(images/haut_trame.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 987px;
	position: absolute;
	left: 0px;
	top: 254px;
}
#bankocontenu {
	background-image: url(images/repetfond.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 987px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#basbanko {
	background-image: url(images/basbanko.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 987px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#conteneur {
	padding: 0px;
	width: 1000px;
        margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	position: relative;
        text-align: left;
}
#headerbanko {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 480px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bankopoints {
	background-image: url(images/mespoints.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 987px;
	position: absolute;
	left: 0px;
	top: 225px;
}
#bankomapage {
	position: absolute;
	height: auto;
	width: 987px;
	left: 0px;
	top: 379px;
	margin: 0px;
	padding: 0px;
}
p.decalbanko {
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: justify;
        width: 927px;
        max-width: 927px;
}
p.decaltexte {
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: justify;
        width: 855px;
        max-width: 855px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6A02;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h5 {
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f0001;
	text-decoration: none;
	text-align: center;
	margin: 0px;
}
h5 a{
	color: #3f0001;
	text-decoration: none;
}
h5 a:hover{
	color: #E85400;
	text-decoration: none;
}
h5 a:link{
	text-decoration: none;
}





/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
