
html{background-color: #000;
  background: url(http://www.myhoroscope.ch/img/bg_1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:arial;
/* 	background-color: -webkit-gradient(linear, left top, left bottom, from(#000a1f), to(#1e394f));
	background-image: -webkit-linear-gradient(top, #000a1f, #1e394f);
	background-image: -moz-linear-gradient(top, #000a1f, #1e394f);
	background-image: -ms-linear-gradient(top, #000a1f, #1e394f);
	background-image: -o-linear-gradient(top, #000a1f, #1e394f);
	background-image: linear-gradient(top, #000a1f, #1e394f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000a1f', endColorstr='#1e394f'); */
}

img{
	border:none;
}

ul{
	list-style-type:none;
}

a{
	text-decoration:none;
	padding:0;
	margin:0;
}

h1{
	color:#7F0037;
	font-weight:bold;
	margin:0;
}

.ui-state-error{
	padding:12px;
}

.gauche{
	float:left;
}

.droite{
	float:right;
}

.clearfix{
	clear:both;
}



/*****************************

	Style for overlay and box 

******************************/

.overlay{
	background:transparent url('../images/overlay.png') repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}
.box{
	position:fixed;
	top:-220px;
	left:34%;
	right:34%;
	background-color:#fff;
	color:#7F7F7F;
	padding:20px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	-moz-box-shadow: 0 1px 5px #314554;
	-webkit-box-shadow: 0 1px 5px #314554;
	z-index:101;
	text-align:center;
}
.box h1{
	margin:-20px -20px 0px -20px;
	padding:10px;
	-moz-border-radius:20px 20px 0px 0px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
}
a.boxclose{
	float:right;
	width:26px;
	height:26px;
	background:transparent url('../images/cancel.png') repeat top left;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}