@CHARSET "UTF-8";
.logo{
	background:transparent url(../images/vol_davions.gif) no-repeat;
	width: 250px;
	height: 40px;
}

#tableau_horaire{
	width: 100%;
}

#tableau_horaire th{
    font-size: 12px;
    color: #4b4b4b;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    border-bottom: 1px solid #ff6600;    
}

#tableau_horaire td{
    vertical-align: top;
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel_compagnie p{
	padding: 5px;
}

.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus { 
	background:#f8ecdf url(../../js/yui/build/assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */ 
	outline:0; 
}
/* .yui-navset defaults to .yui-navset-top */   
.yui-skin-sam .yui-navset .yui-nav,  
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */  
border:solid #FF6C16; /* color between tab list and content */  
border-width:0 0 5px;   
Xposition:relative;   
zoom:1;   
} 

.yui-skin-sam .yui-navset .yui-content {  
 background:#FDF9F1; /* content background color */  
}  

