/* CSS Document */
#fondHeader {
background:url(images/fond_header.png);
background-color: #FFF;
padding: 0;
border: 1px solid #006;
border-bottom: none;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

#header{
height : 100px;
padding: 0;
width: 1000px;
margin: 0 auto 0 auto;
}

#header div{
float:left;
height : 100px;
padding: 0;
}

#header div p {
margin: 0 10px 0 10px;
text-align: center;
}

#headerOmbreBas {
background:url(images/verticale_ombreHB.png);
background-position:top left;
background-repeat:repeat-x;
width: 100%;
height: 5px;
}

#headerRechercheLogin{
float: right;
margin: 0;
padding-right: 10px;
}

#headerRechercheLogin a {
margin : 5px;
padding: 5px;
}

#headerDrapeau {
float:left;
padding-left: 10px;
}

#headerDrapeau img{
width: 30px;
height: 20px;
}
