body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #CCCCCC;
}

*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body, div, td, th, select, option, textarea, input
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

div#conteneur
{
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

div#ecard
{
	position: relative;
	width: 595px;
	height: 340px;
	margin: 0 auto 20px;
}

a
{
	outline: none;
	color: #666666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
