/* MENU DE L'ENTETE */
/* rubrique */
#menu 					
	{height: 50px;color: #646464;font: 14px;position:relative;z-index:999;}

#menu ul 				
	{background: url(http://en.fdi-promotion.fr/css/img/menu-fond.png) top left repeat-x;
	/*width: 636px*/;
	height: 35px;
	line-height: 35px;
	margin-top: 12px;
	
}

#menu ul li 			
	{float: left;height: 30px;margin:0; padding: 0;}

#menu ul li a 			
	{color: #646464;font-weight: bold;margin: 0;display: block;}

#menu ul li a:hover 	
	{color: #dc1227;background: url(http://en.fdi-promotion.fr/css/img/enfdipromotion/menuitemover.png) top left repeat-x;}

/* sous rubrique */

#menu ul li ul 			
	{display:none;width: inherit;border: none;margin: 0;padding: 0;}

#menu ul li ul li a 	
	{background: #FFFFFF;padding: 0px 10px 0px 10px;margin: 0;display: block; }

/* HACK IE (fixe une largeur fixe sur les sous-menus pour IE7 et inférieurs) */
*:first-child+html #menu ul li ul li a  { width: 230px; } * html #menu ul li ul li a { width: 230px; }

#menu ul li ul li a:hover 
	{background: #dc1227;color: #FFFFFF;}

#menu ul li:hover > a 	
	{color: #dc1227;background: url(http://en.fdi-promotion.fr/css/img/enfdipromotion/menuitemover.png) top left repeat-x;}

#menu ul li:hover ul 	
	{display:block;margin-top: inherit;}

#menu li:hover ul li 	
	{background: #ffffff;float:none;width: auto;margin: 0; display: block;}

#menu ul li ul 			
	{position:absolute;width:auto;}

/* item sans lien */

#menu .item
	{margin: 0 10px 0 10px;}

/* selection de la rubrique */

#menu .itemselection 	
	{
	color: #dc1227;font-weight: bold;margin: 0;display: block;
	background: url(http://en.fdi-promotion.fr/css/img/enfdipromotion/menuitemover.png) top left repeat-x;margin-right: 5px;}

/* trait séparateur avec le menu */

#menu .trait 			
	{background: url(http://en.fdi-promotion.fr/css/img/enfdipromotion/menutraitseparateur.png) top left no-repeat;height: 35px;width: 8px;}

/* coin arrondi du menu à gauche et à droite */

#menu .cornerleft 		
	{background: url(http://en.fdi-promotion.fr/css/img/menucornerleft.png) top left no-repeat;width: 5px;height: 35px;}

#menu .cornerright 		
	{background: url(http://en.fdi-promotion.fr/css/img/menucornerright.png) top left no-repeat;width: 6px;height: 35px;}

#menu .recherche-bouton 
	{}

#menu .navigation 		
	{display: none;}
#menu .cross1 		
	{display: none;}
#menu .cross2 		
	{display: none;}

#menu .recherche-champ	
	{display:none; width: 180px;}

#menu .recherche-champ form
	{height: 35px;line-height: 35px;margin: 0;padding: 0;}

#menu .recherche-champ input
	{margin-top: 10px;padding: 0;}

#menu .recherche-promotion	
	{width: 293px;}

#menu .recherche-promotion form
	{height: 35px;line-height: 35px;margin: 0;padding: 0;}

#menu .recherche-promotion input
	{
	padding: 0;color:#999999;
	margin-top: 5px;
	border: 1px solid #f8f8f8;
	padding-top: 4px;
	height: 20px;
	vertical-align:center;
	background: #ffffff url(http://www.fdi-promotion.fr/css/img/fdipromotion/menu/fond-input.png) top right no-repeat;
	}
#tbpromotion {
	background: #e4e4e4; 
	width: 576px;
	height: 120px;
	line-height: normal;
}	
#tbpromotion h1{
	font-size: 14px;
	color: #dd3621;
	margin: 25px 0 0 0;
	padding: 0 20px 0 10px;
}

#tbpromotion h2{
	font-size: 12px;
	color: #666666;
	margin: 0 0 10px 0;	
	padding: 5px 20px 0 10px;
}

#tbpromotion a.boutoncontact {
    background: transparent url(http://en.fdi-promotion.fr/css/img/enfdipromotion/module-contact-bouton-right.png) no-repeat scroll top right;
    color: #666666;
    display: block;
    float: right;
    height: 25px;
    font-weight: bold;
    /*margin-right: 6px;*/
    padding-right: 32px; /* sliding doors padding */
    text-decoration: none;
}

#tbpromotion a.boutoncontact span {
    background: transparent url(http://en.fdi-promotion.fr/css/img/module-contact-bouton-left.png) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 10px 5px 10px;
}
#tbpromotion a.boutoncontact:hover {
	background: inherit;
	color: inherit;
	background: transparent url(http://en.fdi-promotion.fr/css/img/enfdipromotion/module-contact-bouton-right.png) no-repeat scroll top right;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

#tbpromotion a.boutoncontact:hover span {
	background: inherit;
	color: inherit;
	background: transparent url(http://en.fdi-promotion.fr/css/img/module-contact-bouton-left.png) no-repeat;
    background-position: bottom left;
    padding: 5px 10px 5px 10px; /* push text down 1px */
}
#tbpromotion a:hover {
	background-color: none;
	background: inherit;
	color: inherit;
}
#tbpromotion p {
	height: 25px;
}
#tbpromotion .fond {
	background: url(http://www.fdi-promotion.fr/css/img/fdipromotion/menu/separateur.png) top left no-repeat;
}
/* MENU DE L'ENTETE */
