
/* Top Elements */
/*
* { margin: 0; padding: 0;}
*/
body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: #455e37;
    margin: 0;
    padding: 0;
	background-color:#EFF6FB;
}

table {
    font-size: 100%;
}

a {
    color: #354e28;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0 0 1.75em;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}


h1, h2, h3, h4, h5, h6 {
  background-color:transparent;
  color:#455E37;
  font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
  font-weight:normal;
  margin:0 0 0.25em;
  border:none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #455e37 ! important;
    text-decoration: none;
}

h1 {
    font-size: 160%;color:#A2BF3A;border:none 0px;margin-bottom:4px;
}

h2 {
    color:#A2BF3A;font-size:100%;
}

h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(images/http://www.aile.asso.fr/bullet.gif);
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #8cacbb;
    color: Black;
    background: White url(images/input_background.gif) repeat-x;
    width: 100%;
}

input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
    background: White url(images/input_background.gif) repeat-x;
}
select {
    border: 1px solid #8cacbb;
    color: Black;
    background-color: White;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted #455e37;
    color: #455e37;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #8cacbb;
    color: #76797c;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: #455e37;
    background-color: #dee7ec;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #8cacbb;
    color: #455e37;
    background-color: #dee7ec;
    overflow: auto;
}


/* links */
a,a:link {
text-decoration:none;
color:#354E28;
}

a:visited {
text-decoration:none;
color:#354E28;
}

a:hover {
text-decoration:none;
color:#85b916;
}

a img{
border:0px #fff none;
}

/* headers */




ul, ol {
	margin: 5px 20px;
	padding: 0 0 0 20px;
}
a.liens_bann{
color:#2461aa;
font-size:11px;
font-weight:bold;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
}
a.liens_bann:hover{
color:#85b916;
font-size:11px;
font-weight:bold;
margin-right:10px;
}

/* images */



code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	/*
	margin: 10px;	
	*/
}
th strong {
	color: #fff;
}

tr {
	
}
td {
vertical-align:top;
padding:1px;
}
strong{
font-family: arial,helvetica,verdana,"sans-serif";
font-size:11px;
font-weight:bold;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */




/* search form */
.searchform {
	background-color: transparent;
	border: none;		
	width: 180px;
	margin-top:18px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
background-color:#fff;
border:none;
height:16px;
margin-top:8px;
margin-right:10px;
width:140px;
float:left;
}
.searchform input.button { 
margin-top:8px;
background-color:#e4e4e4;
color:#2461aa;
font-weight:bold;
font-size:12px;
width:25px;
height:16px;
border:none;
font-family:arial, verdana;
float:right;
background-image: url(images/images/loupe.gif);
background-repeat:no-repeat;
background-position:top left;
text-indent:-3000px;
color:#fff;
font-size:1px;

}
/*portlets*/

.field label{
/*float:left;*/
color:#2461aa;
margin-bottom:2px;
font-weight:normal;
}
dl.portlet{
width:189px;
margin:0 0 10px;
padding:0px;
border-bottom:none;

background:url(images/shadow.gif) repeat-y left top #FFFFFF;
}

#leftcolumn dl.portlet{
background:transparent url(images/portlet_left_bg.gif) no-repeat scroll left bottom;
padding-bottom:8px;

}
#rightcolumn dl.portlet{
padding:3px 8px 1px;
width:163px;
}
dd.portletItem{
padding:0px;
padding:0px;
border:none;
margin:0px;
background:none transparent;
}


select#scope{
font-size:80%;
}
input.context {
background:transparent url(images/linkTransparent.gif) no-repeat scroll 9px 1px;
cursor:pointer;
font-size:85%;
padding:1px 1px 1px 15px;
text-transform:lowercase;
}
dl#portlet-news{
width:189px;
}
.portletFooter{
/*float:right;*/
margin-right:5px;
background:none;
border:none;
padding-bottom:10px;
}
.portletFooter a{
text-decoration:underline;
}
a.links{
background-image: url(images/images/icone_liens.gif);
background-repeat:no-repeat;
background-position:0px 0px;
height:16px;
margin-bottom:7px;
padding-left:20px;
display:block;
color:#2461aa;

}
a.links:hover{
color:#85b916;
}

.formControls {
margin:1em 0;
height:30px;
}
#document-base-edit .formControls {
	padding-left:12px;
	
}
.bloc_recherche{
margin:5px;
}
.bloc_liens{
margin:5px;
}
.bloc_carte{
margin:5px;
}
.bloc_pub{
margin:5px;

}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width: 979px;	
	margin: 0 auto;
	text-align: left;
	background-image: url(images/images/cote_fond2.gif);
background-repeat:repeat-y;
background-position:top left;
}

#content-wrap {
	float: left;
	display: inline;
	padding: 0; 	
}



/* header */
#header {
	/*text-align:center;*/
	background-image: url(images/images/banniere.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	width:979px;float:left;
	background:#fff;
}

.logo {
float:left;
width:235px;
margin-top:5px;
margin-left:5px;
}

#portal-logo {
	margin: 0 0 0.2em 2.4em;
	display:block;
}
#portal-logo img {
	margin:0;
}

#header-img {
display:block;
float:right;
}


.pub, #header-advert {
margin:0;
float:none;
}

#portal-searchbox {
background-color:transparent;
clear:right;
float:right;
margin:1.5em 0 0;
padding:0 2em 0 0;
text-align:right;
text-transform:none;
white-space:nowrap;
z-index:2;

}

.post_content{
height:26px;
background-color:#ececec;
background:url(images/green_to_blue.png) left top repeat-y;float:left;
font-size:100%;
}

#portal-breadcrumbs{
padding-left:0px;
padding-top:2px;
border:none;
color:#000;
float:left;
width:979px;
display:block;background:url(images/blue_to_green.png) left 18px no-repeat;padding-bottom:6px;
height:24px !important;
height:18px;
line-height:1.2em;
}

#breadcrumbs-you-are-here {
padding-left:24px;
color:#455E37;
}

#portal-breadcrumbs a,#portal-breadcrumbs a:visited,#portal-breadcrumbs a:link {
color:#354E28;
}
.breadcrumbSeparator  {
color:#455E37;
}

#contact-aile {
float:left;font-weight:bold;
}

/* Navigation */
ul.portletNavigationTree li.navTreeItem ul.javascript_submenu {
	background-color:white;
	border-top:1px solid #d9d8d9;
	border-left:1px solid #d9d8d9;
	border-right:1px solid #d9d8d9;
	background-color:#f7f7f7;
	display:none;
	left:15em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0.1em;
	position:absolute;
	text-transform:none;
	width:225px;
	z-index:5;
}


/* New navtree styles */

.navTreeItem a,
dd.portletItem .navTreeItem a {
	display: block;
	text-decoration: none;
padding-bottom:0.25em;
padding-top:0.2em;
}

.portlet dd.portletItem div.current_node a {
  background-color: transparent !important;
}

.portlet dd.portletItem ul.navTreeLevel0 li ul li div a:hover {
  background-color: transparent !important;
}

.portlet dd.portletItem li ul.navTreeLevel1 li.navTreeItem div a:hover {
  background-color: #f4f4f4 !important;
}

.portlet dd.portletItem ul {	display:block;	padding:0px;
  margin: 0;
}

.portlet dd.portletItem li div {
  padding: 0em;
}

.portlet dd.portletItem ul.navTreeLevel0 li div a {
  font-size: 115%;
  border-bottom: 0;
  line-height: 1.5em;  padding-right:24px;  padding-top: 5px;  padding-bottom: 5px;
  background: url(images/menu_arrow.gif) right 65% no-repeat ;
  margin-right: 0px;
  font-weight: bold;
  color: #354e28 !important;  border:0px none #fff !important;
}.portlet dd.portletItem ul.navTreeLevel0 li div.current_node a { border-bottom:2px solid #6C8026 !important;}
#leftcolumn  .portlet dd.portletItem ul.navTreeLevel0 li  ul.navTreeLevel1 li ul.navTreeLevel2 li  div a.navTreeItemInPath { border-bottom:0px solid #dfdfdf !important;  } 
#leftcolumn  .portlet dd.portletItem ul.navTreeLevel0 li  ul.navTreeLevel1 li  div a.navTreeItemInPath {color:#fff !important; background: #fff !important; border-bottom:1px solid #dfdfdf !important;  } #leftcolumn  .portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeItemInPath {color:#fff !important;background-color:#98BB36; background: #98BB36 url(images/menu_arrow_selected.gif) right 65%  no-repeat !important; border-bottom:2px solid #6C8026 !important;  } .portlet dd.portletItem ul.navTreeLevel0 li div a a.navTreeItemInPath { background: #98BB36 url(images/menu_arrow_selected.gif) right 65%  no-repeat !important;}
#leftcolumn  .portlet dd.portletItem ul.navTreeLevel0 li  ul.navTreeLevel1 li  div a.navTreeItemInPath :hover { background: #F4F4F4 !important  }
#leftcolumn  .portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeItemInPath {color:#fff !important;background-color:#98BB36; background: #98BB36 url(images/menu_arrow_selected.gif) right 65%  no-repeat !important; border-bottom:2px solid #6C8026 !important;  } 
.portlet dd.portletItem ul.navTreeLevel0 li div a a.navTreeItemInPath { background: #98BB36 url(images/menu_arrow_selected.gif) right 65%  no-repeat !important;}

.portlet dd.portletItem ul.navTreeLevel0 li div.current_node {
  background-color: #98bb36;
  border-bottom: 2px solid #6c8026;
}
.portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeCurrentItem,
.portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeCurrentItem:link,
.portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeCurrentItem:visited 
.portlet dd.portletItem ul.navTreeLevel0 li div a.navTreeCurrentItem:hover{
 background: #98bb36 url(images/menu_arrow_selected.gif) right 65%  no-repeat ;
  color: white !important;
  border: 0 !important;
}

.portlet dd.portletItem ul.navTreeLevel0 li ul.navTreeLevel0 li div.current_node a {
 background: transparent url(images/menu_arrow_selected.gif) right 65%  no-repeat ;
  color: white !important;
  border: 0 !important;
}

.portlet dd.portletItem ul.navTreeLevel0 li ul.navTreeLevel1 li div a.navTreeCurrentItem {
  border: 0 !important;
  background-color: #f4f4f4 !important;
  background-image:none;
}
#leftcolumn .portlet dd.portletItem ul.navTreeLevel0 li ul.navTreeLevel1 li ul.navTreeLevel2  li div a.navTreeItemInPath {border-bottom : 0px solid #dfdfdf !important; }

.portlet dd.portletItem li ul.navTreeLevel1 li.navTreeItem ul.navTreeLevel2 li.navTreeItem div a {border-bottom:0px solid #dfdfdf !important; background-color:#fff !important; 
}
.portlet dd.portletItem li ul.navTreeLevel1 li.navTreeItem ul.navTreeLevel2 li.navTreeCurrentNode div a {border-bottom:0px solid #dfdfdf !important; background-color:#f4f4f4 !important; 
}
.portlet dd.portletItem ul.navTreeLevel2 li div a {
  color: #666 !important;background-color:#f4f4f4 !important; 
  font-size: 110%;
}

.portlet dd.portletItem ul.navTreeLevel0 li {
margin:0px;
  border-bottom: 1px solid #98bb36;
  
		float:right;
display:block;
text-align:right;
clear:right;
width:100%;
background:#fff;
}

.portlet dd.portletItem ul.navTreeLevel0 li:first-child {
  border-top: 0;
}

.portlet dd.portletItem ul.navTreeLevel1 li {
  border-bottom: 0;
  border-top: 1px solid #dfdfdf !important;
  font-size: 90%;
}

.portlet dd.portletItem ul.navTreeLevel1 li.last_child {
  border-bottom: 0 !important;
}

.portlet dd.portletItem ul.navTreeLevel1 li div a {
  background-image: none !important;
  margin: 0 !important;
  padding: 0.3em 0.4em !important;
  font-weight: normal;
  font-style: normal;
}


.portlet dd.portletItem ul.navTreeLevel2 li div a { 
  text-align: left;
}

.navTreeLevel1 {
	/*display:none;*/
	margin:0;
	padding:0px;
}

#leftcolumn div.current_node {
background-color:#98BB36;
border-bottom:2px solid #6C8026;
}


/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}

/* IE workaround to make sure the element is selectable in its full width */
* html .visualIconPadding {
    height: 1.6em;
}


.navTreeLevel0 {
	margin: 0;
	padding:0;
}
.navTreeLevel1, .navTreeLevel2, .navTreeLevel3, .navTreeLevel4, .navTreeLevel5 {
	margin:0;
}

#leftcolumn ul.menu_flottant {
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #D9D8D9;
	display:none;
	left:160px;
	margin-top:-22px;
	padding:5px 10px 5px 5px;
	position:absolute;
	width:150px;
}
#leftcolumn dl.portletNavigationTree {

float:right;
margin:0;
margin-right:1px;
}

#leftcolumn dl.portletNavigationTree img{
display:none;
}

dl.portletNavigationTree .portletHeader {
display:none;
}

#leftcolumn  .visualPadding {
margin-top:2em;
}

/* Main Column */
#content {
margin:0 0 2em;
padding:1em 1em 0 !important;
}
.three-col {
background:url(images/bg_content.png) repeat-y #fff;
}

.three-col #main {
	float:left;
	overflow:normal;
	width:586px;
	position:relative;
}
#wrap .three-col .dashboard_main {
	margin-left:198px;
}

/* #portal-languageselector*/

#portal-languageselector {position:absolute;left:-220px;}
#portal-languageselector{}
/* Sidebar */	
#leftcolumn {
	float: left;
	width: 211px !important;	
	width: 212px ;	
  background: #a2bf3a url(images/bg_left.jpg) 0 0 repeat-x;
  border-right: 1px solid #DFDFDF;
}	
.documentContent {
	padding:5px 5px 15px !important;

}
.documentContent a {

}
dl#portlet-related-elm span {
	float: left;
	height:25px;
	display: block;
	width:100%
}#main  {float:left;}
.bloc_centre{
background-image:url(images/images/bloc_centre.gif);
background-position:left top;
background-repeat:repeat-y;
float:left;
width:189px;

}

.bloc_centre .links{
margin:8px;

}


.visualPadding .portletHeader a {
color:#889EC4;
font-weight:normal;
text-transform:uppercase;
/*padding:5px 0 0;*/
}




/* right column */
#rightcolumn {
	float: left;
	width: 178px;overflow:hidden;
	/*background-color:#ececec;*/
	/*padding-left:9px;*/
}


/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}


/*recherche*/
#search  dd {display:block;}
#search form {margin:8px ;display:block}

/* footer-wrap */
#footer-wrap {
	background-image: url(images/footer.png);
background-repeat: no-repeat;
background-position:top left;
height:55px;
clear:both;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	background-image: url(images/images/footer.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	height:auto;
	text-align:left;
	padding-top:5px;
}
.bloc_footer_gche{
float:left;
width:250px;
}
.bloc_footer_centre{
margin: 0px 260px 0 260px;
}
.bloc_footer_dt{
float:right;
width:250px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/*-----------------*/

.commentPortrait .portraitPhoto {
display:none;
}

#portal-siteactions  {
	/*float:right;*/
}
#portal-siteactions  li {
	display:block;
}
#portal-logo-box {
	float:left;
	margin-top:4px;

}
#siteaction-accessibility {
	display:none !important;
}
#portal-siteactions li a {
	border:none;
	color:#2461AA;
	font-weight:bold;
}
#portal-siteactions li a:hover {
	border:none;
	color:#85B916;
	background:none;
}

.searchSection {
	display:none;
}



.managedPortlet .portletHeader {
	min-height:22px !important;
}

.portletHeader, .managedPortlet .portletHeader {
	background-color:transparent;
	border:none;
	background:transparent url(images/arrow_whitebg.gif) no-repeat scroll 0 50%;
	border-bottom:2px solid #889EC4;
	margin:0.2em 10px;
	padding-left:28px;
	text-transform:uppercase;
	color:#889EC4;
	font-weight:bold;
	line-height:100%;
	font-size:100%;
}

#leftcolumn select, #rightcolumn select {
	max-width:160px;
	width:160px;
}

.field {
	clear:left;
}



#portal-personaltools-wrapper {
	float:right;
}
#portal-personaltools {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	padding:0;
}
.documentEditable {
	padding-top: 1em !important;
}
.documentEditable * .context, .documentEditable * .standalone {
	background-color:#E0E0E0;
	background-image:url(images/fond_boutons.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border-color:#DDDDDD #AAAAAA #999999;
	border-style:solid;
	border-width:1px;
	color:#2461AA;
	font-family:arial,verdana;
	font-size:12px;
	font-weight:bold;
	margin-right:3px;
	padding:1px 5px;
	width:auto;
}
.portlet-dancing .action input {
	background-color:#E0E0E0;
	background-image:url(images/fond_boutons.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border-color:#DDDDDD #AAAAAA #999999;
	border-style:solid;
	border-width:1px;
	color:#2461AA;
	font-family:arial,verdana;
	font-size:12px;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
	width:170px;
}



#leftcolumn a.state-local_pending {}
#leftcolumn a.state-public_pending {}
#leftcolumn a.state-network_pending {}
#leftcolumn a.state-local_draft {}
#leftcolumn a.state-published {}
#leftcolumn a.state-private {
/* privé */
	color:#cc3300 !important;
}
#leftcolumn a.state-reserved {
/* publié local */
	color:#5ebdbd;
}
#leftcolumn a.state-network_members {
/* publié réseau */
	color:#85b916;
}
#leftcolumn a.state-public {
/* publié public */
	color:#2461AA;
}
li.formTab a  {
	font-size:10px;
	padding:0 4px;
}
.LSResult {
	left:-30px;
}
#dashboard-portlets1 {}
#dashboard-portlets2 {}
#dashboard-portlets3 {
	clear:left;
}
#dashboard-portlets4 {}
.documentEditable .contentActions {
	font-size:9px;
}
input.searchButton {
	width:90px;
}

/* override Plone */

#content a[href^="http:"], #content a.link-external {
	background:none;
	padding:1px 0 1px 0px;
}

.portletCalendar dt {
	background-color:#FFFFFF;
}

.ploneCalendar .weekdays th {
	background-color:#FFFFFF;
}

.navTreeCurrentItem {
	border:none !important;
}

.navTreeItem a:hover, dd.portletItem .navTreeItem a:hover {
	border:0px solid #ffffff !important; 
}

.portlet-static-bandeau {
	float:right;
}
ul.navTree .navTreeCurrentNode {	background:#98BB36 !important;}ul.navTree ul.navTreeLevel1 li.navTreeCurrentNode  {	background:#ccc !important;}
.portlet dd.portletItem ul.navTreeLevel0 li.navTreeCurrentNode div a { border-bottom:2px solid #6C8026  !important;
	background:transparent url(images/menu_arrow_selected.gif) no-repeat scroll right 65% !important;
}
.portlet dd.portletItem ul.navTreeLevel0 li.navTreeCurrentNode div a span {
	color:#ffffff;
}
.portlet dd.portletItem li ul.navTreeLevel1 li.navTreeItem div a span {
	color:#354E28;
}
.portlet dd.portletItem li ul.navTreeLevel1 li.navTreeItem div a  { border-bottom:0px none #fff  !important;
	background:none !important;
}

#portlet-personal dd a {
  font-weight:bold;
  padding:2px 0 2px 20px;
  text-decoration:none;
}

#portlet-personal dd {
  margin-left:15px;
}

#access-map {
  color: #46529d;
  background: transparent url(images/sitemap.gif) left 50% no-repeat;
}

#sitemap {
  color: #46529d;
  background: transparent url(images/navigation_icon.gif) left 50% no-repeat;
}

#accessibility-info {
  color: #46529d;
  background: transparent url(images/info_icon.gif) left 50% no-repeat;
}

#login-link {
  color: #476238;
  background: transparent url(images/login.gif) left 50% no-repeat;
}


.footer-span-right {
   float: right;
}

.footer-span-sep {
  display: none;
}

#homepage_block {
  background: transparent url(images/aile_internal_banner.gif) -10px top no-repeat;
  border-bottom: 1px solid #c68e05;
  padding: 90px 5px 0 5px;
}

#actus_aile {
  border-color: #c68e05 #c68e05 white #c68e05;
  border-width: 1px;
  border-style: solid;
  margin-left: 2em;
  padding: 0.1em 25px 0 0.5em;
  color: #591309 ! important;
  text-decoration: none;
  background: transparent url(actu_fleche.gif) right 2px no-repeat;
}

.documentAuthor {
  display: none;
}

#portlet-reseau-aile a {
  color :  #99cc33 ;
  font-weight: bold ;
  padding-bottom: 0.5em ;
  display: block;
}


#portlet-reseau-aile {
  padding: 0.5em auto 0.2em -3em  ;
  background-image:none;
  background-color:transparent;
}
