/*General part*/
html
{
margin:0;
background-color:#AFBFDF;
}

*
{
	margin:0px;
	padding:0px;
	font-family:verdana,arial;
	border-width:0px;
}

img
{
border:none;
}

body
{
    text-align: center;
	background-image: url("../images-tarot/doublefond.jpg");
    background-repeat:repeat-x;
	background-position:0px 0px;
	
}

#div_general
{
  min-height:800px;
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
}
