@charset "iso-8859-1";

/**
 * Main CSS styles definitions file
 *
 * Author: Geoffroy de Goascaradec
 */


/**
 * Standard tags definition
 */

body
{
	width: 					900px;
	vertical-align:			top;
	text-align:				center;
	text-decoration:		none;
	font-family:			arial;
	font-size:				small;
	color:					#292953;
	background:				#E8E8E8;
	margin:					0 auto;
	padding:				0px;
}

table tr td
{
	padding:				0px;
	margin:					0px;
}


img
{
	text-decoration:		none;
    border:					0px;
}


a
{
	font-size:				small;
	text-decoration:		none;
	font-family:			arial;
	color:					#292953;
}

a:hover {
	text-decoration:		underline;
}


input
{
	font-size:				small;
	text-decoration:		none;
	font-family:			arial;
	color:					#292953;
	background:				#C8C8C8;
}


select
{
	font-size:				small;
	text-decoration:		none;
	font-family:			arial;
	color:					#292953;
	background:				#C8C8C8;
}


button
{
	font-size:				small;
	text-decoration:		none;
	font-family:			arial;
	color:					#292953;
	background:				#C8C8C8;
}

