/* Structure de la page */
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	border:1px #BB9C10 solid;
}
#cel-haut{
	height:20px;
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-right:3px;
	text-align:right;
	color:#7D4905;
	font-size:12px;
	font-weight:bold;
}
#cel-banniere{

}
#cel-menu{
	height:37px;
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#cel-corps{
	padding:0px 0px 0px 0px;
}
#bord-gauche{
	background-image:url(img/bord-gauche-fond.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#bord-droit{
	background-image:url(img/bord-droit-fond.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#cel-bas{
	height:52px;
	background-image:url(img/bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	line-height:52px;
	color:#7D4905;
	font-weight:bold;
}

/* MENU HAUT */

#menu-haut a{
	text-decoration:none;
	color:#7D4905;
}
#menu-haut a:hover{
	text-decoration:underline;
	color:#BD843E;
}

/* MENU */

#cel-menu a{
	color:#7D4905;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	text-decoration:none;
}
#cel-menu a:hover{
	color:#BD843E;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#cel-menu a:visited{
	color:#7D4905;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#cel-menu a.active{
	color:#BD843E;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#accueil-lien{
	margin-left:110px;
}
#voyance-lien{
	margin-left:57px;
}
#tarologie-lien{
	margin-left:60px;
}
#numerologie-lien{
	margin-left:56px;
}
#psychologie-lien{
	margin-left:50px;
}

/* CORPS DE LA PAGE */

#contenu-gauche{
	background-image:url(img/corps-gauche.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7C4703;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#E9D255;
}
#contenu-droit{
	background-image:url(img/corps-droit.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7C4703;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#E9D255;
}
/*#contenu a{
	text-decoration:
	color:#
}
#contenu a:hover{
	text-decoration:
	color:#
}*/
h1{
	font-size:16px;
	color:#E9D255;
	padding:20px 5px 5px 10px;
	font-style:italic;
}
h2{
	font-size:14px;
	color:#E9D255;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
#contenu-gauche p{
	padding:0px 15px 0px 15px;
}
p{
	margin-left:0px;
	padding-left:10px;
}

/* FORMULAIRES */

input {
border:1px solid #E9D255;
color:#7D4905;
background-color:#fff;
}

select, option {
color:#fff;

}

textarea {
border:1px solid #E9D255;
color:#7D4905;
}

/* CREDITS */

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#FFFFFF;	
}
#credits a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#FFFFFF;	
	text-decoration:none;
}

