.RougeAmour
	{
	margin: auto;
	width: 500px;
	height: 120px;
	background-image: url('../images/RougeAmour.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

.Rainbow
	{
	top: 0px;
	left: 0px;
	margin: auto;
	width: 150px;
	height: 150px;
	cursor: pointer;
	position: absolute;
	}

.Button
	{
	background-image: url('../images/interface/ButtonCenter.gif');
	display: inline-table;
	font-family: verdana;
	overflow-y: hidden;
	height: 12px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}

.Button:before
	{
	content: url('../images/interface/ButtonLeft.gif');
	position: relative;
	float: left;
	right: 12px;
	}

.Button:after
	{
	content: url('../images/interface/ButtonRight.gif');
	position: relative;
	float: right;
	left: 12px;
	}

.cadresimple
	{
	background-color: #000000;
	display: inline-table;
	padding: 20px;
	border: 1px #FFFFFF solid;
	border-radius: 15px;
	}

.cadresimple img
	{
	margin: 5px;
	}
	
div#Player_wrapper
	{
	border: 2px solid #C00000;
	}

.Frame
	{
	background-image: url('../images/interface/FrameBG.png');
	background-repeat: repeat-y;
	background-position: top center;
	}

.FrameTop
	{
	height: 57px;
	background-image: url('../images/interface/FrameTop.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

.FrameBottom
	{
	height: 57px;
	background-image: url('../images/interface/FrameBottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	}

.Text
	{
	margin: auto;
	width: 620px;
	}

.Title
	{
	text-transform: uppercase;
	color: #C00000;
	font-weight: bold;
	margin-bottom: 10pt;
	text-align: left;
	}

.Paragraph
	{
	text-indent: 20px;
	padding-bottom: 10pt;
	text-align: justify;
	}