/* Normal, standard links. */
/*
#contenu a:link, #contenu a:visited {
	color: #000000;
	text-decoration: underline;
}
*/
#contenu img { border: none; margin: 0; }
#contenu a:visited:hover, #contenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
#contenu table { empty-cells: show; }

/* By default (td, body..) use Tahoma in black. */
#contenu, #contenu td {
	/* color: #000000; */
	/* font-size: 8pt; */
	font-family: Tahoma, arial, helvetica, serif;
}

#contenu { font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000; }

#statsforum {
	width: 220px;
	height: 150px;
	background: transparent url("../../forum/Themes/default/images/jour/french/stats.jpg") top left no-repeat;
	
}
#statsforum p {
	padding: 80px 15px 5px 120px;
}

img.left { float: left; }
img.right { float: right; }

td.chattopleft { background-image: url("../../forum/Themes/default/images/jour/layout/top_left.gif"); background-repeat: no-repeat; }
td.chattop { background-image: url("../../forum/Themes/default/images/jour/layout/top.gif"); background-repeat: repeat-x; }
td.chattopright { background-image: url("../../forum/Themes/default/images/jour/layout/top_right.gif"); background-repeat: no-repeat; }
td.chatleft { background-image: url("../../forum/Themes/default/images/jour/layout/left.gif"); background-repeat: repeat-y; }
td.chatright { background-image: url("../../forum/Themes/default/images/jour/layout/right.gif"); background-repeat: repeat-y; }
td.chatbottomleft { background-image: url("../../forum/Themes/default/images/jour/layout/bot_left.gif"); background-repeat: no-repeat; }
td.chatspeakleft { background-image: url("../../forum/Themes/default/images/jour/layout/bot_left_speak.gif"); background-repeat: no-repeat; }
td.chatbottom { background-image: url("../../forum/Themes/default/images/jour/layout/bottom.gif"); background-repeat: repeat-x; }
td.chatbottomright { background-image: url("../../forum/Themes/default/images/jour/layout/bot_right.gif"); background-repeat: no-repeat; }
td.chatspeakright { background-image: url("../../forum/Themes/default/images/jour/layout/bot_right_speak.gif"); background-repeat: no-repeat; }
td.chatinside { background-color: #FFFFCC; }

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background: #FFFEE8 url(jour/fofo-code.jpg) top left repeat-x;
	border: 1px solid #E0A72C;
	border-left-width: 5px;
	padding: 5px;
	font-family: "courier new", courier, "times new roman", monospace;
	font-size: small;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help { cursor: help; }

/* /me uses this a lot. */
.meaction { color: red; }

/* The main post box - this makes it as wide as possible. */
.editor { width: 96%; }

/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg {
	color: #000000;
	background: white url(jour/windowbg.jpg) top left repeat-x;
}
.windowbg2 {
	color: #000000;
	/* background-color: #dacbe9;*/
	background: white url(jour/ligne-fofo-violette.jpg) bottom left repeat-x;
}

/* Titles - such as table headers. - couleur de fond verte */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	/* background-color: #b4d892; */
	background: #172518 url(jour/ligne-fofo-verte.jpg) top left no-repeat;
}
.titlebg a:hover { color: #dfdfdf; }

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2 {
	font-weight: bold;
	background: black url(jour/bois.jpg) top left repeat-x;
	color: white;
}
.catbg a:link, .catbg2 a:link, .catbg a:visited, .catbg2 a:visited {
	color: white;
}

/* The borders around things. */
.bordercolor { background-color: #000000; }
.tborder {
	/* border: 1px solid #000000; */
	border: none;
	background-color: #000000;
	padding: 1px;
}

/* Default font sizes. */
.smalltext {
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext { font-size: small; }
.largetext { font-size: large; }

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles {
	background-color: #999966;
	border: 1px solid #999966;
}
.headerbodies {
	border: 1px solid #000000;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.espaceunpost {
	background-color: white;
}

/* Ajouts personnels */
#fofo_menu { text-align: center; }

.tablofofo {
	padding: 0;
	/* background-color: #555555; */
}

