INPUT
{
	background-color: #EEEEE0;
    BORDER-BOTTOM: #444444  1px solid;
    BORDER-LEFT: #444444  1px solid;
    BORDER-RIGHT: #444444  1px solid;
    BORDER-TOP: #444444  1px solid;
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, geneva;
    FONT-SIZE: 8pt;
	padding-left:2px;
}

textarea
{
	background-color: #EEEEE0;
    BORDER-BOTTOM: #444444  1px solid;
    BORDER-LEFT: #444444  1px solid;
    BORDER-RIGHT: #444444  1px solid;
    BORDER-TOP: #444444  1px solid;
    COLOR: #000000;
    FONT-FAMILY: verdana, Arial, geneva;
    FONT-SIZE: 8pt
}
SELECT
{
	background-color: #EEEEE0;
    BORDER-BOTTOM: #444444  1px solid;
    BORDER-LEFT: #444444  1px solid;
    BORDER-RIGHT: #444444 1px solid;
    BORDER-TOP: #444444  1px solid;
    COLOR: #000000;
    FONT-FAMILY: trebuchet, verdana, Arial, geneva;
    FONT-SIZE: 8pt
}

div.annuler{
	margin: 5px 5px 5px 15px;
	padding: 5px;
	float: left;
}
div.enregistrer{
	margin: 5px 15px 5px 5px;
	padding: 5px;
	float: right;
}

div.panelTitre {
	color:#E1E9ED;
	background-color: #91a5b1;
	width: 400px;
	text-align: center;
	font-size: 11pt;
	font-weight:bold;
	margin-top: 15px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px solid #000000;
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 5px;
}

div.panel {
	min-height: 30px;
	width: 400px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 0px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px solid #000000;
	padding-bottom:10px;
	padding-left: 5px;
	padding-top: 15px;
}

div.panelPied {
	min-height: 30px;
	width: 400px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 0px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-bottom:10px;
	padding-left: 5px;
	padding-top: 10px;
}

p.titre{
	color: #000000;
	font-weight: bold;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:2px;
	text-align:left;
}
