html {font-size: 100%} /* à cause d'un bug possible de IE */
	
body {
   /*background-image: url(images/sky.bmp);*/
   background-image: url(images/KamaInfo2c.png);
   font-size: 100%;
   
}
@media screen{
	#entete {
	  /*background-color: #ffff99;*/
	  background-image: url(images/sky.png);
	  visibility: visible;  
	  width: 100%;
	  top: 0px;
	  /*height: 2.6em; */
	   height: 7%; 
	    
	  position: fixed;
	  min-height: 1em;
	  z-index: 2; 
	  text-align: center;
	  font-size: 0.9em;
	  color: #000099;
	}
}
@media print{
	#entete {
	  visibility: hidden;
	}
}

@media screen{
	#charger{
		left: 21%;
background-color: #eeee00;
opacity: 0.5;
z-index: 2;
position: fixed;
top: 7%;
color: #0000ff;
/*margin-top: 0.5em;*/
width: 10em;
text-align: center;
font-size: 0.75em;
	}
	
	#charger:hover{
		opacity: 1;
	}
}

@media print{
	#charger{
		visibility: hidden;
	}
}
@media print{
	#imprimer{
		visibility: hidden;
	}
}
@media screen{
	#imprimer{
		left: 11%;

background-color: #ffcc00;
opacity: 0.5;
z-index: 2;
position: fixed;
top: 7%;

color: #0000ff;
/*margin-top: 0.5em;*/
width: 10em;
text-align: center;
font-size: 0.75em;
	}
	
	#imprimer:hover{
		opacity: 1;
	}
}


@media screen{
	#menu {
	  float: left;
	  /*top: 2.3em; */
	  top: 7%;
	  background-color: #b9ebfe;
	  position: fixed;
	  width: 10%;
	  height: 88%;
	  border-right-style: solid;
	  border-right-width: 1px;
	  font-size: 0.75em;
	}
	#menu a:link {
		color: #fe5500;
	}
	#menu a:visited
	{
		color: #feaa00;
	}
	}
	@media print{
	#menu {
	visibility: hidden;
	}
}


#corps {
  /*background-color: #eeeeee;*/
  background-image: url(images/gris.png);
  top: 7%;
  position: absolute;
  width: 88%; 
  /*height: 90%; */
  left: 11%;
  z-index: 1;
}

@media screen{
	#pdp {
	  background-color: #DDDDFF; 
	  color: #000055;
	  bottom: 0px;
	  min-height: 1em;
	  height: 5%; 
	  /*height: 0px; */
	  float: left;
	  width: 100%;
	  position: fixed;
	  text-align: center;
	  font-size: 1em;
	  z-index: 2; 
	}
}
@media print
{
	#pdp {
	visibility: hidden;
	}
}

@media print
{
	.PasImp
	{
		visibility: hidden;
	}
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1px;
  padding-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}
input{
	color: #0000FF;
	font-weight: bold;
}
.cellvide
{
	border-style: none;
}
