.bodydef {
	font-family: sans-serif;
	font-size: 12px;
	color: #454545;
	background-color: White;
	margin: 0px 0px 0px 0px;
}
.bodydefdark {
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	background-color: #5B5B5B;
	margin: 0px 0px 0px 0px;
}
.titre1{
	font-family: sans-serif;
	font-size: 20px;
	color: #454545;
	font-weight: bolder;
}
.titre2{
	font-family: sans-serif;
	font-size: 14px;
	color: #454545;
	font-weight: bolder;
}
.normal{
	font-family: sans-serif;
	font-size: 12px;
	color: #454545;
}
.rub{
	font-family: sans-serif;
	font-size: 12px;
	color: #454545;
	font-weight: bolder;
	font-style: italic;
}
.sousrub{
	font-family: sans-serif;
	font-size: 11px;
	color: #454545;
	font-style: italic;
}
.small{
	font-family: sans-serif;
	font-size: 10px;
	color: #454545;
}
.input{
	font-family: sans-serif;
	font-size: 12px;
	color: #454545;
	background-image: url(res/bckButton.jpg);
	border: 1px;
	font-weight: bold;
}
.inputtxt{
	font-family: sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	border: 1px solid #cacaca;
}
.inputreadonly{
	font-family: sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	border: 1px solid #cacaca;
	background-color: #ECECEC;
	cursor: not-allowed;
}
.inputhidden{
	display:none;
}
.inputtxterr{
	font-family: sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	border: 1px solid #ff0000;
	background-color: #FFD4D4;
}
.link{
	font-family: sans-serif;
	font-size: 12px;
	color: #4362bd;
	font-weight: bolder;
	text-decoration: none;
}
.cadre{
	font-family: sans-serif;
	font-size: 12px;
	color: #454545;
	border: 1px solid #454545;
	font-weight: bold;
}
.disable{
	font-family: monospace;
	font-size: 12px;
	color: #b3b3b3;
	background-color: #d9d9d9;
	border: 1px solid #cdcdcd;
}
.error{
	font-family: sans-serif;
	font-size: 12px;
	color: Red;
}
