@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-color: #efece2;
	background-position:center;
}
h1 {
	font-size: 18px;
	color: #390;
	margin-top:5px;
	margin-bottom:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #F60;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
}
h3 {
	font-size: 12px;
	color: #000;
	margin-top:5px;
	margin-bottom:0px;
}
h4 {
	font-size: 10px;
	color:#737373;
	margin-top:0px;
	margin-bottom:0px;
}
h5 {
	font-size: 9px;
	color: #000;
	margin-top:5px;
	margin-bottom:0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#69BB5E;
}
a:active {
	text-decoration: none;
	color: #000;
}
p{margin:0px;}

/* start website styles */
.main{
	background-image:url(images/back_top.png);
	background-repeat:repeat-x;
}
.top {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:129px;
	background-image:url(images/back_top_site_logo.png);
	background-repeat:no-repeat;
	min-width:1000px
}
.content {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	min-width:1000px
}

.menus_top{float:right;height:46px;width:1000px;}
.tabs{float:right;width:700px;margin-right:20px;margin-top:59px;}

.content2{
	margin-left:25px;
	margin-right:auto;
	width:561px;
	padding-left:4px;
	float: left;
	position: absolute;
	margin-top: 0px;
	vertical-align: text-top;
	top: 152px;
	left: 61px;
	height: 642px;
}
.content3{
	margin-left:25px;
	margin-right:auto;
	width:959px;
	padding-left:4px;
	line-height: 20px;
	height: auto;
	vertical-align: text-top;
}

.download{color:#063; font-weight:bold}

.quote{ border-left:#063 2px solid;margin-top:10px;margin-left:20px;padding:10px; padding-left:80px;background-color:#E1E1E1; background-image:url(images/quote.png); background-position:left top; background-repeat:no-repeat; font-family:"Times New Roman", Times, serif; font-size:14px;margin-right:10px;  }
.code{ border-left:#32365A 2px solid;margin-top:10px;margin-left:20px;padding:10px; padding-left:80px;background-color:#E1E1E1; background-image:url(images/code.png); background-position:left top; background-repeat:no-repeat; font-family:"Courier New", Courier, monospace; font-size:14px;margin-right:10px;z-index:1000  }
.code_actif{position:absolute;white-space:nowrap;}

.justify{
	text-align:left
} 

.t1{
	float:right;
	width:12px;
	height:24px;
}
.t2{
	float:right;
	padding-left:10px;
	padding-right:7px;
	height:18px;
	background-image:url(images/tb_2.png);
	padding-top:6px;
	font-size: 12px;
	background: url(images/tb_2.png);
}
.t3{
	float:right;
	width:9px;
	height:24px;
}

.inline_code{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#484848}
.tags{
	color: #B0B0B0;
	}
.tags:hover{
	color:#7B9861
	}
.notes {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Scrollbox {
	background-attachment: scroll;
	overflow:auto;
	height:400px;
	width:500px;
	background-color:#EFECE2;
}
