BODY {
	FONT-FAMILY: Verdana, Arial;
	FONT-SIZE: 10px;
	COLOR: #0A2D1B;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
}
TD {
    FONT-SIZE:10px;
    COLOR: #0A2D1B;
    FONT-FAMILY: Verdana, Arial;
}
A:hover {
    COLOR: #6FA18E;
    TEXT-DECORATION: none;
}
A {
    COLOR: #DD8747;
    TEXT-DECORATION: none;
}
.stylepqm {
    FONT-SIZE: 9px;
    COLOR: #A3A4A3;
    FONT-FAMILY: Verdana, Arial;
}

table.data {
	margin: 0 auto;
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
}

td.pair {
	background-color: #EEF7E8;
}

td.impair {
	background-color: #E4EEDD;
}

table.data td {
	border: 1px solid #fff;
	padding: 4px;
}

table.data_accueil td {
	border: 1px solid #fff;
	padding: 4px;
}

table.data th {
	border: 1px solid #fff;
	background-color: #EECC90;
	padding: 4px;
}

table.data tr:hover>td {
	background-color:#EECC90;
}

form {
	margin: 5px 0;
	text-align:left;
}

fieldset {
	border: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
}

legend {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 6px;
	font-weight:bold;
	margin-bottom:10px;
}

label {
	width: 185px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 3px;
	clear:both;
}

input, select, textarea {
    margin: 3px;
}

fieldset span {
	margin: 3px;
}



input[type='text']:hover, input[type='password']:hover,
textarea:hover, select:hover {
	border: 1px solid #666;
}

input[type='text']:focus, input[type='password']:focus,
textarea:focus, select:focus {
	border: 1px solid #000;
}

input[type='text'], input[type='password'],
textarea, select {
	border: 1px solid #999;
}


