body 
{
	background-color: 	#333333;
	margin: 			0 auto;
	width: 				940px;
	color: 				#FFFFFF;
	font-family: 		Courier New;
	font-weight: 		bold;
	text-align: 		center;
}

#container
{
	margin: 			0 auto;
	text-align: 		left;
	width: 				940px;
}

.titre 
{
	font-size: 			40px;
}

a 
{
	color: 				#FFFFFF;
	text-decoration: 	none;
}

a:hover 
{
	text-decoration: 	underline;
}

.copyright
{
	font-size:			15px;
}

table 
{
	text-align: 		center;
	font-weight: 		bold;
	font-size: 			40px;
	width: 				940px;
}

table td 
{
	vertical-align: 	top;
}

a img 
{
	border:				none;
}

.description 
{
	font-size: 			20px;
	text-align: 		left;
	padding: 			20px;
}

.date 
{
	font-size: 			20px;
	vertical-align:		middle;
}

.colored
{
	color:				#e29c52;
}

.error
{
	color:				#FF0000;
}

input
{
	border:				2px solid #AAAAAA;
	background-color:	#FFFFFF;
}

.change
{
	font-size:			12px;
	float:				right;
	padding-right:		5px;
}

.form_hide
{
	display:			none;
	float:				right;
	padding-right:		5px;
}