body
{
	background-color: #E0D7BB;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

div.intro
{
	text-align: center;
	font-size: medium;
}

div.adresse
{
	text-align: center;
}

div.recherche
{
    margin-top: 5px;
    margin-right: 10px;
    background-color: #CDC4A8;
    font-size: 11px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    padding: 5px;
}

div.border
{
    border-style: solid;
    border-width: thin;
    padding: 5px;
    margin-bottom: 10px;
}

.left
{
    float: left;
    margin-right: 10px;
}

div.title
{
    text-align: center;
    margin-bottom: -10px;
    margin-top: -10px;
}

div.submit
{
    text-align: center;
    padding: 5px;
}

table.help
{
    border-collapse: collapse;
    border-style: solid;
    border-width: medium;
    padding: 10px;
    border-color: black;
}

th.help
{
    border-bottom-style: double;
    margin: 10px;
    padding: 10px;
}

tr.help
{
    border-style: solid;
    border-width: thin;
    margin: 10px;
    padding: 10px;
}

td.help
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    margin: 10px;
    padding: 10px;
}

div.result
{
    border-collapse: collapse;
    border-color: gray;
    border-style: groove;
    border-width: thin;
    padding: 10px;
    padding-left: 50px;
    font-size: 12px;
    clear: both;
}

div.result a
{
    text-decoration: none;
    color: black;
}

div.chose
{
    border-color: gray;
    border-style: groove;
    border-width: thin;
    padding: 10px;
    background-color: #BDB498;
    text-align: center;
    font-size: 15px; 
     
}

div.chose a
{
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-width: thin;
    cursor: pointer;
}

div.chose a:hover
{
    background-color: #CCCCCC;
}

div.result:hover
{
    background-color: #CDC4A8;
}

div.search input[type="text"]
{
    font-size: 11px;
}

div.right
{
    padding-left: 100px;
    text-align: right;
    padding-right: 100px;
}

fieldset.left
{
    width: 50%;
    margin-right: 10px;
}

fieldset.right
{
    text-align: right;
    height: 100%;
    width: 250px;
}

fieldset.notes
{
    clear: both;
    margin-right: 10px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    margin: 20px;
    margin-right: 100px;
    padding: 3px;
    font-style: italic;    
}

div u
{
    color: #888888;
}