body
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #303D58;
	font-family: Arial, verdana, Times, sans-serif;
}

a
{
	color: #F7E444;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* Styles de l'en-tête */

#etoile_filante
{
	width: 200px;
	height: 168px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background: url("images/pictoilefilante.gif") no-repeat;
}

#en_tete
{
	height: 109px;
	
	border: 2px ridge #F7E444;
	background: url("images/header.jpg") no-repeat bottom right black;
}

h1
{
	text-indent: -50000px;
}


/* Styles des menus */

#menu
{
	width: 20%;
	float: left;
}

.sous_menu
{
	margin-top: 20px;
	
	background-color: black;
	color: #F7E444;
	border: 2px ridge #F7E444;	
}

.sous_menu h3
{
	color: #0099FF;
	text-align: center;
}


/* Styles du corps */

#corps
{
	margin-left: 22%;
	margin-top: 20px;
	padding: 10px;
	
	border: 2px ridge #F7E444;	
	color: #E3AB57;
	background-color: black;	
	text-align: justify;
}

#corps h2
{
	text-align: center;
	color: #0099FF;
}
#boite
{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.tarots
{
	text-align: center;
}
.carte
{
		float: left;
		margin: 5px;
}
.maryjo
{
		float: left;
		margin: 5px;
}
.consultation
{
	text-align: center;
}
.liste
{
	float: left;
	margin-left: 45px;
	margin-right: 55px;
}


/* Styles du pied de page */

#pied_de_page
{
	clear: left;
	margin-top: 30px;
	padding: 5px;
	
	background: url("images/pictoiles.gif") no-repeat bottom right black;
	color: #E3AB57;
	text-align: center;
	border: 2px ridge #F7E444;	
}