body {
	margin:140px 0px 0px 0px;
	padding:0px 10%;
	color:#FFFFFF;
	font-family:Georgia, Arial;
	background-color:#000000;
}

hr {
	margin:20px 10px;
	color:#FFCC33;
	background-color:#FFCC33;
}

p {
	margin:0.8em 0;
	text-align:justify;
}

a			{ color:#FFCC33; }
a img		{ border:0px none; }
form			{ margin:0px; padding:0px; }
table, th, td	{ padding:0px; margin:0px; border-collapse:collapse; }

h1, h2, h3, h4, h5 { color:#FFCC33; }
h1, h2, h3, h4, h5, ul, li, ol { text-align:left; }

/*	MAIN CONTAINER	*/

div.body {
	height:100%;
	margin:10px 10%;
	position:relative;
}

p.footer {
	clear:both;	
	margin:10px 10%;
	text-align:center;
}

table.container tr { line-height:22px; }

/*	SEPARATOR	*/
div.sep_star {
	clear:both;
	height:1em;
	margin:0.7em 0em 1.4em;
	padding:0em;
	background:transparent url(http://www.soirees-a-paris.com/_img/catalog/separator/separator_middle.jpg) repeat-x center;
}

div.sep_star div.l {
	float:left;
	width:50px;
	height:100%;
	background:transparent url(http://www.soirees-a-paris.com/_img/catalog/separator/separator_left.jpg) no-repeat center;
}

div.sep_star div.r {
	float:right;
	width:50px;
	height:100%;
	background:transparent url(http://www.soirees-a-paris.com/_img/catalog/separator/separator_right.jpg) no-repeat center;
}

/*	BUTTONS	*/
a.button {  }

.button {
	display:block;
	margin:0px auto;
	color:#000000;
	font-weight:normal !important;
	text-align:center;
	vertical-align:middle;
	border:0 none !important;
	background-color:transparent !important;
	background-repeat:no-repeat !important;
	background-position:top center !important;
	cursor:pointer;
}

.hover { background-position:bottom center !important; }

.red2gold-70x22, 
.grey2gold-70x22, 
.gold2grey-70x22 
{
	width:70px !important;
	height:22px !important;
}

.red2gold-100x22, 
.grey2gold-100x22, 
.gold2grey-100x22,
.red2gold-70x22-black
{
	width:100px !important;
	height:22px !important;
}

.red2gold-70x30, 
.grey2gold-70x30, 
.gold2grey-70x30 
{
	width:70px !important;
	height:30px !important;
}

.red2gold-100x30, 
.grey2gold-100x30, 
.gold2grey-100x30 
{
	width:100px !important;
	height:30px !important;
}

.red2gold-70x22		{ background-image:url(../_img/_button/red2gold-70x22.jpg);		}
.red2gold-70x22-black	{ background-image:url(../_img/_button/red2gold-70x22-black.jpg);		}
.red2gold-100x22	{ background-image:url(../_img/_button/red2gold-100x22.jpg);	}
.red2gold-100x30	{ background-image:url(../_img/_button/red2gold-100x30.jpg);	}

.grey2gold-70x22	{ background-image:url(../_img/_button/grey2gold-70x22.jpg);	}
.grey2gold-70x30	{ background-image:url(../_img/_button/grey2gold-70x30.jpg);	}
.grey2gold-100x22	{ background-image:url(../_img/_button/grey2gold-100x22.jpg);	}
.grey2gold-100x30	{ background-image:url(../_img/_button/grey2gold-100x30.jpg);	}

.gold2grey-70x22	{ background-image:url(../_img/_button/gold2grey-70x22.jpg);	}
.gold2grey-70x30	{ background-image:url(../_img/_button/gold2grey-70x30.jpg);	}
.gold2grey-100x22	{ background-image:url(../_img/_button/gold2grey-100x22.jpg);	}
.gold2grey-100x30	{ background-image:url(../_img/_button/gold2grey-100x30.jpg);	}

/*	DEFAULT CLASSES	*/

.bold		{ font-weight:bold; }
.italic		{ font-style:italic; }
.underline	{ text-decoration:underline; }

.red	{ color:#FF0000; }
.gold	{ color:#FFCC33; }
.gray	{ color:#DDDDDD; }
.grey	{ color:#999999; }
.black	{ color:#000000; }
.white	{ color:#FFFFFF; }

.nowrap { white-space:nowrap; }

.clr			{ clear:both; }
.flt_lft		{ float:left; }
.flt_rgt		{ float:right; }

.align_left		{ text-align:left	!important; }
.align_center	{ text-align:center	!important; }
.align_right	{ text-align:right	!important; }

.valign_top		{ vertical-align:top	!important; }
.valign_middle	{ vertical-align:middle	!important; }
.valign_bottom	{ vertical-align:bottom	!important; }