/*
  Based on the original subSilver Theme for phpBB version 2+ by subBlue design (http://www.subBlue.com)
*/
/*
attachmod
*/
td.attachrow		{ font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; }
td.attachheader     { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; background-color: #e3e8ce; }
table.attachtable	{ font: normal 12px Verdana, Arial, Helvetica, sans-serif; color : #000000; border-color : #000000; border-collapse : collapse; }

body {
	background-color: #567135;
	scrollbar-face-color: #9a875a;
	scrollbar-highlight-color: #00c000;
	scrollbar-shadow-color: #567135;
	scrollbar-3dlight-color: #00c000;
	scrollbar-arrow-color:  #fd7b07;
	scrollbar-track-color: #567135;
	scrollbar-darkshadow-color: #e77e03;
    background: fixed;
	background-image: url(images/fond.gif);
}


font, th, td, p {
	font-family: Comic, Arial, Helvetica, sans-serif ; ; font-size : 13px
}
a:link { color : #00c000; font-size : 13px }
a:active, a:visited {
	color : #00c000; font-size : 13px
}
a:hover {
	color : #fb892d;
	text-decoration: underline;
}

.bodyline {
	background-image: url(templates/ptifo/images/fond.gif);

}
.forumline {
	background-color: #00c000;
	border: 2px #CE7A42 solid;
}
.helpline {
	border-style: none;
}

hr {
	height: 0px;
	border: solid #D0CAEA 0px;
	border-bottom-width: 1px;
}


td.row1 {
	background-color: #9a875a;
}
td.row2, .helpline {
	background-color: #567135;
}
td.row3, td.row3Right {
	background-color: #e3e8ce; // vert clair
}


td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	background-color: #898ab5;
	background-image: url(./images/css/css_cat.jpg);
	height: 28px;
}
td.catlight {
	background-color: #F0F0F7;
	background-image: url(./images/css/css_cat_light.jpg);
	height: 28px;
}
td.catmini {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_mini.jpg);
	height: 20px;
}
td.spaceRow {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_tiny.jpg);
	height: 10px;
}

th {
	background-color: #0000A0;
	background-image: url(./images/css/css_header.jpg);
	height: 28px;
}

th, td {
	border: solid #FFFFFF 0px;
}
th.thHead, td.catHead {
	border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow, td.catmini {
	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;
}


/* fonts */
th {
	font-size: 12px;
	font-weight : bold;
	color: #ff8000;
}

p, td, td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	font-size: 11px;
}


.maintitle, h1, h2 {
	font-family: "Trebuchet MS",Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: overline;
	line-height : 130%;
	color : #990000;

}


.gen {
	font-size : 13px;
}
.genmed {
	font-size : 13px;
}
.gensmall {
	font-size : 13px;
}
.gen, .genmed, .gensmall {
	color : #fda307; font-weight: bold;
}
a.gen, a.genmed, a.gensmall {
	color: #fda307; font-weight: bold;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #f02b04; font-weight: bold;
	text-decoration: underline;
}

.mainmenu {

	font-size : 13px;  font-weight: bold;
	color : #FFFFFF
}
a.mainmenu {
  font-weight: bold;
	text-decoration: none;
	background-color: #105030;
	color : #00CC00;
}
a.mainmenu:hover {
	text-decoration: underline;
	color : #CE7A42;
}

.cattitle {
	font-weight: bold;
	font-size: 12px ;
	color : #9D4F00;
}
a.cattitle {
	text-decoration: none;
	color : #ff8000 ;
}
a.cattitle:hover {
	text-decoration: underline;
}

.forumlink {
	font-weight: bold;
	font-size: 12px;
	color : #9D4F00;
}
a.forumlink {
	text-decoration: none;
	color : #DC143C;
}
a.forumlink:hover {
	text-decoration: underline;
	color : #DD6900;
}

.nav {
	font-weight: bold;
	font-size: 11px;
	color : #ffffff;
}
a.nav {
	text-decoration: none;
	color : #ffc000;
}
a.nav:hover {
	text-decoration: underline;
}

.topictitle {
	font-weight: bold;
	font-size: 13px;
	color : # FFFFFF;
}
a.topictitle:link {
	text-decoration: none;
	color : #4b662c;
}
a.topictitle:visited {
	text-decoration: none;
	color : #b86222;
}
a.topictitle:hover {
	text-decoration: underline;
	color : #DD6900;
}

.name {
	font-size : 12px;
	color : #000000;
}

.postdetails {
	font-size : 12px;
	color : #78C774;
}

.postbody {
	font-size : 12px;
}
a.postlink:link {
	text-decoration: none;
	color : #006699;
}
a.postlink:visited {
	text-decoration: none;
	color : #5493B4;
}
a.postlink:hover {
	text-decoration: underline;
	color : #DD6900;
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	color: #00cc00;
	background-color: #78C774;
	border: solid #D1D7DC 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #743E7B;
	line-height: 125%;
	background-color: #78C774;
	border: solid #D1D7DC 1px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright {
	color: #444444;
	text-decoration: none;
}
a.copyright:hover {
	color: #000000;
	text-decoration: underline;
}

input, textarea, select {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	border-color : #78C774;
}
input {
	text-indent : 2px;
}
input.post, textarea.post, select {
	background-color : #FFFFFF;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color : #6a4b2c;
	color : #78C774;
}

input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.absbottom {
	vertical-align: text-bottom;
}

/* calendar */
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}

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