 *{
	font-family:tahoma, arial, sans-serif;
	}
 
 body{
	background-color:black;
	background:url(images/BG-acheter-un-forfait-Anne-Voyance.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
 }
 
.top_container{
	vertical-align:middle;
	display:inline-block;
	height:100%;
	width:100%;
	color:#b0b0b0;

}

/* Bold style */
.bold {
    font-weight:600;
	
}


/* style logo Anne Voyance */
.logo {
    display:block;
  	margin:10px auto 0px;
}


 /* style du fond d'ecran */
 .description {
   
  border:1px solid #b0b0b0;
  margin:25px auto;
  padding:0px 30px;
  border-radius:5px;
  max-width:500px;
  font-size:15px;
  letter-spacing:2px;
  text-align:center;

}
  
 nav{
    text-align:center;
	margin-bottom:30px;
}
    
nav a{
	margin:15px 10px;
	}
footer{
	font-family:tahoma;
	font-size:13px;
	text-align:center;
	letter-spacing:2px;
}	
footer p{
	margin:5px 0px;
	}
	
	
/*texte detaillant les forfaits*/	
section{
	text-align:left;
	color:#878787;
	max-width:562px;
	margin:0 auto;
}

section .content{
	text-align:justify;
}

h2,h3,h4{
	font-weight:400;
	color:#e2e2e2;
}

h2{
	font-size:28px;
	margin-bottom:-2px;
}

h3{
	border-top:1px solid #a9a9a9;
	padding-top:12px;
	font-size:17px;

}

h4{
	font-size:15px;
	margin-bottom:0px;
}

section p, ul{
	font-size:0.85em;
	line-height:1.5em;
}
section ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

section li:before {
    content: "- "; 
}
section a{
	font-size:15px;
	color:#0088CC;
	text-decoration:none;
}

section a:hover{
	text-decoration:underline;
}

  /*button*/
.Buy {
	-moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
	box-shadow:inset 1px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:165px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.Buy:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.Buy:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */