ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

table
{
	border-width: 0;
}

.error
{
	background-color: 	#cb8181;/**#FFBBBB;*/
}

#wait
{
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	color:	black;
	/*background-color: #201010;*/
	background-image:	url('/images/wait_fond.gif');
	position: 	absolute;
	left:300px;
	top:200px;
	width:		400px;
	height:		200px;
	z-index:1;
}

/** Tables dyntable */
table.dyntable
{
	border: medium solid #000000;
	border-collapse:collapse;
	left:5px;
	/*width: 50%;*/
}

table.dyntable caption
{
	border: thin solid #6495ed;
	background-color: #D0E3FA;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	color:black;
}

table.dyntable th
{
	border: thin solid #6495ed;
	padding: 5px;
	background-color: #D0E3FA;
	color: black;
}

table.dyntable td
{
	border: thin solid #6495ed;
	padding: 5px;
	color: black;
	
}

table.dyntable tr:hover td
{

	background-color: #b0becb; /**#00E3FA;*/
	color:black;
	background-color: #00E3FA;
}

/* différenciation collectivité / individuel dans un tableau */
.coll_row td
{
	background-color: #fdC0C1;
}
.part_row td
{
	background-color: #E8ffEa;
}
/* Hors tableau */
.coll_row
{
	background-color: #fdC0C1;
}
.part_row
{
	background-color: #E8ffEa;
}
