body {
	background-color:#FFF;
	scrollbar-face-color: #CFE5AE;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #CFE5AE;
	margin: 0px;
}

img {
	border:none;
}


#bandeau {
	height:168px;
	background-image:url('../poire-vie-img/commun/ville-vendee-v1.jpg');
	background-repeat:no-repeat;
	padding-left:10px;
}
#contenu {
	background-image:url('../poire-vie-img/commun/haut.gif');
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:10px;
	padding-right:0px;
}
#contenuInterne {
	background-color:#ffffff;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 11px;
	color: #537FBF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.titre_rubrique {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color:red;
	border-bottom:1px solid #0071BC;
	width:100%;
	height:20px;
	vertical-align:top;
}

label {
	width:60px;
	vertical-align:top;
}
.legende {
	color:#BABABA;
}







/* MENU DE GAUCHE ------------------------------------------------------------------------------------------ */


#MenuGauche {
	width:185px;
	padding-left:5px;
	padding-right:15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background-color:#E5F1F8;
	color:#0071BC;
}
#MenuGauche a{
	color:#0071BC;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background-color:#E5F1F8;
	text-decoration:none;
	font-weight:bold;
	line-height:15px;
}
#MenuGauche a:hover{
	text-decoration:underline;
}





/* CHEMIN DE NAVIGATION ------------------------------------------------------------------------------------------ */

#chemin {
	padding-left:0px;
	color:#BABABA;
	height:30px;
}
#chemin a{
	color:#BABABA;
	text-decoration:none;
}
#chemin a:hover{
	color: #0071BC;
	text-decoration:none;
}




/* BAS ------------------------------------------------------------------------------------------ */

#bas {
	background-image:url('../poire-vie-img/commun/bas.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	padding-left:10px;
	padding-bottom:3px;
	background-color:#ffffff;
}
#bas a {
	text-decoration:none;
}
#bas a:hover {
	color:#8CC63F;
}




/* ACTUALITES ------------------------------------------------------------------------------------------ */


#Actualites {
	background-image:url(../poire-vie-img/accueil/actualites.gif);
	background-repeat:no-repeat;
	height:218px;
	width:188px;
	padding-top:13px;
	padding-left:5px;
	padding-right:15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;

}
#Actualites a{
	font-size: 12px;
	color:#0071BC;
	font-weight:normal;
	text-decoration:none;
}

#Actualites hr{
	border:1px solid #FFDE23;
}





/* METEO ------------------------------------------------------------------------------------------ */
#Meteo {
	margin-top:15px;
	background-image:url(../poire-vie-img/accueil/meteo.gif);
	background-repeat:no-repeat;
	height:206px;
	width:188px;
	padding-top:13px;
	padding-left:20px;
	padding-right:15px;
}






/* LIENS UTILES ------------------------------------------------------------------------------------------ */


#Liens_utiles {
	background-image:url(../poire-vie-img/accueil/liens-utiles.gif);
	background-repeat:no-repeat;
	height:149px;
	width:180px;
	padding-top:13px;
	padding-left:25px;
	padding-right:15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;

}
#Liens_utiles a{
	font-size: 12px;
	color:#0071BC;
	font-weight:normal;
	text-decoration:none;
}
#Liens_utiles a:hover {
	text-decoration:underline;
}






/* ------------------------------------------------------------------------------------------------ */
/* menu */

/* For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

 
#Navigation {
  background-image:url(../poire-vie-img/commun/fond-menu.gif);
  background-repeat:no-repeat;
  color: #fff;
  margin: 0 0 0;
  padding: 0;
  height:39px;
  width:770px;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
  border:none;
  margin: 0;
  padding: 1 6px;
}
#menuList1[id] {
  border:none;
  margin: 0;
  padding: 10px 6px;
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  color: #fff;
  font-size:12px;
  font-weight:bold;
  display: inline;
  border-right: 1px solid #fff;
  margin: 0;
  text-align:left;
  width:150px;
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
}

#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #fff;
  width:148px;
  padding-right:0px;
}
#menuList1[id] li a.actuator {
  width:150px;
  padding-right:70px;
}
#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: 148px; /* hides the following rule from Win/IE5.0 */
  color:#FFF;
}

#menuList1 .menu { /*property: value for Explorer 5 Mac*/
  background-color: #86A5D2;
  color: #537FBF;
  border:1px solid #fff;
  margin:0;
  margin-left:-160px;
  margin-top:-4px;
  width:150px;
  padding: 2px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}


/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

#menuList1 .menu { 
 /*property: value for all other browsers*/	
  background-color: #0071BC;
  border:1px solid #fff;
  margin: 0;
  width:150px;
  margin-top:0px;
  padding: 0px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu {
  margin-left: -5px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li {
	border-bottom:1px solid #fff;
}

/* la derniere rubrique ENTREPRENDRE n'a pas de bordure à droite */
#menuList1 #menua_5 {
	border-right:none;
}

#menuList1 .menu li a {
  text-align:left;
  display: block;
  line-height: normal;
  border:none;
  font-weight:normal;
  font-size:12px;
  padding:5px;
}

#menuList1 .menu li a.actuator {
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
background-color:#E5F1F8;
color:#0071BC;

}

#le-poire{
	visibility:visible;
}
#le-poire[id]{
	visibility:hidden;
	display:none;
}


