@import url("layout/2d.css");
.titre_actu{
text-align:left;
padding-left:5px;

text-align:justify;
font-family: Tahoma;
font-size: 13px;
color:#D6E379;
}
.lien A:link, .lien A:visited, .lien A:active{
padding-left:15px;
font-size: 11px; 
	font-family: Tahoma;
	text-align:justify;
	color:#FF0000;
	text-decoration:none;
}
.titre3{
text-align:left;
padding-left:15px;
font-family: Tahoma;
font-size: 11px;
color:#006600;
}
.date{
padding-left:15px;
font-family: Tahoma;
font-size: 10px;
color:#455170;
}
.article{
padding-right:10px;
text-align:justify;
padding-left:15px;
font-family: Tahoma;
font-size: 10px;
color:#555766;
}


.button,
#rightcol .button {
font-family: Tahoma;
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;

}
.titre{
	color: #016435;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	text-align:left;
	}

.ombre_centre{
background-image:url(../image/ombre_medium.jpg);
background-repeat:repeat-y;
background-position:center;
}
.aja{
padding-left:10px;
font-family: Tahoma;
font-size: 12px;
color:#555766;
}

.divaja{
color:#555766;
font-family: Tahoma;
font-size: 12px;
padding-left:10px;
padding-right:10px;
}

.menu_bas{
font-family: Tahoma;
font-size: 12px;
color:#FFFFFF;
}

/* properties a drop down menu */
/* NOTE: If vertical:true then this class is NOT rendered */
.zpMenu-horizontal-mode .zpMenu-level-1 {
	/*background: url("rectangles/arrow_right.gif")  no-repeat right center;*/
}
/* Current selected items in top horizontal menu*/
.zpMenu-horizontal-mode .zpMenu-level-1 .zpMenu-item-selected {
	/*background: url("rectangles/arrow_down.gif") rgb(236,231,219)  no-repeat 0 50%; */
}

/* ALL menu items have this border and background color */
.zpMenuContainer .zpMenu-item {
	/*border: 1px solid gray;*/
	text-align:left;
	/*width:140px;
/*background-position:center;*/
}
.li1{
width:104px;

}
.li2{
width:90px;

}
.li3{
width:160px;

}
.li4{
width:100px;

}
.li5{
width:100px;

}
/* ALL Anchors have NO decorations, all menu item font color */
.zpMenu-top a, .zpMenu-top .zpMenu-label {

font-family: Tahoma; 
font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
}


/* Top menu LABEL */
.zpMenu .zpMenu-label {
	font-weight: bold;
}

/* SUB menu LABEL */
.zpMenu .zpMenu .zpMenu-label {
	font-weight: normal;
}

/* All menu items in the tree */
.zpMenuContainer .zpMenu-item {
	color:rgb(122,90,89);
	font-family: Tahoma;
	font-size: 1em;
	padding-left:1px;
	padding-right:10px;
}


.zpMenuContainer .zpMenuContainer {
	/*border: 1px solid gray;*/
	width: 15em;
}

.zpMenuContainer .zpMenuContainer .zpMenu-item,
.zpMenuContainer .zpMenuContainer {
	/* override top menu padding and margin */
	/*padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	border: 1px solid gray;*/
	margin: 5px 1px 2px 1px;
	padding: 0px 1px 2px 1px;
	width: 180px;
	background: #669900;
}
.news{
padding-right:10px;
  scrollbar-face-color:#E8E8E8;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#CCCCCC;
  /*scrollbar-shadow-color:'green';
  scrollbar-highlight-color:'#000';
  scrollbar-3dlight-color:'darkblue';
  scrollbar-darkshadow-Color:'white';	
  border: 1px solid gray;*/
color:#555766;

margin: 5px 1px 2px 1px;
	padding: 0px 15px 2px 8px;
}

.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
	background: #3A6C46; 
}

/* All others */
.zpMenu-horizontal-mode .zpMenu .zpMenu .zpMenu-item {
	/*background:  white;*/
}


/* SUB align the borders on selected items */
/* must override any other settings below for expand/collapse */
.zpMenuContainer .zpMenu-item-selected,
.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
	/*background-color: white;*/
	
}


/* SUB menu selected items, labels (no anchor), anchor */
.zpMenu-item-selected .zpMenu-label,
.zpMenu-item-selected a {
	color: #999999;
	font-weight: bold;
}

/* The arrow that shows up when there's a sub-menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-collapsed  {
	/*background-image: url("rectangles/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: center right;*/
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-expanded  {
	/*background: url("rectangles/arrow_right.gif")  white no-repeat right center;*/
}

.zpMenuContainer .zpMenu-item-hr,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
	background:brown;
	height:3px;
	/* widith defined in basic.css for non-hr items, must define again */
	width: 10em;
}
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
	width: 15em;
}


