/* Normal, standard links. */
a:link, a:visited
{
	color: #1668C8;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #FF8040;
	background-color: transparent;
	text-decoration: none;
}

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

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

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	
}


p
{
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	
	
}

body
{
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #DFDFDF;
}

a img {border: none;}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}

/* 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, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}

#titre2 {
margin:2px 0 0 0;
padding-top:5px;
border:0px solid red;
position:absolute;
top:9px;
right: 30px;
float: right;
background:transparent;}

#titre {
margin:2px 0 0 0;
padding-top:5px;
border:0px solid red;
position:absolute;
top:5px;
line-height: 20px;
left:490px;
background:transparent;
color: #ff8040; }
	
h1{
font-family: verdana, arial, helvetica, sans-serif;
color: #971A75;
font-size:13px;

}

.titre {
margin:2px 0 0 0;
padding-top:20px;
border:0px solid red;
position:absolute;
top:10px;
line-height: 17px;
left:460px;
background: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: #C6DEF2;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	
}

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



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

/* 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: #F9E3D2;
}
.windowbg2
{
	color: #000000;
	background: #F3F3F3;
	
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #7B92D7;
	border-top:1px solid #9FB0E4;
border-left:1px solid #9FB0E4;
border-bottom:1px solid #46448A;
border-right:1px solid #46448A;
text-align:center;
/*background: #F0F0F0;*/
	/*background-image : url(images/titlebg.gif);*/
}

.titlebg a:link, .titlebg a:visited
{ font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #7B92D7;
	text-align:center;}



.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, tr.catbg td, .catbg a:link, .catbg a:visited
{
	font-weight: bold;
	background-color: #DFDFDF;
	/*background-image: url(images/catbg.gif);*/
	color: #000000;
	font-size: 11px;
}

.catbg a:hover
{
	color: #000000;
	text-decoration: none;
}

/* The borders around things. */
.bordercolor
{
	background-color: #ffffff;
	
}

.bordercolor2
{
	background-color: #FFF5F0;
	border-left: 1px solid #6c7fcb;
	border-right: 1px solid #6c7fcb;
	border-bottom: 1px solid #6c7fcb;
}

.tborder
{
	border: 1px solid #F3F3F3;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}