@charset "utf-8";
html, body {overflow:hidden; margin:0px; padding:0px;}

body {
	 position:fixed;
  overflow:auto;
  right:0px;
  left:5px;
  bottom:0px;
  top:5px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 24px; */
	color: #336699;
}
.div-haut{
	 position:fixed;
	 padding-left:20px;
  right:0px;
  left:0px;
/*  bottom:0px;
  top:70px; */
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #336699;
}
#ecbleu{
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
color: #0080ff;
font-size: 20px;
}

a {
	font-size: 12px;
	color: #336600;
}

form {
/*	margin-top=0px; */
	 padding-left:10px;
	margin-top:-30px;
	background-color: #FFFFCC;
	margin-left: 10px;
/*	width: 600px; */
}
input { width:220px}

.header {
 position:fixe;
  right:0px;
  left:5px;
  top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFCC;
	color: blue;
}
#footer {
	position:absolute;
	margin-left:0px;
	height:2em;
	width:781px;
	background-color:#FFFFCC;
	z-index:1;
	bottom:0px;/* pour rattrapper un defaut d'affichage de IE */
	left:0;
	right:0;
/*	border:2px solid #666;
	border-left:0;
	border-right:0; */
}


#divmess {
  font-family: Arial, Helvetica, sans-serif;
  	text-align:left;
	font-size: 12px;
	font-style: italic;
/*	padding:5px; width:480px; height:22px;  */
	line-height: 22px; 
	border:dotted 1px black;
	color: #FFFF80; 
	background-color: blue;
}

div#colonne1 {
			float: left;
			width: 220px;
			height: 45em;
			padding: 1px 0;
			background: lightblue;
}			

