/* général */
body {
	font-family: Geneva, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size:90%;
	overflow-y: scroll;
   !overflow-y: none;
}
a {
	text-decoration: none;
	color: #BE7B21;
}
a:hover {
	text-decoration: none;
	color: #70B926;
}
hr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C8B69B;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	width:75%;
}
h3 {
	font-size: 120%;
	text-align: center;
	color: #2A3BA3;
	font-style: italic;
}

/* entete */
#barre {
	position: absolute;
	width: 100%;
	top: 150px;
	left: 0;
	height: 35px;
	color: #FFFFFF;
	z-index: 10;
	margin: 0px;
	font-size:16px;
	background-image: url(images/barre.png);
	background-repeat: repeat-x;
	background-position: center;
}
#barre ul {
	list-style-type: none;
	width: 850px;
	margin: 0 auto;
	padding: 0px;
}
#barre ul li {
	float: left;
	margin: 0;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#barre ul li:hover {
	cursor: pointer;
	background-image: url(images/barre_over.png);
	background-repeat: repeat-x;
	background-position: center;
}
#barre ul li.ongletOuvert {
	background-image: url(images/barre_over.png);
	background-repeat: repeat-x;
	background-position: center;
}
#logo {
	position: absolute;
	z-index: 2;
	left: 2%;
	top: 0;
}
#lieu {
	position: absolute;
	z-index: 2;
	right: 3%;
	top: 40px;
}
#titre {
	position: absolute;
	top: 60px;
	width: 100%;
	text-align: center;
}
#pagephoto {
	width: 100%;
	height: 150px;
	text-align: center;
	background-color: #55452F;
	background: url(images/fond_header.png) repeat-x scroll left top #2b2114;
}

/* contenu */
#contenu {
	width: 893px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/ombre_cotes.png);
	background-repeat: repeat-y;
	background-position: center;
}
#contenu_haut, #contenu_bas {
	width: 893px;
	height: 43px;
	margin: 0 auto;
}
#contenu_bas { padding-right: 4px;}
#contenu2 {
	width: 858px;
	margin: 0 auto;
	background-color:#EAE3D9;
	background-image: url(images/logo_fond.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenu3 {
	width: 820px;
	margin: 0 auto;
}

ul#sousmenu {
	width: 230px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
ul#sousmenu li {
	margin-top: 2px;
	padding: 3px;
	background-color: #E1D7C8;
}
ul#sousmenu li:hover {
	cursor: pointer;
	background-color: #D2C4AC;
}
ul#sousmenu li.sousOuvert {
	font-weight: bold;
	background-color: #C0D6A9;
}
.sousOuvert a { color: #70B926; }

.introduction {
	float: right;
	width: 550px;
	color: #4A2E20;
	font-style: italic;
	margin-top: -15px;
}
.texte_bleu {
	color: #2A3BA3;
	font-style: italic;
	font-size: 110%;
	margin: 40px;
}
#map {
	width: 500px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
ul#exposants {
	list-style-type: none;
	text-align: center;
}
ul#exposants li {
	margin-top: 5px;
	padding: 5px;
}
ul.liste1 {
	list-style-type: none;
	padding-left: 15px;
}
ul.liste1  li {
	margin-bottom: 5px;
}
ul.liste2 {
	list-style-type: circle;
	margin: 0;
	padding-left: 20px;
}
ul.liste2 li {
	padding: 10px;
}
ul.liste2 ul {
	list-style-type: square;
}
ul.liste2 ul li {
	padding: 5px;
}
.recette {
	margin: 30px;
	padding: 20px;
	border-color: #4A2E20;
	border-style: double;
	color: #4A2E20;
}
.recette h3 {
	color: #4A2E20;
	margin-top: -12px;
}

/* pied de page */
#pieddepage {
	font-size:70%;
	color: #DACEBC;
	width: 800px;
	margin: 3px auto 5px;
	text-align: right;
}
#pieddepage a {
	text-decoration: none;
	color: #DACEBC;
}
