body {
background : black;
color : white;
  font: 11px  Verdana, Tahoma, Arial, Helvetica, sans-serif;
  
  
  
}
input.bCurs{
	cursor: pointer;
	}

a {
	color : red;
	}
h1 {
	color : black;
	font-style : italic;
	font-weight : bold;
	font-size : 15px;
	background : lightblue;
	padding-left : 10px;
	
	
	}
	h2, h3 {
	color : red;
	}
div.mid{
	width : 800px; 
	
	border : 0px solid red;
	margin-top: 5px;
	text-align: justify;
	
}
div.bas{
	width : 800px; 
	height: 40px;
	 background-position : top;
	  background:  url(../images/ech_titre.jpg) no-repeat; 
	  background-repeat: no-repeat; 
	  margin-top : 5px;
}
div.haut{
	width : 800px; 
	height: 120px;
	 background-position : top;
	  background:  url(../images/ech_titre.jpg) no-repeat; 
	  background-repeat: no-repeat; 
}
td.menubutton{
	border : 1px solid red;
	width : 98px; 
	height: 40px;
	text-align : center;
	background:  url(../images/blocvide.png) no-repeat; 
}
td.menubutton:hover{
	border : 1px solid white;
	
}
a.menulink{
	text-decoration : none;
	color : white;
	font-weight : bold;
}
a.menulink:hover{
	
	color : red;
}
