@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#ded9c9; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#cde160; }
h1 { font-weight:700; font-size:1.1em; }
h2 { font-weight:700; font-size:1.3em; }
h3 { font-weight:700; font-size:1.17em; }
h4 { font-weight:700; font-size:1em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
a { color:#cde160; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#ded9c9; padding:3px; }
input { color:#ded9c9; padding:3px; }

/* contenuGauche */
#contenuGauche p, #contenuGauche ul, #contenuGauche li, #contenuGauche a, #contenuGauche h3, #contenuGauche{ color:#2f260b; }

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#cde160; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }


/*	Mise en page
----------------------------------------------------------*/

/*	Page d'accueil
----------------------------------------------------------*/
.illustration { float:right; padding:0 0 0 10px; }

/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales
----------------------------------------------------------*/

/*	nos plantes
----------------------------------------------------------*/
.plante{
	display:block;
	width:252px;
	margin:10px;
	padding:5px;
	float:left;}
.plante a{
	text-align:left;
	color:#ded9c9;
	text-decoration:none;
	display:block;
	height:58px;
	}
	
.plante:hover{
	background:#000;}

.plante img{
	padding:0 5px;
	}

.plante:hover img{
	padding:0 7px 0 5px;
	}

.plante a strong{
	color:#cde160;
	font-weight:bold;
	text-decoration:none;
	}
/*puces*/
ul.legume li{
	display:list-item;
	list-style:url(../images/puce.jpg) outside;
	margin:5px 0;
	}
ul.legume li span{
	font-weight:bold;
	color:#cde160;
	}
ul.legume img{
	margin:25px 10px;
	float:right;}
	
.vert{
	color:#cde160;}
.aromatic{margin-left:20px;}

.retour{
	border:1px solid;
	color:#CDE160;
	margin:5px auto;
	padding:0;
	text-align:center;
	width:75px;}

.retour a{
	text-decoration:none;
	display:block;
	padding:5px 0;
	}
.retour:hover a{
	background-color:#CDE160;
	color:#2D2308;
	}
	
/**********************Plan googleMap****************************/
.plan {
	width: 555px;
	height: 555px;
	border:#CDE160 solid 3px;
	margin: 10px auto;
}


#map .infosbulle {
	width: 150px;
	height:80px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	
}
.plan-titre {
	font-size: 14px;
	color: #2f260b;
	font-weight: bold;
	margin:0;
	padding:5px 0;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	float: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

#googlemap a.googlemap-icon { display: block; background:url(http://www.neoflore.com/images/googlemap.jpg) no-repeat; width: 80px; height: 68px; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background: url(http://www.neoflore.com/images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(http://www.neoflore.com/images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	text-align:center;
}
/**********************End****************************/