/* 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: #fff0d1;
}
.even{
	background-color: #ffe0a3;
}
tr.odd:hover{
	background-color: #fc8;
}
tr.even:hover{
	background-color: #fc8;
}
.bb_box{
	text-align: right;
}
/* boite */
fieldset {
	border: solid 1px #777;
	text-align: left;
	margin: 1%;
	padding: 1%;
	border-radius: 5px; /* css3 */
	-moz-border-radius: 5px;
}
#bloc_fr, #bloc_en,#bloc_es,#bloc_ru,#bloc_ar,#bloc_zh{
	float: left;
	width: 400px;
	padding: 4px;
}
#bloc_fr input, #bloc_en input, #bloc_es input, #bloc_ru input, #bloc_ar input, #bloc_zh input{
	width: 99%;
}
#bloc_notes{
	clear: both;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
label{ 
	margin: 0 10px 0 0;
	display: block;
	font-weight: bold;
}
label:after{
	content: ":";
}

#cadre_admin{
	padding: 3px;
	width: 97%;
	min-width: 720px; /* taille minimale avant que les boites ne commence à se déplacer*/
}
input, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
textarea{
	width: 99%;
	height: 150px;
}

/* jolis effets */
input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background: #efdbff;
}

.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;
}
/* bannière */
#banniere{
	background-color: #6ba2cc;
}
#banniere p{
	background-color: #eeddba;
	color: #c60;
	margin: 0;
	font-weight: bold;
	padding: 3px;
}

/*menu de langue */
#lang_menu ul{
	list-style-type: none;
	float: right;
}
#lang_menu ul li{
	padding: 0;
	margin: 0;
	margin-left: 8px;
	float: left;
}
#champs_de_recherche{
	text-align: left;
	line-height: 10px;
	width: 95%;
	margin: auto;
}
#champs_de_recherche li{
	margin:0;
	padding:0;
	margin-top: 5px;
}
#texte_intro{
	text-align: left;
	width: 85%;
	margin: auto;
	margin-top: 10px;
}
.ajouter{
	float: right;
}
.retour{
	float: left;
}
#navigation{
	padding-top: 10px;
	padding-bottom: 10px;
}
#filtre{
	margin: 10px;
}

/* gestion du sens pour le texte arabe (placé à la fin pour surcharger quelques autres style)*/
#bloc_ar,#bloc_ar input{
	direction: rtl;
}
#bloc_ar fieldset{
	text-align: right;
}
#bloc_ar label{
	float: right;
}
#bloc_ar .bb_box{
	text-align: left;
}
#bloc_ar input, #bloc_ar textarea{
	font-size: 1.5em
}
#champs_de_recherche select{  /* Pour avoir le résultat du livesearch aligné avec le champ de recherche */
	width: 100px;
}
#filterpdf select{
	width : 200px;
}

/* 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%;
}
#aide{
	/*display: none;*/
	text-align: left;
}

#lang_menu{
	/*
	background-color: #000;
	color: #f00;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 5%;
	z-index: 12;
	*/
}

#texte_intro{
	/*background-image: url('../../thelexicon/images/thewho.jpg');*/
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 3px;
	
}
#pied{
	margin-top: 25px;
}
#copyright{
	float: left;
}
#mail{
	float: right;
}