

.side_menu {
	xfloat:left;
	margin-top:20px;
	padding: 10px 0 20px 0;
	width:100%;
	/*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background:#88a3b3;
	font-size:93%;
	font-weight: bold;
	line-height:normal;
	color: #fff;
  }

#c_sidebar .side_menu h3 {
	padding: 7px 0 0 25px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
  }
.arrow_right   {
	background:url("/image/arrow/fleche-droite-menudroite.gif") no-repeat 7px 12px;
  }
.arrow_down   {
	background:url("/image/arrow/fleche-bas-menudroite.gif") no-repeat 7px 12px;
  }

.side_menu ul {
	margin:0;
	padding:10px 10px 0; /* change first value to adjust tab vertical positioning  */
	list-style:none;
  }


.side_menu li {
	display: block;
	background:url("/image/arrow/white_dot.gif") no-repeat 11px 8px;
	margin:0px;
	margin-right:3px; /*  adjust tab spacing */
	padding:0 0 0 20px;
	font-size: 11px;
	color: #fff;
  }


.side_menu a {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
  }

.sepa_menu {
	clear:both;
	background-image:url('/image/back/liseret-ombre-menu-1pxhaut.png');
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	height:3px;
	margin: 0 auto;
	margin: 25px 0 20px 0;
	overflow:hidden;
}
