/* En-tête */

header {
position: relative;
display: table;
width: 960px;
height: 50px;
background: white;

}

/* Logo du site */

#header-logo {
width: 2px;
height: 2px;
padding-left: 20px;
}

#header-logo img{
width: 115px;
height: auto;
padding-top: 20px;

}


/* Slogan du site */

#header-slogan img {
padding-left: 3em;
width:143px;
height:auto;
padding-bottom:15px;
}

#header-slogan  {
font-size: 0.6em;
font-family: Helvetica;
letter-spacing: 2px;
padding-left: 30em;



}




header p + p {
margin:10px;

}

/* Zone décrivant l'espace de travail */

#header-space {
position: absolute;
top: 25px;
right: 20px;
color: #FFFFFF;
}

/* Zone de recherche */

#header-search {
position: absolute;
top: 12px;
right: 18px;
display: none;
}

/* Label de recherche pour IE */

#header-search #label-search {
color: cyan;
}

/* Zone de saisie du mot-clé */

#header-search #recherche {
margin-left: 8px;
margin-right: -15px;
padding: 8px;
padding-right: 35px;
width: 230px;
border: 1px solid #CCCCCC;
border-radius: 20px;
font-family: Arial;
font-size: 0.7em;
color: #000000;
background-color: white;
}

/* Bouton permettant de lancer la recherche */

#header-search #search {
margin-left: -12px;
border-bottom: 1px solid transparent;
}