body {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-top:0;
	background-color: eef4df;
	}

#global {
	width: 770px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #a4a4a4;
	}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 125px;
	}
	
#titre {
	background-image: url(images/titre.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 48px;
	/height: 100px;
	text-align: left;
	color: #669966;
	font-family: Serif;
	font-weight: bold;
	padding-top: 52px;
	padding-left: 65px;
	}
	
#form {
	background-image: url(images/titre2.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 27px;
	/height: 79px;
	text-align: left;
	color: #669966;
	font-family: Serif;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 65px;
	}	
	
#corps {
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
	font-family: sans-serif;
	font-size: 0.8em;
	}
	
#corps2 {
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
	font-family: sans-serif;
	font-size: 0.8em;
	}
	
#pied {
	background-image: url(images/piedpage.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 56px;
	}
	
table#hor{
	border: none;
	background-color: #ececec;
		}
	
	table#recette {
	width: 600px;
	border: 1px solid #000;
	background-color: #ffffe8;
	font-family: sans-serif;
	font-size: 0.9em;
	}
	
a {
	text-decoration: none;
	color: #878787;
	}
	
a:visited {
	color: #878787;
	}
	
.table {
	font-family: sans-serif;
	font-size: 0.8em;
	}
	
.pied {
	font-family: sans-serif;
	font-size: 0.7em;
	color: #878787;
	}
	
.pied a {
	text-decoration: none;
	color: #878787;
	}
	
.pied a:visited {
	color: #878787;
	}
	
#menu {
	width: 770px;
	height: 21px;
	/height: 23px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#menu ul {
 padding:0;
 margin:0;
 list-style-type:none;
	}
	
#menu li {
 float:left; /*pour IE*/
	}
	
#menu ul li a {
 display:block;
 float:left; 
 width:105px;
 /width:110px;
 line-height:21px; /*hauteur de l'image de fond*/
 background:black url(images/menu1.png) repeat-x;
 color:#fff;
 text-decoration:none;
 text-align:left;
 font-size: 11px;
 font-family: sans-serif;
 padding-left: 5px;
	}
	
#menu ul li a:hover {
 background:black url(images/menu2.png) repeat-x;
 color:white;
	}  

.input { 
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	width: 150px;
	margin-bottom: 5px;
	}

.textarea {
	font-size: 0.6em;
	font-family: verdana, arial, helvetica;
	width: 325px;
	height: 100px;
	}


.postal {
	font-size: 0.6em;
	font-family: verdana, arial, helvetica;
	width: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.lieu {
	font-size: 0.6em;
	font-family: verdana, arial, helvetica;
	width: 110px;
	margin-bottom: 5px;
	}

label {
	font-family : verdana, arial, helvetica;
	font-size : 11px;
	line-height : 22px;
	}
