/*
  The original MylPotter Theme for phpBB version 2+
  Created by SGo
  http://www.mylimages.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FDD35F;
	scrollbar-shadow-color: #B5906B;
	scrollbar-3dlight-color: #FDD5AB;
	scrollbar-arrow-color: #FDD35F;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #FDD35F;
	background-image : url(images/background.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : top;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Arial, Helvetica, sans-serif;}
hr	{ height: 0px; border: solid #7B5B3B 0px; border-top-width: 1px;}


.admincolor {
	color: #322212;
}

a.admincolor:hover {
	color:	#000000;
	text-decoration: underline;
}


.modcolor {
	color: #6B3E13;
}

a.modcolor:hover {
	color:	#6B3E13;
	text-decoration: underline;
}

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

/* This is the outline round the main forum tables */
.forumline	{border: 0px #98AAB1 solid;	}

/* Main table cell colours and backgrounds */
td.row1	{ background-image: url("images/forum.gif");  border: solid 1px #36260C; border-width: 1px 0px 0px 0px;   }
td.row2	{ background-image: url("images/forum.gif");  border: solid 1px #36260C; border-width: 1px 0px 0px 0px;   }
td.row3	{ background-image: url("images/forum.gif");  border: solid 1px #36260C; border-width: 1px 0px 0px 0px;   }

td.hg {
	height: 21px;
	width: 55px;
	background-image : url(images/f_hg.gif);
	background-repeat : no-repeat;
}
td.hm{
	height: 21px;
	background-image : url(images/f_hm.gif);
}
td.hd{
	height: 21px;
	width: 55px;
	background-image : url(images/f_hd.gif);
	background-repeat : no-repeat;
}
td.bg {
	height: 21px;
	width: 55px;
	background-image : url(images/f_bg.gif);
	background-repeat : no-repeat;
}
td.bm{
	height: 21px;
	background-image : url(images/f_bm.gif);
}
td.bd{
	height: 21px;
	width: 55px;
	background-image : url(images/f_bd.gif);
	background-repeat : no-repeat;
}
td.mg{
	background-image : url(images/f_mg.gif);
}
td.md{
	background-image : url(images/f_md.gif);
}


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

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight{
			background-image: url(images/cellpic1.gif);
			height: 28px;
}
td.bas{
	background-color: #000000;
	height: 28px;
	background-image: url(images/cellpic3.gif);
}
td.bas2{
	background-color: #000000;
	background-image: url(images/cellpic4.gif);
}
td.bas3{
	background-color: #000000;
	height: 28px;
	background-image: url(images/cellpic4.gif);
}
td.catBottom2{
	background-image: url(images/cellpic1.gif);
	background-repeat : repeat;
}


/*
  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 {
	height: 28px;
	border-width: 0px 0px 0px 0px;
}

td.catBottom { background-image: url(images/td_titre2.gif); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	background-image: url(images/td_titre2.gif); font-weight: bold; border: #000000; border-style: solid; height: 28px; }
	
td.row3Right,td.spaceRow { background-image: url("images/forum.gif");  border: solid 1px #36260C; border-width: 1px 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	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom  { 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: 20px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FDD35F;
	}
.title	{
			font-weight: bold; font-size: 32px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FDD35F;
	}
.titlebas	{
			font-size: 11px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #7B5B3B;
	}


/* General text */
.gen { font-size : 12px;}
.genmed { font-size : 11px;  }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall {color : #7B5B3B;  }
a.gen,a.genmed,a.gensmall { color: #7B5B3B; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #7B5B3B; text-decoration: underline; }
.gen2{ font-size : 12px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen2:hover2{ color: #7B5B3B; text-decoration: underline; }
.gen3{ font-size : 10px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen3:hover2{ color: #7B5B3B; text-decoration: underline; }
.gen4{  font-weight: bold; font-size : 12px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen4:hover2{ color: #000000; text-decoration: underline; }
a.gen4{ color: #000000; text-decoration: none; }
.gen5{  font-weight: bold; font-size : 12px; color : #FDD35F; font-family: Arial, Helvetica, sans-serif;}
a.gen5:hover2{ color: #FDD35F; text-decoration: underline; }
a.gen5{ color: #FDD35F; text-decoration: none; }


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


/* 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;  color : #7B5B3B; }

.cattitle2		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #000000 }
a.cattitle2		{  text-decoration: none;  color : #7B5B3B; }
a.cattitle2:hover{  text-decoration: underline;  color : #7B5B3B; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #7B5B3B;}
a.forumlink 	{ text-decoration: none; color : #7B5B3B; }
a.forumlink:hover{ text-decoration: underline; color : #7B5B3B;}


.error		{ font-weight: bold; font-size: 12px; color : #7B5B3B; }
a.error 	{ text-decoration: none; color : #7B5B3B; }
a.error:hover{ text-decoration: underline; }

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


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #7B5B3B;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #7B5B3B; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #000000; background-image: url(images/cellpic1.gif);}
a.postlink:link	{ text-decoration: none; color : #7B5B3B; }
a.postlink:visited { text-decoration: none; color : #7B5B3B; }
a.postlink:hover { text-decoration: underline; color : #7B5B3B}


/* Quote & Code blocks */
.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: #444444;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 125%;
	background-color: #FDD35F;
	border: #444444;
	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: Arial, Helvetica, sans-serif; color: #7B5B3B; letter-spacing: -1px;}
a.copyright		{ color: #7B5B3B; text-decoration: none;}
a.copyright:hover { color: #7B5B3B; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	font: normal 11px Arial, Helvetica, sans-serif;
	color : #000000;
	border-color : #896307 #FCDC8E #FCDC8E #FCDC8E;
	background-color : #FFFFFF;
	scrollbar-face-color: #FDD35F;
	scrollbar-highlight-color: #FDD35F;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FDD35F;
	scrollbar-darkshadow-color: #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	 background-image: url("images/forum.gif");
	color : #000000;
}

//input {
//	text-indent : 2px;
//	color : #000000;
//	background-image : url(images/cellpic1.gif);
//}
input2 {
	text-indent : 2px;
	color : #000000;
}

/* The buttons used for bbCode styling in message post */
//input.button {
//	background-color : #FDD35F;
//	color : #000000;
//	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
//}

/* The main submit button option */
//input.mainoption {
//	background-color : #FDD35F;
//	font-weight : bold;
//}

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

/* Set Image style */
img, .forumline img {
	border: 0;
}


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

	/* liens généraux */
a { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #006699; }
a:hover { font-family: Verdana, Arial, Helvetica; text-decoration:underline; color: #1E76D4; }

	/* liens du menu */
a.menu { color: #D4AF1C; font-family: Arial; text-decoration: none; font-weight: bold; font-size: 12px; }
a.menu:hover { color: #FFFFFF; font-family: Arial; text-decoration: underline; font-weight: bold; font-size: 12px; }

	/* liens de la classe .petit */
a.petit { font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #006699; font-size: 9px;font-style: italic;}
a.petit:hover { font-family:Verdana, Arial, Helvetica; text-decoration: underline; color: #1E76D4; font-size: 9px;font-style: italic;}

	/* liens vers les profils dans la liste de membres en ligne */
.admin { color: #FF0000; font-weight:bold; }
.modosup { color: #FF9933; font-weight:bold; }
.modo { color: #5500FF; font-weight:bold; }
.membre { color: #305F80; }

/* FIN LIENS */

/* DEBUT TEXTE */

	/* textes généraux */
font, td { font-family: Verdana; font-size: 12px; color: #000000; }
	
	/* Ecriture en petit */
.petit { font-family: Verdana; font-size: 9px; }

	/* titre du site */
.titre { font-family: Verdana; font-size: 15px; color: #D4AF1C; font-weight: bold; }

	/* classes gras, italique et souligné */
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration:underline; }

	/* copyright */
.copyright { font-family: Verdana; font-size: 8px; font-weight: bold; }

/* FIN TEXTE */

/* DEBUT TABLE */

	/* tableaux */
.tableau { border: solid 1px #36260C; }
.stats { background-image: url("images/forum.gif"); border: solid 1px #36260C;  } 

	/* Style des tableaux-reponses de la FAQ */
.reponse_faq { border: solid 1px #000000; background-image: url("images/forum.gif"); padding: 7px; }

	/* Styles sur les cellules TD des categories */
td.td_titre { background-image: url("images/td_titre.gif"); background-repeat:repeat-x;font-weight: bold; height: 30px; }
td.td_titre3 { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_titre2 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_titre4 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 0px 0px; }

	/* Style sur les TD de la page de connexion */
td.td_connex { background-image: url("images/forum.gif"); }
td.td_connex1 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_connex2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_connex3 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_connex4 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page de profil public */
td.td_profil_public { background-image: url("images/forum.gif"); }
td.td_profil_public1 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_profil_public2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_profil_public3 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page d'index des forums */
td.td_forum { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_forum2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_clair { background-image: url("images/forum.gif");  border: solid 1px #36260C; border-width: 1px 0px 0px 0px;   }

td.td_fin_dgd { background-image: url("images/forum.gif");  border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_mid_dgd { background-image: url("images/forum.gif");  border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_fin_dgd2 { background-image: url("images/forum.gif");  border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_mid_dgd2 { background-image: url("images/forum.gif");  border: solid 1px #000000; border-width: 0px 0px 1px 0px; }

td.td_forum_description { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 0px 0px; }

	/* Style sur les TD du bloc de statistiques */
td.td_stats { background-image: url("images/forum.gif"); }

	/* Style sur les TD de la page des sujets */
	
div.taille { background-color: transparent; width: 450px; overflow:hidden; }	
td.td_message_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 1px 0px; overflow: auto; width: 400px; }
td.td_profil_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_entete_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la page de message (réponse, nouveau..) */
td.td_revue_message_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_revue_profil_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_revue_entete_sujet { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD de la FAQ */
td.td_faq { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_faq2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD du profil */
td.td_profil_bas { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 1px 0px; }
td.td_profil2_bas { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 1px 1px; }
td.td_profil { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_profil2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }

	/* Style sur les TD des pages d'administration */
td.td_admin_bas { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 1px 0px; }
td.td_admin2_bas { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 1px 1px; }
td.td_admin_titre { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin_titre2 { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_admin3 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_admin4 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_admin6 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_admin_cat { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin_cat2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 1px 1px; }
td.td_admin_forums { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.td_admin2_forums { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 0px 0px; }
td.td_admin2_forums2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 0px 0px 0px 1px; }

td.td_poster { background-image: url("images/forum.gif"); }
td.td_poster1 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_poster3 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_poster4 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 0px; }
td.td_poster5 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster_titre { background-image: url("images/td_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_poster_titre2 { background-image: url("images/td_titre2.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 1px 0px 0px 0px; }

	/* Style sur les TD du copyright */
td.td_copy_gauche { background-image: url("images/copy_gauche.gif"); background-repeat: no-repeat; width: 50px; height: 70px; }
td.td_copy_mid { background-image: url("images/copy_mid.gif"); background-repeat: repeat-x; height: 70px; }
td.td_copy_droite { background-image: url("images/copy_droite.gif"); background-repeat: no-repeat; width: 50px; height: 70px; }

	/* Style sur les TD de la liste des membres */
td.td_liste_membres1 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_liste_membres2 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_liste_membres3 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 0px; }
td.td_liste_membres4 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 1px 0px 1px; }
td.td_liste_membres5 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }
td.td_liste_membres6 { background-image: url("images/forum.gif"); border: solid 1px #000000; border-width: 1px 0px 0px 1px; }

	/* Style sur les TD de la barre de navigation */
td.navig_gauche { background-image: url("images/td_navig_gauche.gif"); background-repeat: no-repeat; width: 20px; height: 25px; }
td.navig_mid { background-image: url("images/td_navig.gif"); font-weight: bold; height: 25px; background-repeat:repeat-x;}
td.navig_droite { background-image: url("images/td_navig_droite.gif"); background-repeat: no-repeat; width: 20px; height: 25px; }

	/* Style sur les TD des FScodes */
td.fscode_quote_titre { background-image: url("images/td_quote_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_quote { background-color: #EBF6E9; font-size: 12px; color: #000000; }
td.fscode_code_titre { background-image: url("images/td_code_titre.gif"); font-weight: bold; height: 25px; border: solid 1px #000000; border-width: 0px 0px 1px 0px; }
td.fscode_code { background-color: #F7EBEB; font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000; }

/* FIN TABLE */

/* DEBUT FORM */

input { font-family: verdana; font-size: 12px;}

	/* Style sur les menus déroulants */
select.listing { background-color: #F5F5F5; color: #000000; border: solid 0px #000000; }
select.petite_pagination { background-image: url("images/forum.gif"); color: #000000; font-size: 9px; font-weight: bold; font-family: arial; }

	/* Style sur les boutons */
input.checkbox { background-color: transparent; border-color: #000000; color: #000000; }
input.boutton { background-color: #F5F5F5; border-color: #FFFFFF; color: #000000; }
input.fscode { background-color: #F5F5F5; border-color: #000000; color: #000000; font-weight: bold; width: 50px; }

	/* Style sur le texte des textarea et input */
input, textarea.texte { background-color: #F5F5F5; border-color: #000000; color: #000000; 

