/*
  The original AllSat Theme for phpBB version 2.0.20
  Created by Hedonism


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin-bottom: 0px;
	background: #FEFEFF url(images/bg1.jpg);
	background-color: #384553;
	scrollbar-face-color: #8895A3;
	scrollbar-highlight-color: #384553;
	scrollbar-shadow-color: #8895A3;
	scrollbar-3dlight-color: #98A5B3;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #788593;
	scrollbar-darkshadow-color: #384553;
}

/* General font families for common tags */
font,th,td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
a:link,a:active,a:visited { color : #FFFFFF; text-decoration: underline;}
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr{border: 0px solid #000000;border-top-width:1px;height:0px}
h1,h2	{
			font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;  line-height : 120%; color : #ffffff;
}
p { color:ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}

/* fond de la table ville du haut de la page */
.top_page {
	height:170px;background-image: url(images/header.jpg);
	
}

/* barre de navigation */
.topnav {color: #FFFFFF;
height:44px;white-space:nowrap;background-image: url(images/barre.gif);
}
.barre_top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.barre_top_menu:link,a.barre_top_menu:active,a.barre_top_menu:hover,a.barre_top_menu:visited {
    color: #FFFFFF;
    text-decoration:none;
}


/* contour et fond de la première table - fond du forum */
.bodyline	{ background-color: #3C4957; }

/* background - couleur du fond des tables du forum qui donne la couleur des séparation entre les cellules et border - contour exterieur de tables de forums */
.forumline	{ background-color: #565656;}

.bodyline, .forumline {border: 2px solid; border-color: #000000 #cccccc #cccccc #000000 }

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

.row1,.row2,.row3,td.rowpic,td.cat,td.spacerow,th{
border:1px solid; border-color: #cccccc #000000 #000000 #cccccc
}	

td.spaceRow {
	background-color: #7E8C9C; 
}

/* Header cells - fond gris */
th	{
	color: #F3F5F8; font-size: 11px; font-weight : bold;
	background-color: #7D868F; height: 30px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic
{
			background-color:#7D868F; height: 28px; border:1px solid; border-color:#cccccc #000000 #000000 #cccccc
}


/*
  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;
	
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 28px; }
td.row3Right {
	background-color: #D1D7DC; }

th.thHead,td.catHead { font-size: 12px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			font-weight: bold; font-size: 16px; 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 : #ffffff; }
a.gen,a.genmed,a.gensmall { color: #cccccc; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #cccccc; 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 : #516A79;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


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


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


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


/* 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: underline; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #efefef; }
a.postlink:hover { text-decoration: underline; color : #efefef}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #444444;
	background-color: #D1D8DF;
	border: 2px solid #3C4957;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #A7B3BF;
	border: 2px solid #3C4957;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #cccccc; letter-spacing: -1px;}
a.copyright		{ color: #cccccc; text-decoration: none;}
a.copyright:hover { color: #cccccc; text-decoration: underline;}


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

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
border:1px solid; border-color:#cccccc #000000 #000000 #cccccc
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #3C4957;
	color : #FFFFFF;
	font-size: 11px; font-family: Veranda, Arial, Helvetica, sans-serif;
border:1px solid; border-color:#cccccc #000000 #000000 #cccccc
}

/* The main submit button option */
input.mainoption {
	background-color : #3C4957;
	color : #FFFFFF;
	font-weight : bold;
border:1px solid; border-color:#cccccc #000000 #000000 #cccccc
}

/* None-bold submit button */
input.liteoption {
	background-color : #3C4957;
	color : #FFFFFF;
	font-weight : normal;
border:1px solid; border-color:#cccccc #000000 #000000 #cccccc
}

/* 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: #FAFCFF; border-color : #3C4957; border-width: 2px; border-style: solid; }


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

@media (max-width: 800px) {
 
    html > body > table {
      width: 100% !important;
    }
    
}    