/* Feuille CSS pour page menu.html and co */
body
	{
	margin: auto;
	margin-top: 5px; /* Marge ext haute */
	width: 850px;
	/* Pour centrer la page */
	/*margin: auto;*/
	font-family: serif;
	background: #DCDCDC;
	border: 1px solid ActiveBorder;
	background-image: url(../img/fond_papier_craft_2_clair.jpg);
	}
	
	p{
		
		margin: 8px;
	}
	
	#en_tete
	{
	border: 1px solid ActiveBorder;
	/*width: 850px;*/
	height: 174px;
	}
	
	#menu_horizontal
	{
	padding:2px;
	width: 845px;
	margin: auto;
	text-align: center;
	background-image: url(../img/8.gif);
	border: 1 px solid Activeborder;
	}
	
	.type1 /* cellule bouton type1: Normal*/
	{
	width: 120px;
	height: 35px;
	background-image: url(../img/sandybar_3.gif);
	font-family: "Lucida Calligraphy", serif;
	font-size: large;
	color: White;
	}
	
	.type1 a/* texte du lien dans cellule bouton type1: Normal*/
	{
	text-decoration: none;
	color: White;
	}
	
	.type2 /* cellule bouton type2: Hover */
	{
	width: 120px;
	height: 35px;
	background-image: url(../img/sandybarhover_3.gif);
	font-family: "Lucida Calligraphy", serif;
	font-size: large;
	color: Yellow;
	}
	
	.type2 a/* texte du lien dans cellule bouton type2: Normal*/
	{
	text-decoration: none;
	color: Yellow;
	}
	
	
	/*#menu_horizontal table tr td:hover : ne marche pas sous IE
	{
	width: 100px;
	height: 35px;
	background-image: url(../img/sandybarhover.gif);
	}*/
	
	#corps
	{
	/*height: 590px;*/
	padding: 10px;
	/*width: 839px;*/
	/*border-collapse: collapse;*/
	border: 1px solid ActiveBorder; 
	background-image: url(../img/fond_papier_craft_2_clair.jpg);

	font-size: 17px;
	text-align: justify;
	background-image: url(../img/craft_base_2_jaune.jpg);
	/*background-repeat:repeat;*/
	/*color: #8B4817;*/
	}
	
	#corps h3
	{
	font-family: "Lucida Calligraphy", serif;
	text-align: center;
	/*margin: 8px;
	/*color: #8B4817;*/
	}
	
	#corps h2
	{
	font-family: "Lucida Calligraphy", serif;
	text-align: center;
	/*margin: 8px;
	/*color: #8B4817;*/
	}
	
	#corps strong
	{
	font-family: "Lucida Calligraphy", serif;
	}
	
	/* Sur la page produits.html*/
	
	.tableplantes 
	{
		/*border-collapse: collapse;*/
		margin: auto;
		text-align: center;
	}
	
	/*.tableplantes tr td
	{
	border: 1px groove black;
	}*/
	
	.tableplantes a img
	{
	border: none;
	}
	
	.tableplantes tr
	{
		background: white;
		font-family: "lucida calligraphy", serif;
		font-weight: bold;
		font-size: 13px;
	}
	
	#pied_de_page
	{
	width: 849px;
	border: 1px solid black;
	border-top: none;
	text-align: center;
	height: 40px;
	/*background-color: InactiveCaptionText;*/
	background-image: url(../img/8.gif);
	border: 1px solid ActiveBorder;
	}
	
	/* Document presse.html */
	
	.presseMagName
	{
	font-weight: bold;
	font: xx-small;
}
	
	/* Document contact.php */
	
	#contact form
	{
	font-size: 15px;
	color: #000000
	}
	
	 #contact form td
	 {
	width: 90px;
	 }
	 
	 #contact table
	 {
	 margin: auto;
	 text-align: left;
	 }
	 
.red {
    color: #ff0000;
	background-color: transparent;
	font-weight: bold;
}
.vi4 {
	color: #330066;
	background-color: transparent;
	font-weight: bold;
}
.tour { 
	border: 2px solid #330066; 
    border-collapse: separate;
}
.unite {
	background-color: #ebe7f1;
	color: #000000;
}


