input[type=text].inputPetit, input[type=password].inputPetit {
	font-size: 10px;
	width:100px;
}
input[type=submit], input[type=reset] {
	border:1px solid #FFCC33;
	font-weight:bold;
	cursor:pointer;
	font-size: 10px;
	background-color: #000000;
	color: #FFCC33;
 }
input[type=submit]:hover, input[type=reset]:hover {
	color: white;
	border:1px solid white;
	background-color:#000000;
 }
#btnSupp {
	position: absolute;
	left: 350px;
	top: 23px;
}
#btnSubmit {
	position: absolute;
	left: 300px;
	top: 20px;
}

a.btnForm {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border: 1px solid #FFCC33;
	color: #FFCC33;
}
.headerAdmin {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 15px;
}
th    {
	color: #FFCC33;
	font-size: 12px;
	line-height: 14px;
	height: 20px;
	font-weight: normal;
}
.tab_filet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
.tab_filet a {
	color: #FFCC33;
	text-decoration: none;
}
.tab_filet a:hover {
	text-decoration: underline;
}
