@charset "utf-8";
/* CSS Document */
#bigcadre
{
	position:relative;
	padding-top: 2px;
	width:92%;
	/*min-width:260px;*/
	margin:0 auto;
	height:520px;
	border:50px solid #F90;;
	border-radius:0px;
	box-shadow:rgba(0,0,0,0.4) 10px 10px 0 10px spread	
}


#fouter0

{
	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;
	/*width: 144px;*/
	height: 50px;
	font-size:12px;
	color:red;
	text-align:center;
	
	border-radius: 20px;
	box-shadow: 10px 10px  rgba(0,0,0,0.8) inset 
	
}

#fouter

{
	width:100%
	min-width:100%;
	margin:0 auto;
	color:white;
	/*border:4px dashed green*/
	/*border:5px  solid blue ;*/
	border:3px solid red ;
	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.4) 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 */
      font-size: 12px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;

}


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;

}
#ground
{
	/*background-image:url(../images/fon.jpg);*/
	background-color:#afe077;
}
#position
{
	overflow: scroll;
	width:340px;
	font-size:9px
	position: absolute;
	overflow: scroll;
	height: 300px;
	background-color:#FFF
	z-index:10;
	font-size:11px;
	
}

 #position1
{
	width:310px;
	/*min-width:400px;*/
	min-width:320;
	margin:0 auto;
	overflow: scroll;
	position: absolute;
	overflow: scroll;
	height: 200px;
	z-index:10;
	font-size:11px;
	margin-left:20px;
}