/* CSS Document */

body {
	background-color:#A3C380;
	margin:0px;
	padding:0px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-style:normal;
	outline:none;
	color:#646938;
	}
a {
	text-decoration:none;
	}
hr {
	clear:both;
	height: 0px;
	background-color:none;
	border-bottom:1px dotted #666633;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	margin: 0px 0 5px 0;
	padding: 0px;
	}

/* MENU DU SITE *********************************/

#menu { 
	position:absolute;
	left:65px; 
	}	
#menu h2 { 
	font-size:11px; 
	margin:3px 0 0 0;
	padding:2px 0 0 0;
	text-decoration:none;
	color:#4F5436; 
	background-color:#FFF;
	}
#menu ul { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
#menu ul li { 
	margin:0; 
	padding:0; 
}
#menu ul li a {
	color:#4F5436; 
 }

/* Bloc qui contraint le titre et le "slogan" du site, la liste de gauche et de droite */
#menu_conteneur { 
	float:left; 
	width:195px; 
	background-color:#;	
	}
	
/* Bloc qui comprend le titre et le "slogan" du site  */
#menu_banniere  { 
	float:left; 
	width:205px; 
	height:90px; 
	padding:5px; 
	background:url(./images/cartouche_menu.gif) no-repeat; 
 
}
#menu_banniere a h1 { 
	font-size:33px; 
	margin:0 0 7px 0;   
	text-decoration:none;
	color:#4F5436;	
	height:50px;	
	line-height: 28px;
	letter-spacing:0px;
	}

#menu_banniere h2 { 
	line-height: 11px;
}
	
/* Bloc qui comprend le la liste de gauche et de droite  */
#menu_infos { 
	float:left; 
	width:220px; 
	margin:3px 0 0 0; 
	padding:0;  
}
#menu_infos ul li a {  
	font-size:9px; 
	font-weight:bold; 
	text-decoration:none; 
	margin-left:3px; 
	color:#4F5436; 
}
#menu_infos ul li hover { 
	background-color:black; 
	color:#4F5436; 
}

#menu_infos_gauche { 
	margin:0 0 0 0; 
	padding:2px 0 5px 3px; 
	float:left; 
	width:130px; 
	height:130px; 
	background-color:#FFF;
}
#menu_infos_gauche ul li a { 
	font-size:11px; 
}

#menu_infos_droite {
	 margin:0 0 0 3px; 
	 padding:2px 2px 5px 2px; 
	 float:left; 
	 width:75px; 
	 height:130px;
	 background-color:#FFF; 
	overflow:hidden;
 }
 
  #menu_infos_droite ul   {
	padding:0 0 22px 0; 
	margin:0 0 0 0; 
}

#menu_infos_droite ul li a,
#menu_infos_droite ul li a:visited,
#menu_infos_droite ul li a:hover
 {
 	font-weight:normal;
	font-size:9px; 
 }	




/* BLOC SOMMAIRE *******************************************************/


#actu { 
	width:315px; 
	height:400px; 
	position:absolute; 
	left:62px; 
	top:250px; 
}

#actu_haut_liseret { 
	margin-left:2px; 
	padding:0; 
	width:125px;
	height:4px;  
	background-color:#666633; 
}


/* Sommaire : bote actualits - partie gauche */


#actu_gauche { 
	float:left; 
	width:127px; 
	height:50px; 
}
#actu_gauche h1 { 
	padding:0; 
	margin:0; 
	height:32px; 
	color:#404526; 
}
#actu_gauche h2 { 
	padding:0; 
	margin:0; 
	font-size:15px; 
	height:18px; 
	color:#404526; 
}
#actu_droite a:hover, #actu_droite a:hover h4{
	color: white;
}
#actu_gauche h4 a{
	padding:0;
	margin:0; 
	height:18px; 
	text-decoration:none; 
	color:#404526; 
 }
#actu_gauche_barre { 
	height:2px; 
	margin-bottom:3px; 
	background-color:#404526; 
}
#actu_gauche #actu_suite{
	float:left; 
	margin:0 0 0 4px; 
	padding:0; 
	width:124px;
	height:105px; 
	overflow: hidden;
}
#actu_gauche #actu_suite h4 {
	margin:0;
	padding: 4px 0 3px 0;
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	border: 1px dotted #575E33;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	text-transform: uppercase;
}
#actu_gauche #actu_suite a:hover h4{
	border-color: white;
}	
#actu_gauche #actu_suite a h4{
	color:#575E33;
}
 #actu_gauche #actu_suite a:hover, #actu_gauche #actu_suite a:hover h4, #actu_gauche #actu_suite a:hover p{
	color: white;
}

#actu_gauche #actu_suite p{
	margin:3px 0 4px 0; 
	padding: 0;
	font-size:11px; 
	line-height:12px;
	font-weight:bold;
}
#actu_gauche #actu_suite a p{
	color: #404526;
}

/* Sommaire : bote actualits - partie droite */

#actu_droite { 
	float:right; 
	margin-top:38px; 
	margin-left:0px; 
	padding:0; 
	width:170px;
	height:370px; 
	overflow: hidden;
}
#actu_droite a {
	text-decoration:none;
	}
#actu_droite ul { 
	margin:5px 0 0 0; 
	padding:5px 0 0 0; 
}
#actu_droite ul li { 
	list-style:none; 
	padding: 0px 0 0 0;
}
#actu_droite_bloc { 
	padding:0; 
	margin:0; 
	width:100%;
	line-height:12px; 
	font-size:12px;
	}
#actu_droite h4 {
	margin:0;
	padding:0 0 3px 0;
	width: 165px;
	font-weight:bold;
	color:#575E33;
	font-size:10px;
	line-height:10px;
	border: 1px dotted #575E33;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
}	
#actu_droite_bloc ul{
	padding:0; 
	margin:0 0 9px 0; 
}
#actu_droite_bloc ul li  { 
	margin:5px 0 3px 0; 
	padding: 0;
	font-size:11px; 
	line-height:12px;
}
#actu_droite_bloc ul li a { 
	text-decoration:none;  
	color:#404526; 
	font-weight:bold;  
}
#actu_droite_bloc ul li a span.actu_droite_descriptif {
	font-weight:normal;  
}
.actu_droite_descriptif { 
	font-size:11px; 
	font-weight:bold; 
	color:#666633;  
}  
#actu_suite{

}


/* Tubercules du sommaire */

#sommaire_annuaire {
	position:absolute;
	top:40px;
	left:380px;
	width:130px;
	height:80px;
	display:block;
}
#sommaire_images {
	position:absolute;
	top:120px;
	left:430px;
	width:110px;
	height:100px;
	cursor: hand;
}
#sommaire_webjardins {
	position:absolute;
	top:85px;
	left:565px;
	width:100px;
	height:90px;
	cursor: hand;
}
#sommaire_herbier {
	position:absolute;
	top:380px;
	left:550px;
	width:110px;
	height:80px;
	cursor: hand;
}
#sommaire_bestiaire {
	position:absolute;
	top:450px;
	left:480px;
	width:100px;
	height:80px;
	cursor: hand;
}
#sommaire_experience {
	position:absolute;
	top:230px;
	left:520px;
	width:130px;
	height:80px;
	cursor: hand;
}

/* Financeurs */

#logos_financeurs {
	position:absolute;
	left:675px;
	top:595px;
	width:320px;
	height: 67px;
	background: url(./images/financeurs_trans.gif) no-repeat;
	border: 1px solid white;
}

#logos_financeurs #europe { 
	position: absolute; 
	width:50px; height:40px; 
	left:5px;
	top:15px;
}
#logos_financeurs #travail { 
	position: absolute; 
	width:100px; height:30px; 
	left:70px;
	top:7px;
}
#logos_financeurs #paris { 
	position: absolute; 
	width:103px; height:30px; 
	left:67px;
	top:40px;
}
#logos_financeurs #region { 
	position: absolute; 
	width:130px; height:25px; 
	left:170px;
	top:2px;
}
#logos_financeurs #lemarchand { 
	position: absolute; 
	width:130px; height:25px; 
	left:183px;
	top:35px;
}
	

/* FONDS DE PAGES *******************************************************/

#page_sommaire {
	position:absolute;
	top:0px;
	left:0px;
	width:920px;	
	height:718px;
	background:url(./images/sommaire.gif) no-repeat; 
}

#page_actu {
	position:absolute;
	width:1184px;
	height:1134px;
	background:url(./images/actu.gif) no-repeat; 
	}	

#page_annuaire {
	position:absolute;
	width:1500px;	
	height:1000px;
	background:url(./images/annuaire.gif) no-repeat; 
	}
#page_annuaire_fiche {
	position:absolute;
	width:1350px;
	height:1941px;
	background:url(./images/annuaire_fiche.gif) no-repeat; 
	background-position:center;	
	}	

#page_annuaire_recherche {
	position:absolute;
	width:852px;	
	height:1244px;
	background:url(./images/annuaire_recherche.gif) no-repeat; 
	}
#page_annuaire_longue {
	position:absolute;
	width:852px;	
	height:1575px;
	background:url(./images/annuaire_longue.gif) no-repeat; 
	}
#page_annuaire_tres_longue {
	position:absolute;
	width:852px;	
	height:2500px;
	background:url(./images/annuaire_tres_longue.gif) no-repeat; 
	}
#style_annuaire_ajout textarea, #style_actu textarea
{
	height: 40px;
}
#style_annuaire_ajout fieldset, #style_actu  fieldset
{
	margin: 0;
}
#style_annuaire_ajout .spip_form_champ, #style_actu  .spip_form_champ
{
	margin: 0px 0 0 0;
}
#style_annuaire_ajout ul, #style_actu ul 
{
	margin: 0;
}

/************ rubrique ACTUALITES ***************/
#style_actu .element_liste{
	background-color: transparent;
}
#style_actu .spip_form_label_details{
	display: none;
}
#style_actu legend{
	margin : 0;
	padding : 0;
	line-height:10px;
}
#style_actu .spip_forms{
	border:none;
	margin:0;
	padding:0;
}
#style_actu .actu_vignette{
	border:none;
	float: right;
	margin: 0 0 0 1px;
}
#style_actu .element_liste{
	font-weight:bold;
	padding: 0px 0px 00px 2px;
	margin:0px 0 1px 0;
	overflow:hidden;
	min-height: 45px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #663;	/*background: transparent;*/
}
#style_actu .element_liste a {
	color:#646938;
	text-decoration:none;
}
#style_actu a {
	text-decoration:underline;
	color:#646938;
}
#style_actu a:hover {
	text-decoration:underline;
	background:white;
}
.element_liste .liste_titre {
	font-size: 13px;
}
#style_actu .element_liste .liste_titre a {
	font-weight:bold;
	color:#404526;
	padding: 0 0 3px 0;	
	text-decoration:none;
	}

.element_liste .actu_rubrique{
	float: right;
	font-size: 9px;
	padding: 0 0px 0 0 ;
}
.element_liste .actu_rubrique a{
	color:#404526;
}
#style_actu .element_liste a:hover{
	text-decoration: underline;
}
#style_actu .barre_date{
	background-color:#666633;
	font-size:10px;
	color:white;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 3px 0 1px 0;
	padding: 2px;
	border: 0px none #FFFFFF;
}	
#actu_recherche {  
	width:135px;
}
#actu_recherche h2 {  
	width:132px; 
	color:#404526; 
	font-size:13px; 
	border: 1px dotted black; 
	border-top-style:none;
	border-left-style:none;
	border-right-style:none; 
	margin: 0 0 2px 0;
}
#actu_recherche form #recherche {  
	width:125px; 
	background:#404526; 
	color:#fff; 
	margin:5px 0 0 0; 
}
#actu_recherche select {  
	margin:0 0 0 0; 
	width:132px; 
	font-size:12px; 
	background:#666633; 
	color:#fff; 
	border:none;
	padding:0;
	vertical-align:middle;
	line-height:18px;
}
#actu_recherche select option {  
	width:170px; 
	background:#666633; 
	color:#fff; 
	padding:0px 0;
}		



#page_jardin_image_galerie {
	position:absolute;
	width:852px;	
	height:1244px;
	background:url(./images/jardin_image_galerie.gif) no-repeat; 
	}

#page_images {
	position:absolute;
	width:1485px;	
	height:1796px;
	background:url(./images/images.gif) no-repeat; 
	}	
#page_images_article {
	position:absolute;
	width:945px;	
	height:1555px;
	background:url(./images/images_article.gif) no-repeat; 
	}	
	
#page_inscription { 	
	position:absolute;
	width:1332px;	
	height:1220px;
	background:url(./images/inscription.gif) no-repeat top; 
	}
	
#page_recherche { 	
	position:absolute;
	width:1332px;	
	height:1220px;
	background:url(./images/recherche.gif) no-repeat top; 
	}
	
#page_recherche_grand {
	position:absolute;
	width:1212px;	
	height:2296px;
	background:url(./images/recherche_grand.gif) no-repeat top; 
}

#page_rubrique_herbier {
	position:absolute;
	width:1544px;	
	height:1814px;
	background:url(./images/herbier.gif) no-repeat; 
	}
	
#page_recherche_herbier {
	position:absolute;
	width:1187px;	
	height:1151px;
	background:url(./images/herbier_recherche.gif) no-repeat; 
	}

#page_fiche_herbier {
	position:absolute;
	width:1544px;	
	height:1814px;
	background:url(./images/herbier_article.gif) no-repeat; 
	}
	
#page_recherche_bestiaire {
	position:absolute;
	width:1187px;	
	height:1151px;
	background:url(./images/bestiaire_recherche.gif) no-repeat; 
	}

#page_fiche_bestiaire {
	position:absolute;
	width:1484px;	
	height:1350px;
	background:url(./images/bestiaire_article.gif) no-repeat; 
	}
	
	

/* BLOC CONTENU et POSITIONNEMENT *******************************************************/

#contenu {
	height:auto;
	font-size:11px;
	line-height:14px;
	}
#contenu p{
	margin:0 0 8px 0;
	}
#contenu.style_1 {
	position:absolute;
	top:100px;
	left:300px;
	}
#contenu.style_2 {
	position:absolute;
	top:100px;
	left:300px;
	}
#contenu.style_3 {
	position:absolute;
	top:300px;
	left:300px;
	}
	
#style_standard { 
	position:absolute; 
	top:280px; 
	left:375px; 
	width:380px; 
	}

#style_standard_haut { 
	position:absolute; 
	top:85px; 
	left:350px; 
	width:220px; 
	height:110px; 
	color:#404526	
	}

#style_annuaire_ajout { padding:10px; font-size:13px; }
	
#style_recherche { 
	position:absolute; 
	font-size:12px; 
	top:300px; 
	left:415px; 
	width:370px; 
}	
#style_actu {
	position:absolute;
	top:100px;
	left:310px;
	width:380px;
}

#style_annuaire_recherche {  
	position:absolute;
	top:140px;
	left:310px;
	width:360px; 
	height:225px;
	padding:0;
}
#style_annuaire_ajout {  
	position:absolute;
	top:140px;
	left:300px;
	width:375px; 
	height:225px;
	padding:0;
}
#style_annuaire_haut {
	position:absolute;
	top:85px;
	left:315px;
	width:400px; 
	height:225px;
	padding:0;
	}
#carte_barre { 
	position:absolute; 
	top:317px; 
	left:315px; 
	width:402px; 
	height:12px; 
	background-color:#666633; 
}
		
#style_annuaire_idf {
	position:absolute;
	top:75px;
	left:330px;
	width:330px; 
	height:225px;	
	}		
#style_annuaire_milieu {
	position:absolute; 
	top:385px; 
	left:370px; 
	width:390px; 
	height:290px;
	}
#style_annuaire_bas {	
	position:absolute; 
	top:800px; 
	left:370px; 
	width:420px; 
	height:220px;
}	
#style_annuaire_droite {
	position:absolute; 
	top:220px; 
	left:780px; 
	width:110px; 	
	}
#style_annuaire_equipement {
	position:absolute;
	top:880px;
	left:130px;
	width:130px;
	height:180px;
	}
#style_jardins_images_haut {
	position:absolute; 
	top:85px; 
	left:320px; 
	width:390px; 
	height:220px; 	
	}
#style_jardins_images_bas {
	position:absolute; 
	top:340px; 
	left:295px; 
	width:315px; 
	height:300px; 
	}
#style_jardins_images_article {
	position:absolute; 
	top:130px; 
	left:320px; 
	width:425px; 
	height:700px; 
	}
#style_jardin_img_visite {
	position:absolute; 
	top:330px; 
	left:710px; 
	width:100px; 
}
#style_fiche_herbier_galerie_gauche {
	position:absolute; 
	top:80px; left:310px;
	width:210px; 
	height:240px;
	margin:0; padding:0;
}
#style_fiche_herbier_galerie_droite {
	position:absolute; 
	top:90px; left:530px; 
	width:180px;	
	height:20px;
	margin:0;
	padding:0;
}
#style_fiche_herbier_galerie_droite #miniature{ float:left; width:55px; height:55px; padding:0 0 0 0; margin:1px;} 

#style_fiche_gerbier_galerie_barre {
	background-color:#666633;
	height:16px;
	bottom:0;
}
#style_fiche_gerbier_galerie_barre2 {
	position:absolute; 
	top:263px; left:531px; 
	background-color:#666633;
	height:16px;
	width:169px;
}
#style_fiche_herbier_presentation { 
	position:absolute; 
	top:385px; 
	left:265px; 
	margin:0; padding:0; width:280px; height:180px; 
}

#style_fiche_herbier_droit {
	position:absolute;
	top:85px;
	left:315px;
	width:400px; 
	height:225px;
	padding:0;	
}
#style_fiche_herbier_caracteristiques {
	position:absolute; 
	top:355px; 
	left:650px; 
	padding:0; margin:0; 
	width:180px;
	height:280px;
}	
#style_fiche_herbier_forums, #style_fiche_bestiaire_forums {	
	position:absolute; 
	top:675px; 
	left:245px; 
	margin:0; padding:0; 
	width:350px; 
	height:90px; 
}
#style_herbier_recherche {
	position:absolute;
	top:140px;
	left:320px;
	width:350px;
	height:450px;
}

/* Ajouts liste */

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation a.head {
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#;
	color:#FF0000;
}

#list1  {
	margin:  0px;
	padding: 0px;
}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	height: 100px;	
}
#list1 h3 {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	border: none;
}
#list1 h3:hover {
	color: ;
	background-color: ;
}
#list1 h3.selected {
	color: ;
	background-color: ;
	border-bottom: ;
}

#list2 {
	height: 400px;
	width:100%;
	overflow: hidden;
}
#list2 dd { height: 130px; overflow: hidden; }
/* Fin */

#style_rubrique_herbier_recherche {	
	position:absolute; margin:0; padding:0; 
	top:100px; left:320px; 
	width:390px; height:250px;
}	
#style_rubrique_herbier_decouverte {	
	position:absolute; margin:0; padding:0;
	top:368px; left:300px; 
	width:110px; height:130px;
}
#style_rubrique_herbier_fiches {	
	position:absolute;  margin:0; padding:0;
	top:475px; left:525px; 
	width:300px; height:150px;
}	
#style_rubrique_herbier_fiches a{
	text-decoration:none!important;
}




/* BLOC CONTENU > GENERAL *******************************************************/

#contenu #titre_intro
	{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	border-bottom: solid 15px #666633;
	margin: 0 0 1px 0;
	}
#contenu #titre_intro_2
	{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	margin: 0 0 1px 0;
	padding:0px;	
	}	
#contenu #titre_intro_aide
	{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	border-bottom: solid 15px #666633;
	margin: 0 0 1px 0;
	color:#666633;
	}	
#contenu #soustitre
	{
	background-color:#666633;
	font-size:11px;
	color:#FFFF00;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 3px 0 3px 0;
	padding: 2px;
	}
#contenu #texte
	{
	color:#646938;
	border-top: dotted 1px #666633;
	font-size:12px;
	padding:1px 0 0 0;
	margin:0 0 3px 0;
	text-align:left;
	}

#contenu #texte a
	{
	color:#646938;		
	text-decoration:underline;
	font-weight: normal;
	}
#contenu #texte a:hover
	{
	background-color:#FFFFFF;
	text-decoration:underline;
	}
#contenu #texte_1 a span
	{
	background-color:#666633;
	color:#fff;
	font-size:10px;
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	letter-spacing:0,3em;
	}
#contenu #texte_2
	{
	color:#646938;
	font-size:12px;	
	padding:1px 0 0 0;
	margin:0 0 3px 0;
	}
#contenu #texte_2 a
	{
	color:#646938;		
	text-decoration:none;
	}
#contenu #gmap_bulle
{
	padding:30px 0 0 0;
	margin:0;
}
#contenu #gmap_bulle a
{
	font-weight: bold;
 	color: #663300;
	text-decoration:underline;	
}
#contenu #texte.bouton
	{
	background-color:#FFF;
	padding:0 1px;
	border-bottom: dotted 1px #666633;
	}
#contenu #texte.bouton a
	{
	text-decoration: none;
	color:#646938;
	}
#contenu #texte ul.spip {
	margin: 0 0 8px 0;
	padding: 0px 0px 0px 15px;
	list-style: square outside;
}	
#contenu #texte li.spip {
	margin : 0;
	padding: 0;
}
#contenu #texte .spip_documents{
	margin-top:3px;
}
	
form{
	margin:0;
	padding:0;
}		
#outils_recherche_carto {  }
#outils_recherche_carto_gauche { float:left; }
#outils_recherche_carto_droite { float:left; margin-left:10px; }
		
/* BLOC CONTENU > CAS PARTICULIER *******************************************************/

#contenu #titre_2
	{
	font-size:16px;
	text-transform:uppercase;
	line-height:18px;
	margin: 0 0 1px 0;
	padding:0px;
	font-weight:bold;
	}
#contenu #titre_2 a
	{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;		
	text-decoration: none;
	color:#666633;
	}
#contenu #titre_3
	{
	font-size:16px; font-style:italic;
	text-transform:uppercase;
	line-height:19px;
	margin: 0 0 3px 0;
	border-bottom: solid 15px #666633;	
	color:#666633;
	}
#contenu #titre_3 a
	{
	font-size:16px; 
	text-transform:uppercase;
	line-height:21px;
	margin: 0 0 3px 0;		
	text-decoration: none;
	color:#666633;
	border-bottom: solid 15px #666633;	
	}
#contenu #coord_jardin {
	font-size:11px;
	font-weight:bold;
	background-color: #404526;
	padding: 2px 3px;
	line-height: 15px;
	color: #6EFF00;
	}
#contenu #coord_jardin a {
	font-size:11px;
	font-weight:bold;
	padding: 0 0 0 3px;
	line-height: 14px;
	color: #6EFF00;
	text-decoration: none;
	}
#contenu #soustitre_1
	{
	background-color:#666633;
	font-size:10px;
	color:#6EFF00;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 3px 0 3px 0;
	padding: 2px;
	}		
#contenu #soustitre_2
	{
	background-color:#666633;
	font-size:10px;
	color:#FFFF00;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 6px 0 3px 0;
	padding: 2px;
	}
#contenu #soustitre_3
	{
	background-color:#666633;
	font-size:10px;
	color:#d2d205;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 6px 0 3px 0;
	padding: 2px;
	}
#contenu #soustitre_4,
#contenu h3.spip
	{
	background-color:#666633;
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 0px 0 3px 0;
	padding: 2px;
	text-align:left;
	clear:both;
	margin-top:15px;
	}	
#style_standard #contenu h3.spip 
	{
	color:#CCCCCC;
	}	
#style_fiche_herbier_forums #contenu h3.spip 
	{
	color:#FFA0FF;
	}	
#style_fiche_bestiaire_forums #contenu h3.spip 
	{
	color:#F96EFF;
	}	

#contenu #soustitre_4 a
	{
	color:#B3B99F;
	text-decoration:none;
	}
#contenu #soustitre_5 a
	{
	color:#ffa0fe;
	text-decoration: none;
	}
#contenu #soustitre_5
	{
	background-color:#666633;
	font-size:10px;
	color:#ffa0fe;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 6px 0 3px 0;
	padding: 2px;
	}
#page_rubrique_experience #contenu #soustitre_5,
#page_recherche_experience #contenu #soustitre_5,
#page_fiche_experience #contenu #soustitre_5,
#page_fiche_experience #contenu h3.spip
	{
	color:#FF9900;
	}
#contenu #soustitre_6 a
	{
	color:#F96EFF;
	text-decoration: none;
	}
#contenu #soustitre_6
	{
	background-color:#666633;
	font-size:10px;
	color:#F96EFF;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 6px 0 3px 0;
	padding: 2px;
	}	
#contenu #soustitre_menu_carto {
	background-color:#666633;
	font-size:10px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	margin: 6px 0 3px 0;
	padding: 2px;	
	color:#666633;
	}

#element_liste {
	font-weight:bold;
	border-top: dotted 1px #404526;		
	padding: 2px 0 2px 0;
	margin:0 0 7px 0;
	}
#element_liste .liste_titre a {
	font-weight:bold;
	color:#404526;
	padding: 0 0 3px 0;	
	text-decoration:none;
	}
#element_liste .liste_titre a.url {
}	
#element_liste .liste_titre_origine a {
	background-color:#666633;
	color:#fff;
	font-size:10px;
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	letter-spacing:0,3em;
	} 
#element_liste #details {
	background-color:#FFF;
	height:55px;
	border-bottom: dotted 1px #404526;
	}
#element_liste #details img {
	float: left;
	height:55px;
	width:55px;
	}
#element_liste #details #details_texte {
	float:left;
	}

#style_jardins_images_article #contenu #bloc_jardin_img #droite { 
	width:300px;
	float:left;
	}	
#rubrique_origine a {
	background-color:#666633;
	color:white;
	font-size:10px;
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	letter-spacing:0,3em;
	}
#page_recherche #contenu {
	position:relative;
	}	 
#page_recherche #contenu #texte,
#page_recherche_herbier #contenu #texte,
#page_recherche_bestiaire #contenu #texte,
#page_recherche_experience #contenu #texte
{
	float: left;
	width: 100%;
}
#page_recherche #contenu #texte a,
#page_recherche_herbier #contenu #texte a,
#page_recherche_bestiaire #contenu #texte a,
#page_recherche_experience #contenu #texte a
 {
	text-decoration:none;
	color:#646938;
}
#page_recherche #contenu #texte a:hover,
#page_recherche_herbier #contenu #texte a:hover,
#page_recherche_bestiaire #contenu #texte a:hover,
#page_recherche_experience #contenu #texte a:hover
 {
	text-decoration:none;
	color:white;
	background-color:transparent;
	}
#page_recherche #contenu #texte .chemin_fer {
	font-size: 12px;
	}
#page_recherche a.lien_pagination {
	color:#646938;
	}
#page_recherche a:hover.lien_pagination {
	color:white;
	}
#page_recherche #bloc_pagination {
	float:right;
	position:absolute;
	right:0;
	top:-20px;
	}
#page_recherche #bloc_pagination .on {
	color:#646938;
	font-weight:bold;
	}	
/* BLOC MENU DE GAUCHE *******************************************************/
#menu_sommaire  {

	padding:5px;
	margin:0; 
	background-color:#;
}

#menu_sommaire #numero a {
	margin:0; 
	padding:0; 
	color:#404526; 
	line-height:22px;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
}

#menu_sommaire #titre_menu a {
	font-size:16px;
	font-weight:bold;
	padding:0; 
	text-transform:uppercase;
	line-height:21px;
	color:#404526; 
	border-bottom: solid 2px #666633;
	margin-bottom:5px;
	text-decoration:none;
}

#menu_rubrique  {
	position:absolute;
	top:280px;
	left:50px;	
	width:155px;
	height:200px;
	padding:5px;
	margin:0; 
	background-color:#;
}


#menu_rubrique #numero a {
	margin:0; 
	padding:0; 
	color:#404526; 
	line-height:22px;
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
}
#menu_rubrique #titre_menu{
	font-size:16px;
	line-height:20px;
	margin: 0px 0 7px 0;
	padding:0;
}
#menu_rubrique #titre_menu a {
	font-weight:bold;
	text-transform:uppercase;
	color:#404526; 
	border-bottom: solid 2px #666633;
	text-decoration:none;
}
#menu_rubrique #soustitre  {
	margin: 0 0 8px 0;
	padding: 0px;
	font-size:11px;
	line-height:11px; 
}
#menu_rubrique #soustitre a {
	font-weight:bold; 
	color:#404526;
	text-decoration:none;
}
#menu_rubrique #soustitre_actu {
	margin: 0px 0 0 0;
	padding:0;
}
#menu_rubrique #soustitre_actu a {
	font-size:11px; 
	font-weight:bold; 
	color:#404526;
	text-decoration:none;
}
.logo_rss{
	margin-left:5px;
	position:relative;
	top:0px;
}

#menu_standard  { position:absolute; top:320px; left:60px; width:130px; color:#404526; }
#menu_standard h1 { font-size:0.7em; color:#666633; margin-top:2px; color:#666633;   	}
#menu_standard h1 a { font-size:0.7em; color:#666633; margin-top:2px; color:#404526; text-decoration:none;	}
#menu_standard h2 { font-size:0.7em; color:#404526; }
#menu_standard_barre { height:2px; background-color:#666633; }
	



/* BLOCS MENUS DE DROITE *******************************************************/


#menu_droite {

}

#boite_calendrier { 
	position:absolute;
	top:170px;
	left:732px;	
	width:140px;
	background-color:#;
	}

	
/* Sommaire : Bo?te Actualit?s - gauche - Habillage du mini calendrier */
#calendar { 
	width: 124px;
	float:left;
	text-align:center; 
	margin:0 0 0 0px; 
	padding:0px; 
	font-size:14px; 
}
#calendar table { 
	margin: 0; 
	padding: 0; 
}
#calendar caption { 
	font-weight:bold; 
	font-size: 12px;
	color: white;
	background-color:#666633; 
	line-height:12px;
	padding:2px 0;
	margin:0 2px;
	width:124px;
}
#calendar caption a { 
	text-decoration:none; 
}
#calendar caption a { 
	font-size:11px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#FFF; 
}
#calendar th { 
	background:#666633; 
	font-weight:normal; 
	color:#666; 
	padding:2px 1px;
	margin:0px;	
	font-size:12px!important; 
	line-height:11px!important;
}
#calendar th abbr { 
	border: none; 
	font-weight:bold; 
	color:#6EFF00; 
	padding:0;
	margin:0;
}
#calendar tbody{
	padding:0;
	margin:0;
}
#calendar td { 
	margin:0; 
	padding:1px ; 
	border: none; 
	text-align: center;
	font-size:11px; 
	line-height:11px; 
	color:white; 
 }
#calendar td.horsperiode { 
	background:#666633; 
}
#calendar td.occupe { 
	background:#404526; 
	border:1px solid black;
}
#calendar td.libre {
	border:1px solid #AAAA00;
	background-color: #AAAA00;
}
#calendar td a { 
	text-decoration: none; 
	display: block; 
	color:white; 
}
#calendar td span { 
	color: #aaa; 
}
#calendar td a:hover { 
	color: #fff; 
}	
#calendar td.horsperiode { 
	background:#666633; 
}
#calendar td.occupe { 
	background:white;
	color:#404526;
}
#calendar td.occupe a { 
	background:white!important;
	color:black !important;
}
#calendar td a { 
	text-decoration: none; 
	display: block; 
	color:white; 
}
#calendar td span { 
	color: #aaa; 
}
#calendar td a:hover { 
	color: #fff;
	font-weight:bold; 
}
#calendar td.today {
	border: 1px solid #990000;
}
#calendar td.today a{
	color:#990000!important;
}

#carto_legende { 
	position:absolute; 
	top:225px; 
	left:775px; 
	width:129px; 
	height:110px; 
	margin:0; 
	padding:0; 
	background-color:#; 
}
#carto_legende_barre  { 
	height:12px;
	margin:0 0 3px 0; 
	padding:0 0 3px 0; 
	padding-left:3px; 
	border-width:thin; 
	background-color:#666633; 
}

#carto_legende #carto_legende_infos  {
 	border-top: dotted solid 2px #666633;
	background-color:#fff;
	width:125px;
	padding: 0 0 0 2px; 
}
#carto_legende span {  color:#000; margin:0;   }
#carto_legende span a {  color:#000; font-size:12px; }
	

#jardin_visite { 
	position:absolute; 
	top:225px; 
	left:780px; 
	width:120px; 
	margin:0; 
	padding:0 0 0 0; 
	text-align:left; 
	background-color:#; 
}

#jardin_img_presentation h2 { 
	color:#DCFF00; 
}
#jardin_img_visite { 
	position:absolute; 
	top:348px; 
	left:701px; 
	width:120px; 
	margin:0; 
	padding:0 0 0 0; 
	text-align:left; 
	background-color:#; 
}
#jardin_img_visite h4 { 
	font-size:12px; 
	margin:0 0 0 0; 
	padding:0 0 0 3px ; 
	background-color:#666633; 
	color:#DCFF00; 
	height:15px; 
	border-top-color:#666633; 
	background-color:#666633; 
	line-height:10px;
}

#jardin_img_visite h5 { 
	font-size:0.6em; 
	padding:0 0 0 3px; 
	margin:3px 0 0 0; 
	color:#666633; 
	border-top:dotted 1px #666633; 
}

#jardin_img_visite ul li { 
	font-size:0.7em; 
}

#jardin_img_visite ul li img { 
	margin-right:10px; 
}

	

/* ACTU *******************************************************/



#zoom {
	position:absolute;
	top:7px;
	left:830px;	
	width:70px;
	height:10px;	
}



#contenu #bas_page_actu {
	padding: 5px 0 3px 0;	
	border-top: dotted 0px #404526;		
	margin:0px;
}


#contenu #pagination_droite {
	text-align: right;
	float:right;
	text-decoration: none;
}

#contenu #pagination_droite span {
	color:#FFF;
}

#contenu #pagination_droite a.lien_pagination {
	color:#404526;
	text-decoration: none;
}


#blocs_outils_blanc {
	float:left;
}

#bloc_blanc {
	font-weight:bold;
	text-align: center;
	width:23px;
	height:12px;
	padding:2px;
	background-color:#FFFFFF;
}




/* FORMULAIRES *******************************************************/


#formulaire { position:absolute; margin:20px 0 0 20px; padding:0; width:600px; }

* html .threepxfix
{
	margin-left: 3px;
}
div#zoneErreur
{
	color:black;
	font-size: 10px;
}
div#zoneErreur ul
{
	list-style-type: none;
}
/*-------- Formulaire SPIp contact --*/
.formulaire_spip_listes_inscription ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*-------- formulaire d'inscription SPIP-LISTES --*/
.formulaire_ecrire_auteur form{
	border: none;	
}
.formulaire_ecrire_auteur textarea{
	width:95%;	
}
.formulaire_ecrire_auteur ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.formulaire_ecrire_auteur input, .formulaire_ecrire_auteur textarea{
	display: block;
	margin: 0 0 10px 0;
}
/* BLOC PIED DE PAGE ****************************************/

#pied {
	border:1px solid;
	font-size:12px;
	position:absolute; 
	left:400px; 
	bottom:10px;
	color:#404526; 
}

#pied #logo_site { float:left; }
#pied #mentions { float:left; padding:5px 7px 5px 5px; }
#pied #mentions a { color:#404526; text-decoration:none; }


/* EXPERIENCES **********************************************/
#page_fiche_experience #style_fiche_herbier_forums  #texte{
	border-top:0px solid white!important;
}
#page_recherche_experience #menu_recherche_nom{
	float:left;
	margin: 0 6px 10px 0 ;
}
#page_recherche_experience #menu_recherche_nom select{
	width:110px;
}
#page_fiche_experience #contenu #texte a{
	text-decoration:underline!important;
}
#page_rubrique_experience {
	position:absolute;
	width:1544px;	
	height:1814px;
	background:url(./images/experience.gif) no-repeat; 
	}
#page_recherche_experience {
	position:absolute;
	width:1187px;	
	height:1151px;
	background:url(./images/experience_recherche.gif) no-repeat; 
	}
#page_fiche_experience {
	position:absolute;
	width:1544px;	
	height:1814px;
	background:url(./images/experience_article.gif) no-repeat; 
	}
#page_rubrique_experience_formulaire {
	position:absolute;
	width:1000px;	
	height:1400px;
	background:url(./images/experience_formulaire.gif) no-repeat; 
	}
#page_rubrique_experience .titre_intro,
#page_rubrique_experience_formulaire .titre_intro
	{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	border-bottom: solid 15px #666633;
	margin: 0 0 1px 0;
	}
/* JARDINS EN IMAGES **********************************************/
#page_images_article .image_cadre{
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	padding: 2px; 
	margin: 1px;
	float:left;
	height: 100px;
}
#page_images_article .image_vignette{
	padding: : 5px; 
	margin:0;
}
#contenu #bloc_jardin_img {
	color:#646938;
	border-top: dotted 1px #666633;
	font-size:12px;
	padding:1px 0 0 0;
	margin:0 0 5px 0;
	float:left;
	width:100%;
	}
#contenu #bloc_jardin_img a { text-decoration:none; color:#646938;	}
#contenu #bloc_jardin_img a:hover { text-decoration:none; color:#fff;	}

#contenu #bloc_jardin_img #gauche { 
	float: left;
	width:100px;
	}
#contenu #bloc_jardin_img #droite { 
	float: right;
	width:205px;
	}	
#page_images #pagination_droite{
	margin-right : 15px;
}
.correc_typo_1 { 
	line-height:14px;
	margin-bottom:2px; 
	font-size:11px;
	font-weight:bold;
}
.correc_typo_2 { 
	font-size:11px;
	font-weight:bold;
	line-height:13px;
}
.correc_typo_3 { }

/**********************************************************/
/*** Centre de ressources, sur les base de l'ex Herbier ***/
#page_rubrique_ressource {
	position:absolute;
	width:1800px;
	height:1140px;
	background-image: url(./images/centre_ressource.gif);
	background-repeat: no-repeat;
	background-position: 1px -1px;	
}
#page_rubrique_ressource_formulaire {
	position:absolute;
	width:1800px;	
	height:1500px;
	background:url(./images/centre_ressource_formulaire.gif) no-repeat; 
}
#style_rubrique_ressource_fiches {	
	position:absolute;  margin:0; padding:0;
	top:100px; left:320px; 
	width:340px; height:150px;
	color:#424200;
}
#style_rubrique_ressource_fiches contenu{	
}
#style_rubrique_ressource_recherche {	
	position:absolute; margin:0; padding:0; 
	top:160px; left:840px; 
	width:320px; height:250px;
	font-size: 12px;
}
#style_rubrique_ressource_recherche p{	
	margin: 0 0 5px 0;
}	
#style_rubrique_ressource_recherche select{	
	margin: 0 0 0 73px;
	width: 203px;

}	
#style_rubrique_ressource_recherche input#recherche{	
	width: 150px;
}	
#page_rubrique_ressource .titre_intro,
#page_rubrique_ressource_formulaire .titre_intro
	{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:21px;
	border-bottom: solid 15px #666633;
	margin: 0 0 1px 0;
	}
#page_rubrique_ressource .titre_souligne{
	border-bottom: dotted 1px #666633;
	padding:1px 0 0 0;
	margin:0 0 3px 0;
	color: #666633;
}
#page_rubrique_ressource .soustitre
	{
	background-color:#666633;
	font-size:10px;
	color:#ffa0fe;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	margin: 15px 0 3px 0;
	padding: 2px;
	}

#style_rubrique_ressource_fiches .actu_vignette{
	border:none;
	float: right;
	margin: 0 0 0 1px;
	clear:both;
}
#style_rubrique_ressource_fiches .element_liste{
	font-weight:bold;
	padding: 0px 0px 00px 2px;
	margin:0px 0 10px 0;
	overflow:hidden;
	min-height: 45px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top: 1px solid #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
}
#style_rubrique_ressource_fiches .element_liste a{
	/*color:#646938;*/
	color:#330;
}
#style_rubrique_ressource_fiches .liste_titre {
	font-size: 13px;
	margin:0 0 0px 0;
	word-spacing:1px;
}
#style_rubrique_ressource_fiches .element_liste .liste_titre a {
	font-weight:bold;
	color:#FFEEFF;
	padding: 0 0 3px 0;	
	text-decoration:none;
	}
#style_rubrique_ressource_fiches .element_liste .actu_rubrique{
	float: right;
	font-size: 9px;
	padding: 0 0px 0 0 ;
}
#style_rubrique_ressource_fiches .element_liste .actu_rubrique a{
	color:#404526;
}
#style_rubrique_ressource_fiches .element_liste a:hover{
	text-decoration: underline;
}
#style_rubrique_ressource_fiches ul{
	margin:0 0 0 15px;
	padding:0;	
}
#style_rubrique_ressource_fiches #ressource_texte{
	margin:10px 0 0 0;
	font-size:12px!important;	
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
}
#style_rubrique_ressource_fiches strong{
	color: #663;
}
#style_rubrique_ressource_fiches #ressource_chapo p{
	margin:0;
}
#style_rubrique_ressource_fiches #ressource_col_vignette{
	width: 120px;
	float: right;
}
#style_rubrique_ressource_fiches #toutoune{
	position :absolute;
	left: 350px;
	top:-50px;
	width:150px;
	background: #EDEDED;
}
#style_rubrique_ressource_fiches .spip_documents{
	padding:0!important;
	margin:0!important;
}
.ressource_bouton{
	padding: 2px;
	background: #FFFFFF;
	font-weight: bold;
}
#style_rubrique_ressource_recherche a.ressource_bouton{
color: #333300!important;
border-right: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
}
#style_rubrique_ressource_recherche a:hover.ressource_bouton{
color: white!important;
background: #990066;
border-right: 1px solid white; 
border-bottom: 1px solid white; 
}
#pagination_ressource{
	position:absolute;
	top:0;
	left:0;
}
