	/* ST-TIC Web - http://www.st-tic.fr  */
	/* Last updated 29 Juillet 2007  */

/* ancres et "vous êtes içi  */
	
body#index li#accuei a, body#sf li#sav a, body#cond li#poi a, body#pnns li#pnn a, body#fruits li#fru a, body#cal li#cale a, body#plan li#pla a, body#contact li#cnt a {
	color: #365e37;
	text-decoration: underline;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: center;
	background-color: #fff;
	font: 0.7em verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	}

#wrapper	{
	width: auto;
	text-align: left;
	height: 155px;
	}

#header	{
	margin: 0;
	padding: 0;
	border: 0;
	height: 155px;
	}

#content	{
	position: relative;
	float: left;
	width: 70%;
	}

div#headwrap h1	{
	display: none;
	}

	/* Navigation principale */
	
#menu {	
	width: 198px; /* Valeur pour les navigateurs conformes  */
	float: left;
	background-color: #e3e5ec;
	min-height: 500px;
	clear:left;
}

#menu ul {
	color : #4e7b4f;
	font-weight:normal;
	margin: 0;
	padding: 0 15px;
	background-color: #e3e5ec;
}

#menu ul.nav	{
	margin: 0;
	padding: 10px;
	border: 0;
	height: 240px;
	background: #82bc83 url(../i/menubas.gif) bottom center no-repeat;
	}

#menu ul.nav li	{
	margin: 0 1px;
	display: block;
	padding: 5px;
	}

#menu ul.nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font: 12px georgia;
	padding-left: 20px;
	background: url(../i/bullet.gif) center left no-repeat;
	}

#menu ul.nav li a:hover{
	color: #365e37;
	}
		
	/* Contenu texte */	

div#header p {
	margin-left:70%;
	color: #365e37;
	font-size: 0.9em;
	font-weight: bold;
	}
	
p#vei {
	color: #7d7d7d;
	font-size:80%;
	font-weight:bold;	
	margin: 10px;	
	margin-left: 160px;
	text-indent: 35px;
	background: #fff  url(../i/cerise.jpg) center left no-repeat;
	height: 50px;
	line-height: 50px;
}	
	
p {
	text-align:left;
	margin: 10px 20px;
	line-height: 14px;
	color: #6a6a66;
}
	
#menu p {
	color : #4e7b4f;
	font-weight:bold;
	margin: 0;
	padding: 10px;
	background-color: #e3e5ec;
}

#calendrier	{
	width: 500px;
	float:left;
	border: 0;
	margin-left: 5px;
	padding: 5px;
	}

#colonne-gauche, #colonne-centre	{
	width: 320px;
	float:left;
	padding-left:25px;
	}
	
#colonne-centre	{
	border-left: 1px solid #4e7b4f;
	}

#colonne-droite p	{
	margin: 0 5px;
	color: #35b0de;
	font-weight: bold;
	line-height: 1.6em;
	}
	
a	{
	color: #547655;
	}
	
a:hover	{
	color: #5c985e;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #9DA65F;
	margin: 15px 0 10px 15px;
	border: 0;
	padding: 0 0 3px 3px; 
}

#menu h2 {
	margin-left: 3px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	margin: 10px;
}

#content ul	{
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 0;
	}

#content li	{
	margin: 5px 0;
	margin-left: 20px;
	color: #6a6a66;
	}
	
	 /* Tableau de présentation des fruits et légumes ------------------------------------------------------------ */
	 
table.gamme, table.tech {
	margin: 1px;
	font-size: 85%;
}
	
table.gamme td, table.gamme td img {
	padding: 0;
	margin: 0;
}

table.gamme td p {
	padding: 0;
	margin: 2px;
	line-height: 1.2em;
	
}

table.gamme td.color {
	background-color : #fff; 
	border:0;
}

table.tech th {
	font-size: 80%;
}

	 /* Tableau de présentation du calendrier ------------------------------------------------------------ */

table.calendrier  {
	margin-left : 20px;
}

table.calendrier caption {
	color: #000;
	font-size: 130%;
	font-weight: bold;
	padding : 10px;
}

table.calendrier th, table.calendrier td {
	padding: 2px;
	margin: 6px 0;
}

table.calendrier th {
	border: 1px solid #000;
	margin: 0;
	background-color : #f3f1f1;
	text-align : center;
}

table.calendrier th.mois {
	width: 30px;
}

table.calendrier td.fruit {
	padding: 3px 2px;
	font-weight: bold;
	text-align: right;
}

table.calendrier td.image {
	padding: 3px 0;
}

	 /* Formulaire ------------------------------------------------------------ */

body#contact form {
	margin-left: 50px;
}
	 
fieldset {
	width: 500px;
}

label {
	color: #7f7f7f;
	font-weight: bold;
}

input, textarea {
	background-color: #e3e5ec;
	font-weight: bold;
	margin: 0 10px;
}	 

textarea {
	margin: 10px;
}	 
