

/* hightlight du lien correspondant du menu */

#recherche h2 a {
    color: #ADD8E6;
}

#recherche h2 a:visited {
    color: #ADD8E6;
}

#recherche h2 a:hover {
    color: #ADD8E6;
}

/* on change le fond du contenu */

#contenu {
    /*background-image: url(/img/sand.png);
    _background-image: url(/img/sand.gif);*/
    background-position: top left;
    background-repeat: repeat;
    /*background-color: #FAF0E6;*/
}

#contenu a {
    font-size: 0.8em;
    font-weight: bold;
    color: #00446D;
}

#contenu a:hover {
    text-decoration: none;
}

#menu {
    top: 106px;
    background-image: url(/img/fondmenu2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 46px;
    _padding-top: 66px;
}

/* Titres */

#rech {
    display: block;
    margin: 0;
    padding: 0;
    width: 572px;
    text-align: justify;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    word-spacing: 0.2em;
    padding-top: 40px;
    margin-top: 0px;
    background-image: url('/img/recherche.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

#rech fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

#rech legend {
    font-size: 1.2em;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    margin-top: 20px;
    _margin-top: 0px;
}

#rech label {
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

#contenu p {
    width: 572px;
}

.phpdiginputtext {
    border: 1px solid gray;
    background-color: White;
    height: 1.2em;
    padding: 0.1em;
    width: 120px;
}

.phpdiginputsubmit {
    width: 6em;
    height: 1.5em;
    background-color: #ADD8E6;
    border: 1px solid #ADD8E6;
    border-bottom: 1px solid #00446D;
    border-right: 1px solid #00446D;
    color: #00446D;
    font-weight: bold;
    _border: none;
    cursor: pointer;
}

.phpdiginputsubmit:hover {
    color: #3399CC;
}

.phpdiginputsubmit:focus {
    background-color: #00446D;
    border: 1px solid #ADD8E6;
    border-top: 1px solid #00446D;
    border-left: 1px solid #00446D;
    color: #ADD8E6;
    font-weight: bold;
}

.phpdiginputtext:focus {
    border: 1px solid gray;
    background-color: #ADD8E6;
}

.phpdigHighlight {
    background-color: #ADD8E6;
}

.phpdigHighlight:hover {
    background-color: #FAF0E6;
}

a.uri {
    text-decoration: none;
}


