body {
	background-color:#ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	text-align:center;
}
 
h1 {
	margin: 0;
	clear: both;
} 




/* beginning idmaster */
#master { 
	margin: 0 auto;
	width: 800px;
text-align:left;
background-color:#ffffff;
	background-image:url(http://www.feaco.org/img_project/bckg_col.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
/* end idmaster */

/* beginning idheader */
#header {
background-image:url(http://www.feaco.org/img_project/bckg_footer.jpg);
width:800px;
height:auto;
}
/* end idheader */

/* beginning idlistMenuRoot */
#listMenuRoot {

margin:0 0 0 200px;
padding:0;
list-style:none;

}
/* end idlistMenuRoot */

/* beginning cssGlobalmenulist */
.menulist  {
 margin: 0;
 padding: 0;
 }

.menulist ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-family:Arial, Helvetica, sans-serif;
 }

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 100px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 102px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
font-size:11px;
 margin-right: 1px;
 background-color:#003333;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px;
 color: #e6e2af;
 text-decoration: none;
}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FF9933;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #BEB2A8;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
 .menulist a#xyz {
 background-image: url(out.gif);
 }
 .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
 background-image: url(over.gif);
 }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* */
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). */
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hack */
/* end cssGlobalmenulist */

/* beginning idleft */
#left {
float:left;
margin:16px;
width:170px;
font-size:0.75em;
color:#efecca;
display: inline;
}



#left a {
        color:#3bd0d5;
	text-decoration: none;

}
#left a:hover, #navbar a:active, #navbar a:focus {
	color:#3d1800;
	
}
/* end idleft */

/* beginning idmain3cols */
#main3cols  {
	background-color:#ffffff;
	font-size: 0.8em; 
	width: 410px;
	float: left; 
} 

#main3cols p {
margin:0 30px 0 30px;
}



#main3cols a {
        color:#894418;
	text-decoration: none;

}
#main3cols a:hover, #navbar a:active, #navbar a:focus {
	color:#3bd0d5;
	
}
/* end idmain3cols */

/* beginning idmain2cols */
#main2cols {
	
	font-size: 0.8em; 
	
	width: 598px;
	float: left; 
background-color:#ffffff;
}
#main2cols a {
        color:#894418;
	text-decoration: none;

}
#main2cols a:hover, #navbar a:active, #navbar a:focus {
	color:#3bd0d5;
	
}
/* end idmain2cols */

/* beginning idright */
#right {

font-size: 0.75em;
margin: 16px 16px 0 16px;
width: 155px;
float: right;
color:#efecca;
}

#right a {
        color:#3bd0d5;
	text-decoration: none;

}
#right a:hover, #navbar a:active, #navbar a:focus {
	color:#3d1800;
	
}
/* end idright */

/* beginning idfooter */
#footer {
clear:both;
padding:7px 7px 0 0;
width:795px;
font-size:0.7em;
text-align:right;
background-image:url(http://www.feaco.org/img_project/bckg_footer.jpg);
background-position:top left;
background-repeat:repeat-y;
height:22px;
}

#footer p {
	margin: 0;
        padding-top:2px;
        padding-right:10px;
	color:#efecca;


}

#footer a{
         color:#3bd0d5;
            text-decoration:none;
font-weight:bold;
}

#footer a:hover{
         color:#e6e2af;
 font-weight:bold;           
}
/* end idfooter */

/* beginning classcolumns */
.columns {
padding-bottom:0px;
}
/* end classcolumns */

/* beginning idnavbar */
#navbar {
	margin: 0 0 10px 0;
	padding: 0;
        border-left:1px solid #a7a37e ;
        border-bottom:1px solid #a7a37e ;
}
#navbar li {
	list-style-type: none;
	margin:0;
        padding:0;
        font-size:11px;
        
}
#navbar a {
	display: block;
        margin:0;
	padding: 3px 6px;
	color:#efecca;
	text-decoration: none;
        

}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color:#3bd0d5;
	
}
#uberlink {
	color:#053b3d !important; 
	font-weight: bold;
	background-color: #a7a37e !important;
}

/* end idnavbar */

/* beginning idvignette */
#vignette {
float:right;
width:187px;
height:155px;
}
/* end idvignette */

/* beginning idlogo */
#logo {
width:460px;
height:auto;
background-color:#FFFFFF;
padding-bottom :1px;

}
/* end idlogo */

/* beginning classcolAdjust */
.colAdjust {
visibility:hidden;
}
/* end classcolAdjust */

/* beginning classtitreNews */
.titreNews {
color: #3bd0d5;
font-size:1.4em;
text-align:center;
}
/* end classtitreNews */

/* beginning idcalendar */
#calendar {
width:170px;
height:auto;
padding-bottom:10px;
margin-bottom:10px;
text-align:center;
border:1px solid #a7a37e ;

}


#calendar a{
padding:0.2em;
font-weight:bold;
color:#053b3d ;
background-color:#3bd0d5 ;
}

#calendar a:hover{
padding:0.2em;
font-weight:bold;
color:#3bd0d5 ;
background-color:#053b3d ;
}
/* end idcalendar */

/* beginning classcalendrier */
.calendrier {
font-size:1em;
color:#efecca ;
}
/* end classcalendrier */

/* beginning classtextGreenBold */
.textGreenBold {
color: #053b3d;
font-size:0.95em;
font-weight:bold;
}
/* end classtextGreenBold */

/* beginning classborderGreen */
.borderGreen {
padding:5px;
border:1px solid #053b3d;
}
/* end classborderGreen */

/* beginning idsearch */
#search {
float:right;
width:130px;
height:125px;
text-align:left;
padding-left:10px;
}
/* end idsearch */

/* beginning idmainContent */
#mainContent {margin:20px 16px 16px;

	
text-align:justify;}
/* end idmainContent */

/* beginning classmembersTable */
.membersTable {
font-size:0.95em;
}
/* end classmembersTable */

/* beginning classname */
.name {
background-color:#3bd0d5;
color:#053b3d;
font-weight:bold;
}

/* end classname */


