/***************************************************************************
 *  Copyright (C) 2003-2008 Polytechnique.org                              *
 *  http://opensource.polytechnique.org/                                   *
 *                                                                         *
 *  This program is free software; you can redistribute it and/or modify   *
 *  it under the terms of the GNU General Public License as published by   *
 *  the Free Software Foundation; either version 2 of the License, or      *
 *  (at your option) any later version.                                    *
 *                                                                         *
 *  This program is distributed in the hope that it will be useful,        *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
 *  GNU General Public License for more details.                           *
 *                                                                         *
 *  You should have received a copy of the GNU General Public License      *
 *  along with this program; if not, write to the Free Software            *
 *  Foundation, Inc.,                                                      *
 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
 ***************************************************************************/




/*--- Bandeaux ---*/
#bandeau-X {
	top: 0;
	left: 0;
    background-color: #404040;
	border-top: 4px solid #369;
	color: #fff;
	margin:0px;
	padding:8px 2px 6px;
	z-index: 2;
	width: 100%;
	line-height:100%;
}


#bandeau-menu{

	z-index: 1;
    text-align: center;
	margin:0px auto;
	padding:0;
}

#bandeau-menu ul {	
	margin:0;
	padding: 0;
	list-style: none;
 }
 
 
#bandeau-menu ul ul {	
	border-bottom: 4px solid #369;
	word-break: keep-all;
 }
 
#bandeau-menu  li {
    display: inline;
	margin:0px;
	padding: 0px;
}


#bandeau-menu ul a {
	font: bold 1.1em Trebuchet MS, Arial, sans-serif;
	color: #fff;
	padding: 0px 4px;
	text-decoration: none;
	text-transform: uppercase;
	line-height:15px; 
}

#bandeau-menu ul a{
padding: 3px 7px;
-moz-border-radius: 3px;
}

#bandeau-menu ul a:focus,
#bandeau-menu ul a:active,
#bandeau-menu ul a:hover {
	background-color: #5a5a5a;
	outline: none;
}


#bandeau-menu .bandeau-mid {
	font: bold 1.3em Trebuchet MS, Arial, sans-serif;
	background-color: #369;
	margin:5px;
	padding: 3px 7px;
	-moz-border-radius: 3px;
	outline: none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}


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

#bandeau-menu li ul{
        background-color:#404040;
		margin: 4px 0px;
		padding:  10px 0px ;
		width: 100%;
        position: absolute;
        left: -999em;
        filter:alpha(opacity=90);
        -moz-opacity:0.9;
        opacity: 0.9;
		/*
		*/
}

* html #bandeau-menu li ul{
top:11px; 
}

#bandeau-menu li ul li{
        /*background-color:#fff;*/
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
		display: inline;
		padding: 3px;
		line-height: 1.8;
		
}

#bandeau-menu li:hover ul  {
        left: 0;
}
 #bandeau-menu li.sfhover ul {
        left: 0;
margin-top:20px;
}

/*--- searchengine ---*/
#searchengine {
	z-index: 1;
    text-align: right;
	color: #369;
	float: right;
  line-height: 100%;
  margin:0px;
  padding:0px;
	
}

#searchengine input {
	border: 1px solid #369;
	padding: 1px 1px 1px 19px;
	margin:-3px 5px -1px 0px;
	background: #fff url(http://farm.gadz.org/uploads/Images/search_gray_16.png) no-repeat 2px center   ;
	color: #333;
	font-size:0.9 em;
	-moz-border-radius: 6px;
}





