.powered_by {
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

BODY {
	background-color: #FBF1C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A {
	text-decoration: none;
	color: #5280CE;
}

/*B {
	font-weight: normal;
}*/

TABLE.container {
	background-color: #808080;
	border-spacing: 1px;
	border-collapse: separate;
}

.container TD {
	padding: 2px;
}

.row_header {
	background-color: #FFC67B;
}

.row_title {
	background-color: #FFC67B;
	font-weight: bold;
	text-align: center;
}

.row_footer {
	background-color: #FFC67B;
}

.col_submit {
	background-color: #FFC67B;
	text-align: center;
}

.bouton {
    text-align: center;
}

.row {
	background-color: #FFFFFF;
}

.row_pcpal {
	background-color: #FFFFFF;
	font-weight: bold;
}

.row_xsmall {
	background-color: #FFFFFF;
	font-size: 0.8em;
}

.row_on {
	background-color: #D9D9D9;
}

.row_off {
	background-color: #FEDF8B;
}

.row_sep {
	font-size: 0.7em;
	background-color: #FBF1C5;
}

.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.8em;
}
.xxsmall {
	font-size: 0.7em;
}

.alert {
	color: #FF0000;
}

.transp {
	background-color: transparent;
}

.msg {
	text-align: center;
	font-weight: bold;
	color: green;
}

.warn {
	text-align: center;
	font-weight: bold;
	color: orange;
}

.error {
   text-align: center;
   font-weight: bold;
	color: red;
}

.result_title {
	text-align: center;
	font-weight: bold;
}

.result_action {
	text-align: center;
}

.res_success {
	text-align: center;
	background-color: #66FF00;
}

.res_failure {
	text-align: center;
	background-color: #FF9900;
}

.hide {
	display: none;
}


.nowrap {
	white-space: nowrap;
}

@media print {
	.noprint {
		display: none;
	}
}