/*
 beige clair: 241,243,221  #F1F3DD
beige foncé: 228,226,204  #E0E2CC
orange : 252,119,26  #FC771A
bleu clair :  33,162,226 #21A2E2
bleu moyen: 54,154,216 #369AD8
bleu foncé :  0,81,119 #005177
alu : #ABABAB
brun :  #6A2606
brun clair : #6C4938
Vert : #366612
*/

/* Normal, standard links. */
a:link, a:visited
{
	color: #6A2606;
	background-color: transparent;
	text-decoration: underline;
/*	font-weight: bold;*/
}
a:hover
{
	color: #366612;
	background-color: transparent;
	text-decoration: none;
}

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

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

/* By default (td, body..) use Verdana in black. */
body
{
	color: #000000;
/*	background-color: #F1F3DD;*/
/*	background: url(images/logo_fond.jpg);*/
	background-color: #E0E2CC;
/*	font-size: small;*/
	font-size : 11px;
	font-family: verdana, sans-serif;
}

th
{
	color: #000000;
/*	background-color: #F1F3DD;*/
	background-color: #E0E2CC;
/*	font-size: small;*/
	font-size : 11px;
	font-family: verdana, sans-serif;
}

td
{
	color: #000000;
/*	background-color: #F1F3DD;*/
	background-color: #E0E2CC;
/*	background: url(images/fond_menu.gif);*/
/*	font-size: small;*/
	font-size : 11px;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, sans-serif;
/*	background-color: #afc6db;F1F3DD*/
	background-color: #F1F3DD;
}

/* SdP : test. */
input.image
{
	background-color: transparent;
}

/* SdP : test. */
input.hidden
{
	background-color: transparent;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

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

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

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

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

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

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #E0E2CC;
/*	background-color: #afc6db;*/
/*	background-color: #F1F3DD;*/
}

.windowbg2
{
	color: #000000;
/*	background-color: #E0E2CC;*/
	 background-color: #F1F3DD;
/*	background-color: #f8f8f8;*/
}

td.windowbg
{
	 color: #000000;
	 background-color: #E0E2CC;
/*		  font-size : 11px;*/
}

td.windowbg2
{
	 color: #000000;
	 background-color: #F1F3DD;
/*		  font-size : 11px;*/
}
/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
/*	background-color: #6e94b7;*/
	background-color: #6A2606;
	background: url(images/fond1bois.jpg);
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
/*	background-color: #afc6db;*/
	background-color: #CACAC9;
/*	background-image: url(images/catbg.gif);*/
	background: url(images/fond2aluT.jpg);
	color: #ffffff;
}

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

.tborder0
{
	border: 0px solid #6C4938;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}