/****************************************************************************/
/***                                                                      ***/
/***  TEMPLATE HAUT+NAVIGATION                                            ***/
/***                                                                      ***/
/****************************************************************************/

#moteur {
    width: 900px;
}

#header {
    position: relative;
	text-align: center;
    width: 900px;
	height:214px;
	color: #fff;
}

#header a {
    color: #FFF;
}

#header a:hover {
    color: #903c06;
}

#moteur #bloc_pub {
    position: absolute;
    left: 422px;
    top: 5px;
    width: 468px;
    text-align: center;
}

#moteur #pub_haut {
    margin: 1px;
    align: center;
    text-align: center;
}

#moteur #moteurs {
    position: absolute;
    left: 220px;
    top: 145px;
    width:720px;
    text-align: left;
}

#moteur #moteurs a {
    float: left;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    width: 190px;
    margin-right: 47px;
}

#moteur #station_ideale {
    position: absolute;
    left: 710px;
    top: 75px;
    width: 180px;
    color: #FFF;
    font-size: 9px;
    text-align: center;
}

#moteur #station_ideale h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    padding-bottom: 5px;
}

#moteur #station_ideale p {
    padding-bottom: 5px;
}

#moteur #station_ideale a {
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

#moteur #menu {
    position: absolute;
    top: 130px;
    left: 20px;
    width: 150px;
    text-align: left;
    line-height: 20px;
}


#moteur #recherche_station, #moteur #recherche_ville, #moteur #recherche_geographique, #moteur #recherche_activite, #moteur #recherche_offre {
    position: absolute;
    left: 218px;
    width: 480px;
    text-align: left;
    line-height: 15px;
}

#moteur #recherche_station a, #moteur #recherche_activite a, #moteur #recherche_offre a {
    font-size: 10px;
    font-weight: bold;
}

#moteur #recherche_ville, #moteur #recherche_geographique {
    font-size: 10px;
    font-weight: normal;
}

#moteur #recherche_station {
    top: 72px;
}

#moteur #recherche_ville {
    top: 90px;
}

#moteur #recherche_geographique {
    top: 108px;
}

#moteur #recherche_activite{
    top: 138px;
}

#moteur #recherche_offre {
    top: 156px;
}

#moteur #recherche_station select, #moteur #recherche_ville select {
    float: right;
    width : 200px;
    font-size: 9px;
}

#moteur #bloc_select select {
  width: 230px;
  font-size: 12px;
}

#moteur #onglets_moteur {
    position: absolute;
    top: 180px;
    left: 192px;
    height: 30px;
}

#moteur #onglets_moteur a {
    float: left;
    width: 97px;
    padding: 0 10px;
    line-height: 14px;
    font-weight: bold;
    font-size: 10px;
}

