﻿
#header_up
{
    width: 100%;
}

#header_up img
{
    padding: 0;
    margin: 0;
}


#header_up_logo
{
    float: left;
    width: 469px;
    height: 59px;
    background-image:url(../content/images/header/HeaderUpLogo.jpg);
    background-color: #FFFFFF;
}

#header_up_right
{
    float: right;
    width: 375px;
    height: 25px;
    padding: 0px;
    padding-left: 60px;
    padding-top: 34px;
    background-image:url(../content/images/header/HeaderUpRight.png);
    background-color: #FFFFFF;
}


#header_bottom
{
    float: left;
    width: 986px;
    height: 232px;
    background-image:url(../content/images/Header/HeaderBottom.png);
    padding-left: 0px;
    padding-top: 0px;
    margin: 0;
}


#header_bottom_flash
{
    background-image:url(../content/images/Header/HeaderBottom.png);

    float: left;
    width: 558px;
    height: 232px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-top: 0px;
}


/* SearchBox */

#header_bottom_searchbox
{
    padding: 0;
    margin: 0;
    display: inline-block;
    background-image:url(../content/images/Header/SearchBox.png);
    background-color: #FFFFFF; 
    position: relative;
    top: 16px;
    left: 60px;
    width: 353px;
    height: 41px;  
}


#header_bottom_searchbox ul 
{
      margin: 0;
      padding : 0;
      list-style : none;
}

#header_bottom_searchbox li 
{
      float: left;
}
    

    
.header_bottom_searchbox_textbox
{
	
	position: relative;
    width: 245px;
    height: 18px;
    margin: 0;
    left: 14px;
    top: 6px;	
	
	border: none 0 white;

    _width: 245px;
    _height: 15px;
    _margin: 0;
    _left: 14px;
    _top: 5px;
}


.header_bottom_searchbox_button
{
	background-image:url(../content/images/Header/SearchBoxBoutonTrouver.png); 	
	position: relative;
	width: 66px;
    height: 28px;
    left: 25px; 
	top: 4px;
    margin: 0;  
	border: none 0 white; 
	cursor: pointer;
	
	_width: 66px;
    _height: 24px;
    _left: 25px; 
	_top: 4px;
    _margin: 0;	
}

/*
#header_bottom_searchbox input[type="text"] 
{
    width: 240px;
    border: none;
}
*/



