/*  Ddntheme Theme for phpBB version 2+  Modifié par Aquatikelfik (http://www.ddnlejeu.com)  Based on subSilver from subBlue design (http://www.subBlue.com)*/ /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-image: url(images/bois_013.jpg);
background-attachment: fixed;
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;
}
/* General font families for common tags */
font,th,td,p {
font-family: Verdana, Arial, Helvetica, sans-serif
}
a:link,a:active,a:visited {
color : #eecc66;
}
a:hover		{
text-decoration: underline;
color : #ffaa00;
}
/* Mouvements des onglets */
td.ong_site {
	background-image: url(images/ong_site.png);	
}
td.ong_site:hover {
	background-image: url(images/ong_site_hover.png);
}
td.ong_accueil {
	background-image: url(images/ong_accueil.png);
}
td.ong_accueil:hover {
	background-image: url(images/ong_accueil_hover.png);
}
td.ong_telecharge {
	background-image: url(images/ong_telecharge.png);
}
td.ong_telecharge:hover {
	background-image: url(images/ong_telecharge_hover.png);
}
td.ong_faq {
	background-image: url(images/ong_faq.png);
}
td.ong_faq:hover {
	background-image: url(images/ong_faq_hover.png);
}
td.ong_tchat {
	background-image: url(images/ong_tchat.png);
}
td.ong_tchat:hover {
	background-image: url(images/ong_tchat_hover.png);
}
td.ong_membres {
	background-image: url(images/ong_membres.png);
}
td.ong_membres:hover {
	background-image: url(images/ong_membres_hover.png);
}
td.ong_recherche {
	background-image: url(images/ong_recherche.png);
}
td.ong_recherche:hover {
	background-image: url(images/ong_recherche_hover.png);
}
td.ong_groupes {
	background-image: url(images/ong_groupes.png);
}
td.ong_groupes:hover {
	background-image: url(images/ong_groupes_hover.png);
}
td.ong_profil {
	background-image: url(images/ong_profil.png);
}
td.ong_profil:hover {
	background-image: url(images/ong_profil_hover.png);
}
td.ong_MP {
	background-image: url(images/ong_MP.png);
}
td.ong_MP:hover {
	background-image: url(images/ong_MP_hover.png);
}
td.ong_deco {
	background-image: url(images/ong_deco.png);
}
td.ong_deco:hover {
	background-image: url(images/ong_deco_hover.png);
}
td.ong_co {
	background-image: url(images/ong_co.png);
}
td.ong_co:hover {
	background-image: url(images/ong_co_hover.png);
}
td.ong_inscrire {
	background-image: url(images/ong_inscrire.png);
}
td.ong_inscrire:hover {
	background-image: url(images/ong_inscrire_hover.png);
}
/* fin */
hr	{
height: 0px;
border: solid #885500 0px;
border-top-width: 1px;
}
/* Couleur de fond et cadre de la page entière */
.bodyline	{ 
/*background-color: #d6ae4f;*/
background-image: url(images/bois_013.jpg);
border: 2px #77000d solid;
}
/* Cadre des tableaux des catérogies */
.forumline	{
background-color: #885500;
border: 2px #77000d solid;
}
/* Cellules prinicipales */
td.row1	{
background-color: #EFEFEF;
background-image: url(images/bois_029.jpg);
}
/* Cellules secondaires (une sur 2 dans les forums) */
td.row2	{
/*background-color: #DEE3E7;*/
background-image: url(images/teintebois6.bmp);
}
/* couleur cellules 3 (Auteur par exemple)*/
td.row3	{
background-color: #D1D7DC;
} /* nom de sujet et de catégories*/

/*  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;
background-image: url(images/cellpic2.png);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th	{
color: #FFA34F;
font-size: 11px;
font-weight : bold;
background-color: #006699;
height: 25px;
background-image: url(images/neutre.jpg);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/branchages-07.png);
background-color:#D1D7DC;
/*border: #FF0000;*/
border-style: solid;
height: 35px;
}
/*  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: 35px;
border-width: 0px 0px 0px 0px;
/*border-color : #FF0000;*/
}
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{
background-color: #D1D7DC;
/*border: #FFFFFF;*/
border-style: solid;
}
td.spaceRow {
background-image: url(images/branche-fond-6.bmp);
height: 47px;
}

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

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

/* Text sur fond */
.fond {font-size : 12px;}
.fondmed { font-size : 11px;}
.fondsmall { font-size : 10px;}
.fond,.fondmed,.fondsmall { color : #aa8e72;}
a.fond,a.fondmed,a.fondsmall {
color: #eecc66;
text-decoration: none;
}
a.fond:hover,a.fondmed:hover,a.fondsmall:hover	{
color: #ffaa00;
text-decoration: underline;
}


/* 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: #eecc66;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
color: #ffaa00;
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 : #006699;
}
a.mainmenu:hover{
text-decoration: underline;
color : #DD6900;
}
/* Titre des catégories de forum */
.cattitle		{
font-weight: bold;
font-size: 12px ;
letter-spacing: 1px;
color : #ddaa00;
}
a.cattitle		{
text-decoration: none;
color : #ffaa00;
}
a.cattitle:hover{
text-decoration: underline;
color : #ffaa00;
}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
font-weight: bold;
font-size: 12px;
color : #006699;
}
a.forumlink 	{
text-decoration: none;
color : #77000d;
}
a.forumlink:hover{
text-decoration: underline;
color : #ffaa00;
}
/* Couleurs des Chemins dans le forum */
.nav			{
font-weight: bold;
font-size: 11px;
color : #aa8e72;
}
a.nav			{
text-decoration: none;
color : #ffaa00;
}
a.nav:hover		{
text-decoration: underline;
color : #ffaa00;
}
/* 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 : #77000d;
}
a.topictitle:visited {
text-decoration: none;
color : #dd5500;
}
a.topictitle:hover	{
text-decoration: underline;
color : #ffaa00;
}
/* 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 : #990000;
}
a.postlink:visited {
text-decoration: none;
color : #bb3300;
}
a.postlink:hover {
text-decoration: underline;
color : #883300;
}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif;
font-size: 11px;
color: #FFFF99;
/*background-color: #001100;*/
background-image : url(images/tableau-vert.png);
border: #552200;
border-style: solid;
border-left-width: 2px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 125%;
/*background-color: #001100;*/
background-image : url(images/fond-quote.png);
border: #552200;
border-style: solid;
border-left-width: 2px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px
}

/* Copyright and bottom info */
.copyright		{
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #aa8e72;
letter-spacing: -1px;
}
a.copyright		{
color:  #eecc66;
text-decoration: none;
}
a.copyright:hover {
color: #ffaa00;
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, select {background-color : #FFFFFF;}
input { text-indent : 2px;}

textarea.post {
background-image : url(images/textarea-fond.jpg);
background-position : center center;
}

/* 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;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");