body, select, input, textarea, form,td,tr{
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}
body, form{	
   margin: 0;
   padding: 0;
}
html, body{
  background-color: #fbfbf9;
  height: 100%;
}
img 		{ border: 0;}
p 		{ margin-top: 1em; margin-bottom: 1em;}
h1{
	margin: 5px;
	font-size: 18px;
}
A:link, A:active, A:visited{
	color: #FF3333;
	text-decoration: none;
}
A:hover{
	color:#DE0000;
	text-decoration: underline;
}
.form{
	width: 400px;
	border: 1px solid #BBB;
	background-color: #FFFFF2;
}
.form:focus{
	border: 1px solid #CAA;
	background-color: #FFD;
}
.button{
	width: 150px;
}
.ok		{font-family: verdana,helvetica; font-size: 12px; color: limegreen; font-weight: bold;}
.caution{
	width: 300px;
	color: #DE0000;
	font-size: 14px;
	font-weight: bold;
	padding: 50px;
	border: 1px dashed #DC143C;
	background-color:#FFDDDD;
	margin: 20px;
	text-align: center;
}
#menuIndex{
	width: 300px;
	padding: 10px; 
	background-color: #F0FFFF;
	border: 1px dashed skyblue;
}
#menuIndex {
	text-align: center;
}
#menuIndex a{
	color: DodgerBlue;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #F2F2F2;
	display: block;
	border: 1px solid #D5D5D5;
	padding: 8px;
	margin-top: 10px;
	width: 262px;
}
#menuIndex a:hover{
	color: #DC143C;
	background-color: #FCF4D8;
	border: 1px dashed #DC143C;
}
p.subTitle{
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	padding: 8px;
	width: 250px;
	border: 1px dashed crimson;
	background-color: #FFFFEF;
}
#tools{
	padding: 8px;
	margin-top: 5px;
	width: 350px;
	border: 1px dotted silver;
	background-color: #F5F5F1;
}
#tools img{
	margin: 0 2px;
	vertical-align: text-bottom;
}
#coldroite{
	position:absolute;
	right:0;	
	margin-right: 40px;
}
#menu{
	text-align:right;
	padding: 5px 8px;
	margin-bottom: 10px;
	width: 185px;
	border: 1px dashed blue;
	background-color: #EFEFFF;
}
#menu a:link, #menu a:active, #menu a:visited{
	display:block;
	margin: 5px 0;
	padding: 3px 0;
	width:100%;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
#menu a:hover{
	color: cyan;
	text-decoration: underline overline;
	background-color: #AAC;
}
.tableHeader{
	background-color: #EEEEFF;
}
.ligne1{
	background-color: transparent;
}
.ligne2{
	background-color: #F5F5F5;
}
#help{
	margin: 15px;
	padding: 10px;
	background-color: #F5F5FF;
	border: 1px dashed #AAAABB;
}
#help h1{
	font-size:14px;
	margin:0;
}
#help .anchor{
	font-weight:bold;
	font-size: 11px;
}
#help .def{
	margin-left: 20px;
	text-align:justify;
}
#help .top{
	text-align:right;
	font-weight: bold;
}