*
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
#content
{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}
#part_one
{
	float: left;
	width: 99%;
}
#part_two
{
	float: left;
	width: 99%;
}
h1
{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0 5px 0;
}
label
{
	display: inline-block;
	width: 30%;
	text-align: right;
	margin-right: 5px;
}
input.submit
{
	background-color: #4CA82A;
	color: white;
	padding: 4px;
}
#insc_info, #part_two
{
	opacity: 0.5;
}
b{
	font-weight: bold;
}
.big_green
{
	font-weight: bold;
	font-size: 14px;
	color: green;
}
/* design page account */
#account_bar{
	position: relative;
	width: 100%;
}
#logout
{
	position: relative;
	right: 0;
	text-align: right;
}
table.saison_insc
{
	width: 100%;
}
table.saison_insc thead th
{
	font-weight: bold;
	background-color: #d1f1c5;
}
table.saison_insc tbody tr
{
	background-color: #EEE;
}
table.saison_insc tbody tr:hover
{
	background-color: #ccc;	
}
table.saison_insc thead th, table.saison_insc tbody td
{
	padding: 2px;
}
a
{
	text-decoration: none;
	color: #4CA82A;
}
#content
{
	font-family: 'Trebuchet MS';
	font-size: 14px;
}
#content h1
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #4CA82A;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Tahoma';
	text-transform: uppercase;
}
#content h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
#content ul
{
	padding: 0;
	padding-left: 20px;
}
#content ul li
{
	list-style-image: url(../_img/puce.jpg);
	margin: 0;
}
#pay_link
{
	background-color: #4CA82A;
	color: white;
	padding: 4px;
}
.submit
{
	background-color: #4CA82A;
	color: white;
	padding: 4px;
}