#colonne_gauche {
	width: 200px;
	padding:0;
	vertical-align:top;
	padding:0 0 10px 0;
}

/***********************************************************************************/

#colonne_droite {
	padding:0 0 0 12px;
	vertical-align: top;
}

/***********************************************************************************/
#corps, #pied_page {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CFD8E9;
}

/***********************************************************************************/
/* Utilisé dans la page accueil.html seulement *************************************/
#texte_central{
	margin: 28px 0 20px 0;
	font-size: 120%;
}


#carte{
	float: right;
	margin-top: 24px;
}


/***********************************************************************************/
/* Menu de gauche ******************************************************************/

/* Layout du menu de gauche */
#menu_gauche{
	margin: 20px 0px 0 3px;
	width: 194px;
	float: left;	
}

/* Style pour plusieurs des boîtes du menu */
#menu_gauche .surtitre, #recherche_simple, #menu_gauche .bt_menu{
	height: auto;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 3px 0 3px 0;
}


/* Sytle commun à la zone de titre Mot clé et recherche thématique */
#menu_gauche .surtitre{
	background-color: #4b70a5;
	font-weight: bold;
	color: #FFFFFF;
}


/* Boite du titre de la zone de recherche simple */
#motsCles{
	width: 140px;
	height: 15px;
}

/* Titre de la zone Recherche thématique */
#menu_gauche .mot_cle{
	text-indent: 7px;
}

/* Boite de la zone de saisie de la recherche simple */
#recherche_simple{
	margin-top: 8px;
	font-size: 12px;
	padding: 6px 0 6px 0;
}

/* Bouton d'envoi de du formulaire Recherche simple */
#bt_rechercher{
	float: right;
	margin: -19px 11px 0 0;
	padding: 0;
}

/********************************************************************/
/* Style pour les boutons recheche mot clé                          */
/********************************************************************/
.boutonRechercheSimple { 
  cursor:pointer;
	float: right;
	margin: -25px 11px 0 0;
	padding: 0;
  width: 18px;
  height: 18px;
  overflow:visible;  
  border:0px solid #9495A2;
  background-color:transparent;
  color:#000000;    
  background-image:url('../images/bt_rechercher.gif');
  background-repeat:repeat-x;
} 
.boutonRechercheSimpleover { 
  cursor:pointer;
	float: right;
	margin: -25px 11px 0 0;
	padding: 0;
  width: 18px;
  height: 18px;
  overflow:visible;  
  border:0px solid #9495A2;
  background-color:transparent;
  color:#000000;    
  background-image:url('../images/bt_rechercher.gif');
  background-repeat:repeat-x;
} 
.boutonRechercheSimpledisabled { 
  cursor:pointer;
	float: right;
	margin: -25px 11px 0 0;
	padding: 0;
  width: 18px;
  height: 18px;
  overflow:visible;  
  border:0px solid #9495A2;
  background-color:transparent;
  color:#000000;    
  background-image:url('../images/bt_rechercher.gif');
  background-repeat:repeat-x;
}
.boutonRechercheSimpledisabledover { 
  cursor:pointer;
	float: right;
	margin: -25px 11px 0 0;
	padding: 0;
  width: 18px;
  height: 18px;
  overflow:visible;  
  border:0px solid #9495A2;
  background-color:transparent;
  color:#000000;    
  background-image:url('../images/bt_rechercher.gif');
  background-repeat:repeat-x;
}

/* Boite de saisie du formulaire Recherche simple */
#recherche_simple input{
	margin-left: 14px;
}



/* Titre de la zone Recherche thématique */
#st_thematique{
	margin-top: 25px;
	text-indent: 7px;
}



/* Bouton du menu thématique */
#menu_gauche .bt_menu{
	font-weight: bold;
	color: #5173a0;
	padding: 9px 0 9px 7px;
	margin: 10px 0 10px 0;
	line-height: 0.9em;
}

#menu_gauche .bt_menu a{
	text-decoration:none;
	padding-right: 5px;	
}

#menu_gauche .bt_menu img{
	border:none;
}




/* Ligne pointillée de séparation du menu */
#menu_gauche .recherche_ligne{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CFD8E9;
}

/* Bouton d'aide de du menu de gauche */
#menu_gauche .aide, #menu_gauche .aide2{
	float: right;
	margin-right: 5px;
	margin-top: 2px;
}
#menu_gauche .aide2{
	margin-top: 0.1em;
}



/* Bouton de la page active */
.fond_orange {
	color: #FFF ;
	background-color:#db7918;
}
.fond_orange a{
	color: #FFF ;
}
/****************/

ul.menu_central{
	list-style-position: outside;
	list-style-image: url(../images/fleche1.gif);
	font-size: 100%;
	font-weight: bold;
	margin-left: -18px;
	/*line-height: 1em;*/
}
ul.menu_central span{
	color: #5173a0;
	font-size: 90%;
}

ul.menu_central li{
margin: 0 0 1em 0;
}

ul.menu_central a{
	text-decoration:none;
	font-style: italic;
	color: #000000;
	margin-left: 8px;
}


p.note{
	margin: 30px 130px 0 0;
	color: #5173a0;
	font-size: 90%;
}

.cacher {
  display:none;
  visibility:hidden
}
