/* HTML TAGS */

/* Force scrollbar */
html { height: 100%; margin-bottom: 0.01em; }

form {
	margin: 0px;
	padding: 0px;
}

body, h3	{
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h2	{
	font-size: 18px;
	font-weight: bold;
	color: #669900;
}

h3, strong	{
	color: #669900;
}

h4	{
	padding-left: 20px;
	padding-right: 90px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

ul	{
	list-style: disc;
	display: block;
	margin: 5px 5px 0px 15px;
	padding: 0px;
	
}

li	{
	margin: 2px 2px 5px 2px;
	padding: 0px;
}

li.bodyLinks:hover	{
	background: #F6F6F6;
}

a {
	font-weight: bold;
	font-family: Tahoma, Sans-serif;
	text-decoration: none;
	color: #546D9E;
	font-size: 11px;
}

pre {
	font-size: 9px;
	color: #000000;
}

.frameTable, .frameTable tr, .frameTable td {
	border-collapse: collapse;
	border-spacing: 1px 1px; 
	border: solid 1px #B6C0C3;
	margin: 0px;
}

a:hover	{
	text-decoration: underline ! important;
}

li.linklist a {
	display: block;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
	font-size: 11px;
}

.linkdesc, .calendar	{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

/* ID's */

#tableau {
	text-align: center;
}

#contenttableau	{
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
	height: 97%;
}

#banner	{
	background-image: url(images/banniere.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
	margin-bottom: 0px;

}

#bannerfin	{
  width: 650px;
	height: 30px;
	text-align: center;
	margin-bottom: 0px;

}

#menu {
	background-repeat: repeat-x;
  background-position: center;	
	padding: 4px 0px 3px 20px;
	margin-bottom: 0px;
	vertical-align: middle;
	color: #000000;
	height: 30px;  
	width: 600px;
}

#menu a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#maincontent{
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
  width: 700px;
}

#menucontent{
	float: center;
	padding: 0px 0px 0px 20px;
	margin: 0px;
  width: 678px;
}

html>body #maincontent {
	width: 67%; /* ie5win fudge ends */
}

#sidebar {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 25%; /* ie5win fudge begins */
	width: 25%;
}

html>body #sidebar {
	width: 25%; /* ie5win fudge ends */
}


.boxContentWhite, .sideBarBox {
	color: #333333;
	
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 5px 10px 0px 10px;

}


.boxContentWhite {
  width: 169px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/news_milieu.gif);
		
}

#downloadBoxBottom {
	width: 169px;
	margin: 0px;
	height: 13px;
	padding: 0px;
	background-image: url(images/news_bas.gif);
	background-repeat: no-repeat;	
}


#downloadBoxTop, #donateBoxTop, #pluginBoxTop {
	margin: 0px;
	height: 28px;
	padding: 0px;
  width: 169px;	
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	font-weight: Bold;
	font-family: Verdana,Tahoma, Sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 11px;	
}



/* CLASSES */

.ingress, h3	{
	font-weight: bold;
	color: #666666;
}

.changelog {
	font-size: 10px;
}

.breakstyle {
	color: red;
}

.item {
	background-color: #e6ebf1;
}

.formItem {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
}

.reply {
	color: #669900;
}

select.examples, option.examples {
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
}

div.initcode {
	overflow: scroll; width: 650px; border: 1px solid gray;
}

div.initcode pre {
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

div.initcode a {
	font-weight: normal;
	co2lor: black;
	font-family: "Courier New", Courier, monospace;
}

	.pl_content_header {
 border: 1px solid black;
 background-color: #f0f0f0;
 color: white;
 font-weight: bold;
 font-size: 10px;
 margin-bottom: 5px;
 padding: 0px;
 vertical-align: top;
}

	.pl_content_header2 {
 border: 1px solid black;
 background-color: #f0f0f0;
 color: black;
 font-weight: bold;
 font-size: 10px;
 margin-bottom: 5px;
 padding: 0px;
 vertical-align: top;
}


.pl_content_header_caption {
 background-color: #078E4C;
 color: white;
 padding: 5px;
}

.pl_content_header_caption2 {
 background-color: #FAFAFA;
 color: black;
 padding: 5px;
}

.pl_button {
 border: 1px solid black;
 background-color: #9C9CBD;
 color: white;
 font-size: 9px;
 font-weight: bold
}

.pl_form_field_info {
 font-family: verdana,arial;
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 background-color: #FFFFFF;
 border: 1px dotted #aaaaaa
}	

.pl_form_field_info2 {
 font-family: verdana,arial;
 font-size: 10px;
 padding: 3px;
 margin: 3px;
 background-color: #F3F1F1;
 border: 1px dotted #aaaaaa
}	

