@charset "utf-8";
/* CSS Document */

#entete

{
	
	position:relative;
	/*padding-top:275px;
	*/
	width:100%
	min-width:100%;
	margin:0 auto;
	
	height: 130px;
	/*border:4px dashed green*/
	/*border:5px  solid blue ;*/
	border:5px  solid white ;
	background-color:#069;
	
	border-radius: 20px;
	box-shadow: 10px 10px  rgba(0,0,0,0.8) inset 
		
}

#entete01

{
	position:relative;
	/*padding-top:275px;
	*/
	width:100%
	min-width:100%;
	margin:0 auto;
	color:white;
	/*border:4px dashed green*/
	/*border:5px  solid blue ;*/
	border:5px  solid white ;
	background-color:#069;

	/*background-color:#F06;*/
	/*background-color:#F60;*/
	/*width: 144px;*/
	height: 130px;
	font-size:12px;
	color:yellow;
	text-align:center;
	
	
	border-radius: 20px;
	box-shadow: 10px 10px  rgba(0,0,0,0.8) inset 
	
	
}



#ground
{
/*background-color:#FFFF99;*/
background-color:#669999;

}

#fouter

{
	width:100%
	min-width:100%;
	margin:0 auto;
	color:white;
	/*border:4px dashed green*/
	/*border:5px  solid blue ;*/
	border:3px solid white ;
	background-color: #069;
	/*width: 144px;*/
	height: 50px;
	font-size:12px;
	color:yellow;
	text-align:center;
	
	border-radius: 20px;
	box-shadow: 10px 10px  rgba(0,0,0,0.8) inset 
	
}

caption /* Titre du tableau */
{
   margin:inherit /* Centre le titre du tableau */
   /*margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 12px;
   background-color:#FF6;
   /*color: #009900;*/
   color:#000;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}


tables /* Le tableau en lui-même */
{
   /*margin: auto; /* Centre le tableau */
   margin:inherit /* Centre le tableau */
   border: 2px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}


th /* Les cellules d'en-tête */
{
  
   background-color:#069;
   color: white;
   font-size: 12px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 0px solid black;
    color: black;
     font-size: 12px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;

  /* text-align: left; /* Tous les textes des cellules seront centrés*/
}
tr /* Les cellules normales */
{
   border: 1px solid black;
   font-size: 12px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   text-align: left; /* Tous les textes des cellules seront centrés*/
}
.input_container {
	height: 20px;
	float: left;
}
.input_container input {
	height: 20px;
	width: 150px;
	padding: 0px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.input_container ul {
	width: 100px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background:#39C;
	list-style: none;
	font-size:14px;
	cursor:pointer;
	display: block;
	cursor: default;
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	
}
.input_container ul li {
	padding: 0px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#country_list_id {
	display: none;
}

#pise
 .select-editable {
     position:relative;
     background-color:white;
     border:solid grey 1px;
     width:150px;
     height:18px;
 }
 .select-editable select {
     position:absolute;
     top:0px;
     left:0px;
     font-size:14px;
     border:none;
     width:120px;
     margin:0;
 }
 .select-editable input {
     position:absolute;
     top:0px;
     left:0px;
     width:100px;
     padding:1px;
     font-size:12px;
     border:none;
 }
 .select-editable select:focus, .select-editable input:focus {
     outline:none;
 }
#infocotas
{
	/*position:relative;*/
	width:825px;
	min-width:500px;
	margin:0 auto;
	margin-left:10px;
	overflow: scroll;
	/*position: absolute;*/
	overflow: scroll;
	height: 450px;
	
}   