 /*______________________________________*/
 /* ------------------------------------ */
 /*        STYLESHEET.CSS NORMAL         */
 /*        PRESENTATION DU SITE          */
 /*                  DE                  */
 /*        HTTP://WWW.PHARAOH.FR         */
 /* ------------------------------------ */

/* -------------------------------------------------------------------------------------| Configuration Général de la page web |----- */
html {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	margin: auto;
	border: 0px;
	padding: 0px;
	background-color: #492901;
	min-width: 780px;
}

/* -------------------------------------------------------------------------------------| Configuration des listes à puce |----- */
ul {
	padding: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul li {
	font-family: Tunga;
	font-size: 11pt;
	line-height: 17px;
	padding: 0px;
}

/* -------------------------------------------------------------------------------------| Style par défaut de toutes les images |----- */
img {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------------------------------------| Style par défaut des liens |----- */
a {
	color: #6a5831;
	text-decoration: none;
}
a:hover {
	color: #6a5831;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------------| Style des différents tableaux XHTML |------ */




/* -------------------------------------------------------------------------------------| Configuration du HEADER de la page |-------- */
#HeaderGauche {
	background-image: url('../templateAccueil/logo.jpg');
	background-repeat: no-repeat;
	width: 550px;
	height: 97px;
	float: left;
	margin-right:-3px;
}

#HeaderDroite {
	background-image: url('../templateAccueil/bckheader.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 97px;
	overflow: hidden;
}

/* -------------------------------------------------------------------------------------| Configuration du MENU de la page |-------- */
#BarreMenuHaut {
	background-image: url('../templateAccueil/bckmenu.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 31px;
}

#BarreMenuBas {
	background-image: url('../templateAccueil/bckmenu.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 31px;
}

/* -------------------------------------------------------------------------------------| Configuration du CORPS de la page |-------- */
#BarreCentraleCorps {
	background-image: url('../templateAccueil/bckwrapper.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 290px;
}

.ImageCentraleCorps {
	background-image: url('../templateAccueil/bckcontentcontainer.jpg');
	background-repeat: no-repeat;
	width: 775px;
	height: 290px;
	text-align: left;
}

/* -------------------------------------------------------------------------------------| Configuration du bloc publicitaire |------- */




/* -------------------------------------------------------------------------------------| PIED DE PAGE |----------------------------- */
#FooterBackground {
	background-image: url('../templateAccueil/bg.jpg');
	background-repeat: repeat-x;
	width: auto;
	height: 330px;
}

#FooterContent {
	background-image: url('../templateAccueil/bgscarab.jpg');
	background-repeat: no-repeat;
	width: 834px;
	height: 247px;
}

#FooterCopyright {
	margin-bottom: 10px;
	font-size: 8pt;
	font-family: verdana, "Trebuchet MS";
	color: #634724;
}


/* -------------------------------------------------------------------------------------| Style par defaut des formulaires web |----- */
form {
	padding: 0px;
	margin: 0px;
}

.input_text {
	border-top: 1px solid #ad9b5f;
	border-bottom: 1px solid #ad9b5f;
	border-left: 1px solid #ad9b5f;
	border-right: 1px solid #ad9b5f;
	background-color: #f8efd1;
	color: #4c401c;
	font-size: 8pt;
	font-family: "Book Antiqua";
	letter-spacing: 1px;
	padding: 2px;
}

textarea {
	border-top: 1px solid #ad9b5f;
	border-bottom: 1px solid #ad9b5f;
	border-left: 1px solid #ad9b5f;
	border-right: 1px solid #ad9b5f;
	background-color: #f8efd1;
	color: #4c401c;
	font-size: 8pt;
	font-family: "Book Antiqua";
	letter-spacing: 1px;
	padding: 2px;
}

select {
	border-top: 1px solid #ad9b5f;
	border-bottom: 1px solid #ad9b5f;
	border-left: 1px solid #ad9b5f;
	border-right: 1px solid #ad9b5f;
	background-color: #f8efd1;
	color: #4c401c;
	font-size: 8pt;
	font-family: verdana;
	letter-spacing: 1px;
	padding: 2px;
}

/* -------------------------------------------------------------------------------------| Divers |----- */
