body	{
	background-color: #dde ;
	color: black ;
}
h1,h2	{
	text-align: center ;
	border-color: black ;
	border-style: solid ;
	border-width: 1px ;
	background-color: #ceceee ;
	color: black ;
}
h3	{
	margin: 0px ;
}
pre     {
	border-color: black ;
	border-style: solid ;
	border-width: 1px ;
	background-color: white ;
	color: black ;
}
legend, fieldset	{
	border-color: black ;
	border-style: solid ;
	border-width: 1px ;
}
legend	{
	font-weight: bold ;
	background-color: #bebeee ;
	color: black ;
}
fieldset	{
	margin-bottom: 10px ;
	background-color: #ceceee ;
	color: black ;
}
ul	{
	border-width: 1px ;
	border-color: red ;
}
/* === [Tableaux] === */
table	{
	border-color: black ;
	border-style: solid ;
	border-width: 0 ;
}
th	{
	border-color: black ;
	border-style: solid ;
	border-width: 1px ;
}
tr:hover	{
	background-color: #bebeee ;
	color: black ;
}
td	{
	border-color: gray ;
	border-style: solid ;
	border-width: 1px ;
}
form ul	{
	padding-left: 5px ;
}
form li	{
	padding: 3px ;
	list-style-type: none ;
}
label	{
	padding: 1px ;
	background: #eae7e4 ;
	border-width: 2px ;
	border-left-color: #f8f7f6 ;
	border-top-color: #f8f7f6 ;
	border-right-color: #81807e ;
	border-bottom-color: #81807e ;
	border-style: solid ;
	color: black ;
}
a	{
	color: #00A ;
}
a:visited	{
	color: black ;
}
a:hover		{
	background-color: #bebeee ;
}
.nowrap	{ white-space: nowrap; }
.menu	{
	position: fixed;
	top: 10px ;
	right: 5px;
	height: 30px ;
	border-color: black ;
	border-style: solid ;
	border-width: 1px ;
	background-color: #ceceee ;
}
.menu ul {
	display: none ;
}
div.menu:hover	{
	height: 100% ;
	top: -1px ;
}
div.menu:hover ul {
	display: inline;
}
.menu ul {
	padding-left: 5px ;
}
.menu li	{
	list-style-type: none ;
}
.validator	{
	text-align: center;
}
.validator a:hover	{
	background-color: #dedeee;
}
*[title]	{
	cursor: help ;
	border-bottom-width: 1px ;
	border-bottom-style: dotted ;
}
/* */
span.found	{
	color: black ;
	border-color: red ;
	border-style: dotted ;
	border-width: 1px ;
	background-color: #FFA ;
}
.acro	{
	border-color: red ;
	border-style: dotted ;
	border-width: 0px 0px 1px 0px ;
}
select option.selected	{
	color: red ;
	border-color: red ;
	border-style: dotted ;
	border-width: 1px ;
}
.faketable	{
	text-align: center ;
	margin-left: 20px ;
}
.faketable a	{
	display: block ;
	text-decoration: none;
	margin: 1px ;
	text-align: center ;
	float: left;
	border-color: gray ;
	border-style: solid ;
	border-width: 1px ;
}
.pisgtable	{
	margin-left: 20px ;
}
.pisgtable th	{
	width: 200px ;
}
.pisgtable td	{
	width: 150px ;
	text-align: right ;
}
/* Consultation des logs */
a.line_anchor	{
	color: black ;
	text-decoration: none ;
}
ul.log	{
        border-color: black ;
        border-style: solid ;
        border-width: 1px ;
        background-color: white ;
        color: black ;
	list-style-type: none ;
	padding-left: 0px ;
}
table.log 	{
	border: 1px solid black ;
	border-collapse: collapse ;
	background-color: white ;
	width: 100% ;
}
table.log td	{
	border-width: 0 ;/**/
	padding-left: 5px ;
}
td.ar	{
	text-align: right ;
	border-right: 1px solid #AAAAAA !important ;
	padding-right: 5px ;
}
td.copypaste {
	padding-left: 0 !important ;
	padding-right: 0 !important ;
}
