/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-size: 18px;

}
h2 {
	color: #FFFFFF;
	background-color: #666666;
	padding: 6px 6px 6px 16px;


}
h3 {
	color: #FF6600;
	font-size: 14px;


}

.td {
	font-size: 12px;
	line-height: 20px;
	color: #333333;

}
.tdsmall {
font-size: 10px;
line-height: 16px;
}
.Menu {
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: dashed;
	width: 250px;
	float: left;
	margin-right: 15px;
	background-color: #F5F4EB;
	padding: 3px;

}
.Texte {
	font-size: 12px;
	line-height: 22px;
	margin-left: 30px;


}
.What a:hover {
	cursor: help;
	background-color: #FFF5B0;

}
.Btn {
	width: 100%;
	margin-bottom: 30px;

}
.Btn a {
	padding: 4px;
	
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	background-image: url(im/bt_off.png);
	color: #333333;
	text-decoration: none;
	
}
.Btn a:hover {
	padding: 4px;
	
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	background-image: url(im/bt_on.png);
	color: #333333;
	text-decoration: none;
	
}
code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000FF;

}
.Note {
	color: #999999;

}
