body {
	background-color:#FFEA00;
}
.container {
	background:#ffcccc;
}
#header {
	background:#ffffff;
	color:#000;
	text-align:center;
}
#footer {
	background:#ffffff;
	color:#000;
	text-align:center;
}
/*#content {
    background:#ffffff;

}*/

.body_edit{
	color:#F00;
	}
.question_complement{
	background:#FFF;
	color:#F00;
	font-size:smaller;
	}
hr{
	border:#F90 1px dotted;
}
#footer a:link { color: #930; }
#footer a:visited { color: #930; }
#footer a:hover { color: #ff0000; }
#footer a:active { color: #ff8000; }

/* ----------------------------- message“ÆŽ© -----------------------------*/
.message_qa {
    border-top : solid 1px ##FFEA00;
    border-bottom : solid 1px #ccc;
    padding:0.5em 0;
}
.message_no {
    font-size : larger;
    font-weight : bold;
}

.message_question  {
    font-weight : bold;
    color : #999;
    text-align: right;
}