#header_logo
{
	float: left;
	width: 400px;
}

/**div recherche**/
#header_search
{
	border: solid 0px #ccc;
	/*background-color: #eee;*/
	float: right;
	width: 470px;	
	height: 70px;
}

/**formulaire dans header_search**/
#header_search form
{
	width: 100%;
	margin: 0px;
	float: left;
}


/**div sur le input**/
#header_search form div.input
{
	float: left;
	width: 200px;
}
/**input avec width:100%; id=VideoTitle**/
#header_search form div.input input
{
	font-size: 100%;
}

/**div pour le bouton submit**/
#videoSearchSubmit
{
	float: left;
	clear: none;
}

/**bouton de soumission**/
#submitQ
{
	font-size: 80%;
	
}

/*
#VideoQ
{
	font-size: 100%;
	width: 150px;
}
#header_search form div.submit
{
	margin: 0px;
	padding: 0px;
}
*/

/**div des boutons RSS**/
#header_rss
{
	float: right;
	margin: 5px 5px;
}


/**div du menu de navigation**/
#header_menu {
        width: 100%;
        margin: 0px;
        background: url(../img/menu/menu5.png) 0 0px;
        background-repeat:repeat-x;
        float: left;
        }
        
#header_menu li
{
	float: left;
	height:32px;
	margin: 0;
}

#header_menu li a 
{
    height: 24px;
    width: 100px;
    voice-family: "\"}\"";
    voice-family: inherit;
    text-decoration: none;
    overflow: hidden;
    float: left;
    text-align: center;
  	padding-top: 8px;
}

#header_menu li a:link, #header_menu li a:visited {
        color: #000;
        display: block;
        background:  url(../img/menu/menu5.png);
        /*padding: 8px 0 0 35px;*/
      
        
        }

#header_menu li a:hover, #header_menu li #current {
        color: #FFF;
        background:  url(../img/menu/menu5.png) 0 -32px;
        /*padding: 8px 0 0 35px;*/
        }
