*{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #C9C9C9;
}

a{
	text-decoration: none;
	color: #5F5F5F;
}
a.external{
	background:transparent url(../picture/external.png) no-repeat scroll right center;
	padding-right:13px;
}

img{
	border: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 10px;
	text-transform: uppercase;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #5F5F5F;
	margin: 50px 0 30px 50px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px 70px;
}

h4{
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 10px 70px;
}

p{
	font-size: 12px;
	margin: 10px 90px;
}
p strong{
	font-size: 12px;
	font-weight: bold;
}
ul{
	margin: 10px 150px;
}

li{
	list-style: circle;
	font-size: 12px;
}
table {
	border-collapse:collapse;
	margin: 0 auto 10px auto;
}
th, td {
	border:1px solid #C9C9C9;
	text-align:center;
}
th{
	background-color: #EFEFEF;
	font-weight: bold;
}

.centered {
   display: block;
   margin-left: auto;
   margin-right: auto 
}

#banner{
	width: 1000px;
	height: 130px;
	margin: 5px auto 0 auto;
}

.banner-en{
	background: url(../picture/banner-en.jpg);
}

.banner-fr{
	background: url(../picture/banner-fr.jpg);
}

#container{
	width: 998px;
	margin: 0 auto 50px auto;
	background-color: #FFFFFF;
	overflow: auto;
	border-top: 0px;
	border-right: 1px solid #A3ADB6;
	border-bottom: 1px solid #A3ADB6;
	border-left: 1px solid #A3ADB6;
}


#fil{
	margin: 5px 10px 15px 15px;
	float: left;
}

#fil a{
	color: #989898;
}
#daydate{
	color: #989898;
	text-align: right;
	margin: 5px 5px 5px 0;
}
#googleSearch{
	color:#000000; 
	float:right;
	margin:5px;
}
#google{
	width: 730px;
	margin: 20px auto;
}
#google2{
	width: 730px;
	margin: 20px auto;
}
#googleSearch input{
	color:#000000; 
}

#menu{
	height: 30px;
	width: 100%;
	background: url(../picture/menu.jpg.);
	clear: both;
	border-bottom: 1px solid #A3ADB6;
}

#menu .menu-item{
	float: left;
	margin: 0 0 0 30px;
	width: 150px;
	height: 29px;
	border-top: 1px solid #A3ADB6;
	border-left: 1px solid #A3ADB6;
	border-right: 1px solid #A3ADB6;
	overflow: auto;
}


#menu .menu-item .menu-item-label{
	margin-top: 6px;
	cursor:pointer;
	text-align: center;
}
#menu .menu-item .menu-item-label span{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-item .hover{
	background-color: #EFEFEF;
}
.menu-item-block{
	margin-left: -1px;
	padding:0;
	background-color: #FFFFFF;
	border: 1px solid #A3ADB6;
	border-bottom: 0px;
	display: block;
	position: absolute;
	width: 150px;
	z-index: 1000;
	cursor: pointer;
}

.menu-item-block-item{
	height: 20px;
	border-bottom: 1px dotted;
	text-align: center;
	padding: 5px 0 0 0;
}

.menu-item-block .new{
	background: url(../picture/new.gif) no-repeat 3px 0;
}

#language{
    width: 100px;
    overflow: auto;
    float: right;
    margin-top:10px;
}

.language{
    width: 20px;
	height: 13px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.languageen{
	background: url(../picture/flag-en.jppg) no-repeat;
}
.languagefr{
	background: url(../picture/flag-fr.jppg) no-repeat;
}

.language.activated{
    border:1px solid #00FF00;
}

#content{
	margin: 10px;
}

.danger{
	color: #FF0000;
	font-size: 11px;
	width: 800px;
	text-align: center;
	margin: 20px auto;
}

.introduction{
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin: 20px 20px 40px 20px;
}

.code{
	background-color:#000000;
	padding:10px;
}
.code .console{
	color:#00CC00;
}
.code .command{
	color:#C0C0C0;
}
.detail_1 {
	color:#FF5FFF;
}
.detail_2 {
	color:#0085FF;
}
.detail_3 {
	color:#F14949;
}
.p-alert{
	color: #FF0000;
	font-size: 11px;
}
.p-alert strong{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

table.synthese{
	width: 600px;
}
table.synthese th, 
table.synthese td{
	width:33%;
	height: 20px;
}
table.binary{
	width: 400px;
}
table.barcode-details{
	width: 400px;
}
table.parameters{
	width: 800px;
}

table.parameters th.label{
	width:20%;
}

table.parameters th.type,
table.parameters th.default{
	width:10%;
}

table.parameters th.detail{
	width:40%;
}

.barcodeTarget{
	margin: 0 auto;
}


#source-index{
}
#source-index h1{
	margin: 10px 10px 0px 10px;
}
#source-index h2{
	margin: 30px 0px 0px 50px;
}
#source-index a{
	color: #5F8AFF;
}

#footer{
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#changelog{
    margin-top: 20px;
}