/*
  MylNyoBleu theme for phpBB version 2+
	Created by SGo
	http://www.mylimages.com
	Based on the original subSilver Theme for phpBB version 2+
   Created by subBlue design
   http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-arrow-color: #FECC35;
	scrollbar-3dlight-color: #FFEO82;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFEO82;
	scrollbar-shadow-color: #FFEO82;
	scrollbar-darkshadow-color: #FECC35;
	scrollbar-track-color: #FFFFFF;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #FFE082; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{
	border: 0px solid #000000;
}

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

/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #FFFFFF;
	border : 0px;
	border-bottom : 1px solid  #FECC36;
	PADDING: 0px;
}
td.row2	{
	background-color: #FFFFFF;
	border : 0px;
	border-bottom : 1px solid  #FECC36;
	PADDING: 0px;
	}
	
td.row3	{ 
	background-color: #FFFFFF;
	border : 0px;
	border-bottom : 1px solid  #FECC36; }
td.row3Right	{ 
	background-color: #FFFFFF;
	border : 0px;
	border-bottom : 1px solid  #FECC36; }

td.pave1 {
	height: 30px;
	background : url(images/cellpic1.gif);
	background-repeat : no-repeat;
	background-position : left;
}
td.pave2 {
	height: 30px;
	background : url(images/cellpic1.gif);
}
td.pave3 {
	height: 30px;
	background : url(images/cellpic1.gif);
	background-repeat : no-repeat;
	background-position : right;
}
	
td.bout_g  {
	height: 15px;
	width:9px;
	background-image: url(images/mp_g.gif);
	background-position : left;
	background-repeat : no-repeat;
}
td.bout_c  {
	height: 15px;
	background-image: url(images/mp_c.gif);
}
td.bout_d  {
	height: 15px;
	width:9px;
	background-image: url(images/mp_d.gif);
	background-position : right;
	background-repeat : no-repeat;
}


/*
  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 black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	height: 30px;
	background : url(images/cellpic1.gif) repeat-y;
}

/* Header cells - the black gradient backgrounds */
th	{
	color: #000000; font-size: 12px; font-weight : bold;
	height: 30px;
	background-image: url(images/cellpic1.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			border: #000000; border-style: solid; height: 30px;
}


/*
  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: 30px;
	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: #000000; border-style: solid; height: 30px; FONT-FAMILY: comic sans ms, Arial, Verdana, Geneva,  helvetica, sans-serif;}
td.row3Right {background-image : url(images/pixel03.gif);
	height: 18px;
	border: #000000; border-style: solid; }
td.spaceRow {
	background-image : url(images/pixel04.gif);
	height: 18px;
	border: #000000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}
td.spaceRow2 {background-image : url(images/pixel01.gif);
	border: #000000; border-style: solid;
	border-width: 0px 0px 0px 0px; }
td.spaceRow3 {
	background-image : url(images/pixel05.gif);
	height: 18px;
	border: #000000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}
td.Bas {
	background-image : url(images/pixel03.gif);
	height: 18px;
	border: #000000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}
td.Haut {background-image : url(images/cellpic1.gif);
	border: #000000; border-style: solid; border-width: 0px 0px 0px 0px; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 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: 32px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
.maintitle2	{
			font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}
.maintitle3	{
			font-weight: bold; font-size: 16px; font-family: 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: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFE082; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #FECC35; }
a.mainmenu		{ text-decoration: none; color : #000000; }
a.mainmenu:hover{ text-decoration: underline; color : #FFE082; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000; FONT-FAMILY: comic sans ms, Arial, Verdana, Geneva,  helvetica, sans-serif;}
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 : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #FFE082; }


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

.haut			{ font-weight: bold; font-size: 11px; color : #000000;}
a.haut			{ text-decoration: none; color : #000000; }
a.haut: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 : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: underline; color : #000000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; 
			font-weight: bold; 
			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 : #000000 }
a.postlink:visited { text-decoration: none; color : #000000; }
a.postlink:hover { text-decoration: underline; color : #000000}

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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #FFFFFF; border: #000000; 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: #FECC35; line-height: 125%;
	background-color: #FFFFFF; border: #000000; 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: #000000; letter-spacing: -1px;}
a.copyright		{ color: #000000; 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 {
	background-color : #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	border : 1px solid #000000;
	font-size: 12px;
}
select {
	background-color : #FFFFFF;
	border : 1px solid #000000;
}

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;
	background : url(images/bout01.gif);
	border : 1px solid #000000;
}

/* The main submit button option */
input.mainoption {
	background-color : #AFC3C3;
	font-weight : bold;
	background : url(images/bout01.gif);
	border : 1px solid #000000;
}

/* None-bold submit button */
input.liteoption {
	background-color : #AFC3C3;
	font-weight : normal;
	background : url(images/bout01.gif);
	border : 1px solid #000000;
}

/* 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: #FFFFFF; border-style: none; }


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

/* Menu perso */
.menu1 {padding-right: 5px; padding-left: 5px; padding-bottom: 2px; font-weight : bold; padding-top: 2px; display: block;font-size: 16px; FONT-FAMILY: comic sans ms, Arial, Verdana, Geneva,  helvetica, sans-serif; TEXT-DECORATION: none}
A.menu1:link {BACKGROUND: #FECC35; COLOR: #000000;TEXT-DECORATION: none}
A.menu1:visited {BACKGROUND: #FECC35; COLOR: #000000;TEXT-DECORATION: none}
A.menu1:hover {BACKGROUND: #FFE082; COLOR: #000000;TEXT-DECORATION: none}

.menu2 {padding-right: 3px; padding-left: 3px; padding-bottom: 2px; padding-top: 2px; font-weight : bold; display: block;font-size: 12px; FONT-FAMILY: comic sans ms, Arial, Verdana, Geneva,  helvetica, sans-serif; TEXT-DECORATION: none}
A.menu2:link {BACKGROUND: #FECC35; COLOR: #000000;}
A.menu2:visited {BACKGROUND: #FECC35; COLOR: #000000;}
A.menu2:hover {BACKGROUND: #FFE082; COLOR: #000000;}

.texte_tout_petit {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; line-height: normal; font-weight: normal}
