@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
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_mivascript.png);background-repeat:no-repeat;min-width:1000px}
.menus_top{float:right;height:46px;width:1000px;}
.tabs{float:right;width:700px;margin-right:20px;margin-top:59px;}

.content{margin-left:auto;margin-right:auto;width:959px;padding-left:4px;}
.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:justify } 

.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;}
.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
	}