/* ************************** Général *************************
***************************************************************/
html {
	margin: 0;
	padding: 0;
}
body {
    margin-top: 10px; 
	padding: 0;
    text-align: left; /* pour corriger le bug de centrage IE */
	background: #D4D0C8;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000;
     }
#global {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000000 solid;
	background: #ffffff;
	}
/**************** Entete ***********************
************************************************/
#upper {
	margin: 0;
	position: relative;
	width: 800px;
	height: 120px;
	background: url("foodingredient-img/bg-upper03.jpg") no-repeat;
	}
#logo-foodingredient {
	position: absolute;
	width: 300px;
	height: 120px;
	top: 0px;
	left: 0px;
	}
/**************** Principal ********************
************************************************/
#middle {
	margin: 0;
	position: relative;
	width: 790px;
	height: 360px;
	}
html>body #middle {
	height: auto;
	min-height: 360px;
	}
#texte {
	position: relative;
	margin: 0px 10px 40px 284px;
	}
	
.liste {
	position: relative;
	margin: 0;
	padding-bottom:28px;
	}
.liste img{
	margin: 0px;
	vertical-align: text-bottom;
	}
.liste a {
	text-decoration: none;
	color: #6A2D2F;
	}
.liste a:active {
	text-decoration: none;
	color: #6A2D2F;
	}
.liste a:visited {
	text-decoration: none;
	color: #6A2D2F;
	}
.liste a:hover {
	text-decoration: underline;
	color: #6A2D2F;
}

	
/**************** Pied de Page *****************
************************************************/
#lower {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	}
#lower a {
	font-size:9px;
	text-decoration:none;
	color:#000000;	
}
#lower a:active {
	text-decoration:none;
	color:#000000;
}	
#lower a:visited {
	text-decoration:none;
	color:#000000;
}
#lower a:hover {
	/*text-decoration:underline;*/
	color:#ffffff;
}
#lower img {
	vertical-align: middle;
	}
/********************************* ACCUEIL **************************
*********************************************************************/
#accueil {
	position: relative;
	width: 800px;
	height: 515px;
	/*background: #ffffff url("foodingredient-img/bg-accueil") no-repeat top right;*/
	}
.photo-accueil {
	position: absolute;
	top: 110px;
	left: 10px;
	/*float: left;*/
	}
/****************************** MENU PUZZLE ACCUEIL****************************
*******************************************************************************/
#menu_puzzle ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#menu_puzzle ul {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 0;
left: 400px;
background: transparent url(../foodingredient-img/3btn-puzzle-accueil.jpg) top left no-repeat;	/* arrière-plan général du menu */
width: 400px;
text-align: center;
}
#menu_puzzle li {float: left;}

#menu_puzzle li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 130px;
}
#menu_puzzle li a:hover {
background: transparent url(../foodingredient-img/3btn-puzzle-accueil.jpg) top left no-repeat;
}
#menu_puzzle a#menu1 {
	width: 150px;
	}
#menu_puzzle a#menu1:hover {
background-position: -400px 0%;	/* décalage de l'arrière-plan pour chaque bouton */
}
#menu_puzzle a#menu2 {
	width: 125px;
	}
#menu_puzzle a#menu2:hover {
background-position: -550px 0%;
}
#menu_puzzle a#menu3 {
	width: 125px;
	}
#menu_puzzle a#menu3:hover {
background-position: -675px 0%;
}
/**********************/
/*** Puzzle Orange ***/
/********************/
#puzzle_orange ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#puzzle_orange ul {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 150px;
left: 600px;
background: transparent url(../foodingredient-img/btn-puzzle-orange.jpg) top left no-repeat;	/* arrière-plan général du menu */
width: 142px;
}
#puzzle_orange li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
width: 142px;
height: 140px;
}
#puzzle_orange li a:hover {
background: transparent url(../foodingredient-img/btn-puzzle-orange.jpg) top left no-repeat;
}
#puzzle_orange a#menu1:hover {
background-position: -142px 0%;	/* décalage de l'arrière-plan pour chaque bouton */
}
/********************************* MENU *****************************
*********************************************************************/
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav {
	position: absolute;
	width: 250px;
	top: 0px;
	left: 0px;
	color: #6A2D2F;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-align: left;
	}
#nav a {
	color: #6A2D2F;
	display: block;
	width: 250px;
	height: 20px;
	text-decoration: none;
	text-indent: 30px;
	font-weight: bold;
	}
#nav a:visited {
	color: #6A2D2F;
	font-weight: bold;
	}
#nav a:hover {
	color: #d7d53b;
	font-weight: bold;
	}
/**************************** MENU ACCUEIL ***********************
******************************************************************/
.menu_accueil {
	position: absolute;
	width: 250px;
	top: 300px;
	left: 320px;
	}
/********************************** CONTACT **********************
********************************************************************/
form {
	margin: 18px 0 4px 0;
	}
input.textfield {
	width: 400px;
	padding:3px;
	margin-bottom: 1px;
}
/*input.textfield:focus, textarea:focus {
	background:#e3eff4;
}*/
label {
	width: 80px;
	float:left;
	text-align:left;
	color: #000000;
	/*font-weight:bold;*/
}
textarea {
	width: 400px;
	height:10em;
	font-family:sans-serif;
	font-size:small;
	background:#fff;
	padding:3px;
}
.submit	{
	text-align: center;
	text-indent: 60px;
	}
.sbmt {
	/*text-indent: 60px;*/
	}
.avertissement {
	color: #6A2D2F;
	font-weight:bold;
	}
/********************** Inscription ******************************
******************************************************************/
/*textarea.adresse {
	width: 400px;
	height: 50px;
	}
img.label  {
	margin: 0px;
	}
label.img {
	margin: 0px;
	vertical-align:bottom;
	}*/
form.inscription label {
	margin: 4px 0;
	width: 70px;
	padding-right: 4px;
	text-align: right;
	}
form.inscription textarea {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 50px;
	}
form.inscription input {
	margin: 2px 0;
	padding: 0;
	}
.submit-inscription {
	text-align: center;
	text-indent: 70px;
	}
/*************************** Brèves *******************************
*******************************************************************/
.breves {
	margin: 6px 0 10px 0;
	padding: 0;
	/*border-bottom: 1px dotted #6A2D2F;*/
	text-align: left;
	overflow:auto;
	}
.breves p {
	margin: 0 0 4px 0;
	padding: 0;
	}
.breves-date {
	margin: 4px 0; 
	padding: 2px 10px;
	background-color: #f2f1ee;
	font-style: italic;
	font-size: 9px;
	color: #6A2D2F;
	text-align: right;
	border-bottom: 1px solid #6A2D2F;
	}
.breves-date img {
	vertical-align: middle;
	}	

/***************************** GENERAL ****************************
*******************************************************************/
hr {
	width: 100%;
	color: #d4d0c8;
	background-color: #d4d0c8;
	height: 2px;
	border: 0;
	}
h2 {
	margin: 20px 0 10px 0;
	color: #6A2D2F;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}	
h3 {
	margin: 14px 0 0 0;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #D7D53B;
	}
h4 {
	margin: 4px 0;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #6A2D2F;
	}
a, a:active, a:visited {
	text-decoration: none;
	color: #c8c638;
	}
a:hover {
	text-decoration: none;
	color: #000000;
	}
a img {
	border: none;
	}
#texte img {
	margin: 4px;
	}

q {
	color: #D7D53B;
	font-size: 12px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	}	
p {
	margin: 8px 0;
	padding: 0;
	}
.small_italic {
	font-style: italic;
	font-size: 9px;
	}
.left {
	margin: 8px 8px 8px 0px;
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.rouge {
	color: #6A2D2F;
	}
.vert {
	color: #3F5E10;
	}
.vert-clair {
	color: #D7D53B;
	}
.defaut {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000;
	}
#retour_top {
	position: absolute;
	width: 50px;
	height: 46px;
	bottom: 0px;
	right: 0px;
	}
.fill {
	height: 360px;
	}
.num-pages {
	position: relative;
	margin: 10px;
	text-align: center;
	}
.souligne {
	text-decoration: underline;
	}	
.box-vert {
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: #edf2e3;
	}