/*! @group html */

html body
{
	padding: 0;
	margin: 0 ;
	background: #fff;
}
html body *
{	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3
{	margin: 1em auto;
	text-align: center;
}
p
{	text-align: justify;
	margin: 0;
}

table
{	border-collapse: collapse;
}
table th *, 
table td *
{	vertical-align: top;
}
img
{	border: none ;
}
input, select, textarea
{	vertical-align: top ;
	margin: 0 ;
}
.clear
{	clear: both;
}

/* @end */

/* @group comportement général des liens hypertextes */

a:link, 
a:visited
{	color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group bodyPage */

div#body_page
{	margin: 0 auto;
	background: white;
	width: 900px;
}

/* @end */

/* @group label */

ul li label
{	font-weight: bold;
}

/* @end */


