﻿@import url("layout.css");
body {
	/*  Verdana, Arial, Helvetica, sans-serif; */
	font-family: Papyrus;
	font-size: 0.8em;
	/* Cette couleur est une sorte de blanc (f2f2f7) */
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	/* Je ne sais pas ce que  c'est (700) C'est la largeur autorisée de la partie du milieu */
	width: 1200px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	/* Largeur du menu du haut ()*/
	width: 1024px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
	/* Relatif à la bordure de gauche */
#navigation {
	position: relative;
	float: left;
	/* Largeur du menu de gauche (148) */
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
	/* Relatif à la bordure centrale */
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
	/* Relatif à la bordure du bas */
#footer {
	text-align: center;
	clear: both;
	/* Largeur du menu du bas de page (698) */
	width: 1024px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Styles de titres */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
/* Ancien code : #5f8ea9 */
	color: #5f8ea9;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
	/* Relatif au style "li" utilis pour le menu de navigation "descendant" */
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
     /* Couleur des liens avant survol dans le menu de navigation "descendant". Old : 3d6c87 */
	color: #3d6c87;
	text-decoration: none;
	display: block;
	/* padding: 5px */
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
    /* Concerne la bordure de gauche */
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	/* Ancienne valeur : #5f8ea9 Correspond à la couleur du cadre de survol (ses bordures)*/
	border: 1px solid #C56F21;
	/* Ancienne valeur : #5f8ea9 Correspond à la couleur de remplisage du cadre de survol*/
	background-color: #C56F21;
}
/* Styles du contenu */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Styles de pieds de page */
/* Styles de pieds de page c'esr à dire les annotations genre "© 2006 www.egypte-ancienne.fr */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
/* Ancienne couleur #33627d Correspond à un lien hypertexte non survolé dans la bordure du bas */
	color: #A8671F;
	text-decoration: underline;
}
#footer a:hover {
/* Ancienne couleur #33627d Correspond à un lien hypertexte survolé dans la bordure du bas */
	color: #A8671F;
	text-decoration: none;
}
a {
/* FAUX!!! Ancienne couleur #33627d Correspond à un lien hypertexte non survolé dans la bordure du bas */
/* Ancienne couleur #5f8ea9 Correspond au style "a" C56F21*/ 

	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
/* Ancienne couleur #33627d Correspond au style "a:hover" */
	color: #C56F21;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_ben {
	font-family: Papyrus;
	font-size: 1em;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}

.style_ben_titre {
	font-family: Papyrus;
	font-size: 1.4em;
	text-align:left;
	font-weight:bold;
	color:#AC5600
}

.style_ben_sous_titre {
	font-family: Papyrus;
	font-size: 1.2em;
	text-align:left;
	font-weight:bold;
	color:#CA6500
}

.Nom_article {
	font-family:Papyrus;
	font-size:1em;
	font-weight: bold;
	text-decoration: none;
	color:#5F8EC7;
}

.prix_article {
	font-family:Papyrus;
	font-size:1em;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
	color:#CA6500;
}

