/* Interface admin entry */
table {
	border: none;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
td{
	 padding: 6px 2px 6px 5px;
}
thead{
	background-color: #fc6;
	font-size: 12px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 20px;
}
.odd{
	background-color: #fff;
	border-bottom: solid 1px black;
}
.even{
	background-color: #fff;
	border-bottom: solid 1px black;
}
.bb_box{
	text-align: right;
	margin-top: 0px;
}
/* boite */
fieldset {
	border: solid 1px #777;
	text-align: left;
	margin: 1%;
	padding: 1%;
	border-radius: 5px; /* css3 */
	-moz-border-radius: 5px;
}
#bloc_fr input, #bloc_en input, #bloc_es input, #bloc_ru input, #bloc_ar input, #bloc_zh input,#bloc_de input, #bloc_pt input{
	width: 99%;
}
#bloc_notes{
	clear: both;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
#bloc_notes textarea{
	height: 80px;
}
label{ 
	margin: 0 5px 0 0;
	font-weight: bold;
}
label:after{
	content: ":";
}

#cadre_admin{
	padding: 1%;
	width: 95%;
}
input, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
textarea{
	width: 99%;
	height: 150px;
}
#bloc_rwn textarea#reviewer_note{
	height:1013px;
}

.boutons{
	clear: both;
	text-align: center;
}

/* fieldset draggable  */
#draglist{
	list-style: none;
	margin: 0;
	padding: 0;
}
#draglist li{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
.handle{
	cursor: move;
}
.toggle_image{
	margin-left: 4px;
}

/*menu de langue */
#lang_menu,#champs_de_recherche,#texte_intro,#filtre,#navigation,#ligne,#aide,#user_menu,#deconnexion{
	display: none;
}


/* gestion du sens pour le texte arabe (placé à la fin pour surcharger quelques autres style)*/
#bloc_ar,#bloc_ar input{
	direction: rtl;
}
#bloc_ar #ligne{
	direction: ltr;
}
#bloc_ar fieldset{
	text-align: right;
}
#dctoolbar{
	float: right;
}
.labelTb{
	padding-top: 8px;
}
.wikitextarea{
	margin-top: 20px;
}
#bloc_ar input, #bloc_ar textarea{
	font-size: 1.5em
}

/* livesearch */
#LSResult{
	border: solid 1px black;
	margin-left: 268px;  /*165*/
	width: 50%;
	overflow: auto;
	max-height: 100px;	/*non supporté par IE*/
	_height: 100px;   /* hack qui permet de spécifier la hauteur seulement pour IE */
}
#LSResult ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#LSResult li{
	margin: 0;
	padding: 0;
}
#LSResult a{
	display: block;
}
#LSResult a:visited{
	color: black;
}
#LSResult a:hover{
	background-color: #79e;
}
input#term{
	width: 50%;
}
/* admin users */
#bloc_general{
	border: solid 1px white;
	width: 55%;
}
#bloc_flag{
	width: 25%;
}
#bloc_general legend{
	display: none;
}
#bloc_general, #bloc_flag{
	float: left;
}
#bloc_flag select{
	width: 90%;
}
#bloc_general input{
	width: 90%;
}
#bloc_general label{
	display: block;
}
#lang_menu{
	/*
	background-color: #000;
	color: #f00;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 5%;
	z-index: 12;
	*/
}
/* bloc d'affichage des langues */
#conteneur_droite{
	width: 49%;
	float: right;
}
#conteneur_gauche{
	width: 49%;
	float: left;
}
#select_langue1, #select_langue2{
	margin-right: 15px;
	margin-left: 15px;
}
.icon_pdf{
	float: right;
	position: relative;
	top: -2px;
}
.checkbox{
	width: 12px !important;
}