.fil_ariane *
{
  font-weight:normal;
  color:red;
}


#menu_test .arr_plan {
    clear:both;
    height:20px;
    line-height:10px;
    color:#FFF;
    padding-left:5px;
    text-align:left;
    font-weight:normal;
}
/*
#menu_test * 
{ 
  margin:0; padding:0; 
}
*/

#menu a, #menu a:visited 
{
    text-decoration:none;
    font-style:bold;
}
/*                
#menu a:hover, #menu a:active 
{ 
   text-decoration: underline; 
   font:bold;
}
*/

#menu_test ul 
{
  height:20px;

}
    
#menu_test li 
{
    float:left;
    list-style:none;
    position:relative;
    height:20px; 
}
    
#menu_test ul ul {
    position:absolute;
    left:0;
    top:20px;
    display:none;
    width:650px;
}
/* lorsqu'on passe audessus d'un menu, affiche le sous menu
#menu_test li:hover ul,
#menu_test li.actif ul 
{
 display:block; 
}
*/
#menu_test li li 
{
    float:left;
    height:20px;
    margin:0 0 0 5px;
    font-weight:normal;
}


/* Dimensions */
/*
#menu_test .premier      
{ 
  width:50px; 
}
#menu_test .profil       
{ 
  width:68px; 
}
#menu_test .projet       
{ 
  width:73px; 
}
#menu_test .rez          
{ 
  width:75px; 
}
*/

/***********************************************/
/* Positionnement des sous-menus en dessous    */
/**   de la barre de navigation         ********/
/***********************************************/
#menu_test .profil ul     
{ 
  left:-57px; 
}
#menu_test .profil li a:active,
#menu_test .profil li a:link,
#menu_test .projet li a:active,
#menu_test .projet li a:link,
#menu_test .rez li a:active,
#menu_test .rez li a:link
{
  color:#0090E3;
}

#menu_test .projet ul 	  
{ 
  left:-124px; 
}
#menu_test .rez ul 		    
{ 
  left:-198px; 
}

td.MenuG {
	background:transparent url(./cotes-tabs.png) no-repeat scroll right top;
	width:4px;
}

td.MenuSelectedG {
	background:#555555 url(./Grey-tabsG.gif) no-repeat scroll right top;
	width:4px;
}

td.MenuSelected {
	padding:2px;
/*	padding-top:5px;
	*/
	background-color:#555555;
	background-image:url(./fond-Selected.gif);
	background-position:center top;
	background-repeat:repeat-x;
	
	padding-left: 10px;
	padding-right: 10px;
	
	color: white;
	font-style: inherit;
}

td.Menu a {
	text-decoration: none;
}

td.Menu {
	padding:2px;
/*	padding-top:5px;
*/	border-top-color: #EAF1F8;
	border-top-style: solid;
	
	border-bottom-color: #EAF1F8;
	border-bottom-style: solid;
	border-width: 1px;
	
	background:transparent url(./fond-tabs.gif) repeat-x scroll center top; 
}

td.MenuD {
	background:transparent url(./cotes-tabs.png) no-repeat scroll left top;
	width:4px;
}

td.MenuSelectedD {
	background:#555555 url(./Grey-tabsD.gif) no-repeat scroll left top;
	width:4px;
}

tr.Category {
/*	height: 10px; */
}

tr.SSCategory {
	height: 20px;
}

td.SSCategory {
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-style: normal;
}

td.SSCategorySelected {
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-style: bold;
	background-color: #CCCCCC;
}

div.SSCategory {
 width:							890px;
 background-color:	#EEEEEE;
}

div.Category {
	border-width: 				2px;
	border-bottom-style: 	solid;
	width: 								890px;
	border-color:					#555555;
}

#globalsearch .left {
	background:transparent url(http://images.apple.com/global/nav/images/searchfield_leftcap.png) no-repeat scroll left top;
	display:block;
	height:19px;
	left:0;
	top:0;
	width:20px;
	float: left;
	cursor: pointer;
}

#globalsearch .right {
background:transparent url(http://images.apple.com/global/nav/images/searchfield_rightcap.png) no-repeat scroll right top;
display:block;
height:19px;
right:0;
top:0;
width:10px;
	float: left;
}

#globalsearch input.g-prettysearch {
background:transparent url(http://images.apple.com/global/nav/images/searchfield_repeat.png) repeat-x scroll center top;
border:0 none;
font-family:"Lucida Grande",Arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:3px 0 0;
right:10px;
top:0;
width:110px;
height: 18px;
	float: left;
}
