@charset "UTF-8";
/* CSS Document */

body
{
	font-family:		Georgia, "Times New Roman", Times, serif;
}

br.dummy
{
	clear:				both;
}

div.cadre
{
	background-color:	#000000;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			0px;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		10px;
	width: 				900px;
}

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

div.cadre a:hover
{
	color:				#CCCCCC;
	text-decoration: 	underline;
}

div.coin
{
	background-color:	#FFFFFF;
	float:				right;
	width:				550px;
}

div.coin a
{
	color:				#666666;
}

div.coin a:hover
{
	color:				#000000;
	text-decoration:	underline;
}

div.coin p
{
	margin-left:		5px;
}

h1
{
	color: 				#FFFFFF;
	font-size:			22px;
}

img
{
	margin-top:			15px;
}

ul
{
	list-style:			none;
}

ul li
{
	display:			inline;
	float: 				right;
	font-size:			12px;
	margin-right:		50px;
}

