#tout {
	font-family: arial,sans-serif;     
	font-size:12pt;
	background-color: linen;  
	padding:5px 5px 5px 5px;  
	width:780px;
	float:left;	
	height:auto;
	border: solid 2px black;	 
	position:relative;
	margin-top:5px;
}
#tout_dea {
	font-family: arial,sans-serif;     
	font-size:12pt;
	background-color: #dea  ;
	padding:5px 5px 5px 5px;  
	width:780px;
	float:left;	
	height:auto;
	border: solid 2px black;	 
	position:relative;
	margin-top:5px;
}					  
#gauche {

	float:left;
	height:auto;
	margin-left:5px;	
	margin-right:5px;	
	overflow: auto; 
	width: 350px; 
	overflow: auto; 

}	
#droite {
	width=auto;
	float:right;   
	height:auto;   
	margin-right:5px;
}	   
#fin {
	width:780px;
	text-align:center; 
}
form {
	font-family: arial,sans-serif;     
	font-size:11pt;
	scrollbar-face-color:linen;
	scrollbar-shadow-color:#ffffff; 
	scrollbar-highlight-color:linen;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:white;
}
legend {
	color:indianred;   
	font-weight:bold;
}

input.texte {
	border:1px solid black;  
	background-color:indianred;  
	color:white; 
}
select, option {
	background-color:indianred;  
	color:white;
	border:1px solid black;  
}
select {
	scrollbar-arrow-color: yellow;
}
textarea {
	border:1px solid black;  
	background-color:indianred;  
	color:white;  
	font-family: arial,sans-serif;     
	font-size:10pt;
	width:330px;
	height:130px;
	overflow:auto;
}
input.bouton {
	background-color: 
	indianred; 
	border: 2px outset indianred; 
	font-weight: bold; 
	font-family: times; 
	font-size: 12pt; 
	cursor: hand; 
}
input.bouton:hover {
	background-color:white;  
	color:indianred;
}
input.bouton:active {
	border:2px inset indianred;  
	background-color:indianred;  
	color:white;
}

P {margin-left:5px;	
}

ul {
	list-style-type: none;
	font: 14px Verdana, Arial, sans-serif;} 

li {
	margin-bottom: 5px;}

.menu a {
	margin: 0 2px;
	width: 100px; 
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: #000;
	background: #fff;}
	 
.menu a:hover {
	background: #ccc;}

.menu a:active {
	background: gray;}