/*	SECTION RECHERCHE	*/
	nav #search
	{
		float:right;
		margin:6px 10px 0 0;
	}

	nav input
	{
		font-family:Tahoma, Arial;
		color:#000040;
		vertical-align:middle;
		width:10em;
		padding:0 0 0 3px;
		margin:0;
	}

	nav .image	{
		vertical-align:middle;
		margin-left:5px;
		font-size:0.8em;
		width:19px;
		height:19px;
	}

	nav .avis	{
		vertical-align:middle;
		margin-left:10px;
		font-size:0.8em;
		width:19px;
		height:19px;
	}

/* 	MENU PRINCIPAL 	*/
	
#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	border:0px solid grey;	/* Si on met un bord, les items-fils sont décalés (en hauteur) d'autant */
	background: black url(../img/menu-main-item.png);
	background-repeat: repeat-xy;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
	vertical-align:middle;
	margin-bottom:0px;
}

#menu a 
{
	float: left;
	height: 15px;
	padding: 0 8px;
	color: white;
	text-transform: uppercase;
	font:12px/15px Arial, Helvetica;
	font-weight:500;
	text-decoration: none;
}

#menu a  img
{
	position:relative;
	top:-4px;	
	border:0px;
}

#menu li:hover > a	
{
	color: #white;
}

*html #menu li a:hover /* IE6 */
{
	color: #white;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu  */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99999;    
	border:0px solid grey;	/* Si on met un bord, les items-fils sont décalés (en hauteur) d'autant */
	background: black url(../img/menu-item.png);
	background-repeat: repeat-xy;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
	height: 20 px;
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 3px 10px;
	height: 20px;			/* Définit la hauteur de la ligne du sous-menu. Valeur initiale : auto */	
	width: 130px;
    line-height: 1.9;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a 				/* IE6 */
{    
	height: 20px;
}

*:first-child+html #menu ul a 	/* IE7 */
{    
	height: 20px;
}

#menu ul a:hover
{
	border:0px solid grey;	/* Si on met un bord, les items-fils sont décalés (en hauteur) d'autant */
	background: black url(../img/menu-item-hover.png);
	background-repeat: repeat-xy;
}

#menu ul li:first-child > a
{
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;				/* Position verticale du triangle dans le menu principal au survol */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 9px;				/* Position verticale du triangle dans les sous-menus au survol */
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #fff;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #fff; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #fff; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } 		/* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
</style>

<!-- AdPacks -->
<style>
#adpacks-wrapper{font-family: Arial, Helvetica;width:280px;position: fixed;_position:absolute;bottom: 0;right: 20px;z-index: 9999;background: #eaeaea;padding: 10px;-moz-box-shadow: 0 0 15px #444;-webkit-box-shadow: 0 0 15px #444;box-shadow: 0 0 15px #444;}
body .adpacks{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0;margin:0;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:left;margin:0 10px 0 0;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding: 0 0 6px 0; font-size: 11px;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:9px;margin: -15px 0 0 0;text-align:right;}
body .one .bsa_it_ad .bsa_it_d{font-size: 11px;}
body .one{overflow: hidden}