/* CSS Document */



	
	
.menu-haut {
float: top;
width: 194px;
height: 97px;
background : url(../img/menu/menu-asterie-plougastel-haut.gif) top left no-repeat;
}
.menu-bas {
float: bottom;
margin-bottom : -10px;
width: 194px;
height: 124px;
background : url(../img/menu/menu-asterie-plougastel-bas.gif) top left no-repeat;
}
.menu-sep {
float: bottom;
width: 194px;
height:2px;
line-height: 2px;
background : url(../img/menu/menu-asterie-plougastel-separation.gif) top left no-repeat;
padding: 0px;
margin: 0px;
}

.menu-item a {
  cursor:pointer;
  float: bottom;
	display: block;
	width: 194px;
	height: 28px;
	line-height: 28px;
	background: url(../img/menu/menu-asterie-plougastel-item.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.menu-item a:hover {
  cursor:pointer;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
}
.menu-item p {
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 18px;
  padding: 0px;
	text-align:left;
  font-family:"trebuchet ms", sans-serif; 
  font-size:0.8em; 
  font-weight:bold; 
  color: white;   
}



.menu-item-2 a {
  cursor:pointer;
  float: bottom;
	display: block;
	width: 194px;
	height: 28px;
	line-height: 28px;
	background: url(../img/menu/menu-asterie-plougastel-item.gif) no-repeat left bottom;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.menu-item-2 a:hover {
  cursor:pointer;
	background-position: left bottom;
	padding: 0px;
	margin: 0px;
}
.menu-item-2 p {
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 18px;
  padding: 0px;
	text-align:left;
  font-family:"trebuchet ms", sans-serif; 
  font-size:0.8em; 
  font-weight:bold; 
  color: black;   
}



.liste_menu {
  width : 200px;
  padding : 2px;
  margin : 2px;
  border : 1px solid #3b5780;
  background-color : #b2f268;
  text-align:left;
  font-family:"trebuchet ms", sans-serif; 
  font-size:0.7em; 
  font-weight:normal; 
  color: black;   
}

.liste_espace {
  width : 200px;
  padding : 2px;
  margin : 2px;
  border : 1px solid #3b5780;
  background-color : #6699FF;
  text-align:left;
  font-family:"trebuchet ms", sans-serif; 
  font-size:0.7em; 
  font-weight:normal; 
  color: black;   
}

