body
{
    background-color: White;
    font-size:        10pt;
    font-family:      Trebuchet MS;
    color:            black;
}

table.borderTable
{
    border-width:   2px;
    border-style:   solid;
    border-color:   lightgray;
}

table.borderList
{
	border-color:   #01429e;
    border-width:   2px;
    border-style:   solid;
}

#header
{
    background-color: #01429e;
    color: White;
}

td
{
    font-size:      10pt;
    border:         none;
}

a:link
{
    color:            #01429e;
    text-decoration:  none;
}

a:visited
{
    color:            #01429e;
    text-decoration:  none;
}

a:hover
{
    color:            black;
    text-decoration:  underline;
}
/*
input
{
    border-width:   1px;
    border-style:   solid;
    border-color:   black;
    font-size:      10pt;
}

textarea
{
    border-width:   1px;
    border-style:   solide;
    border-color:   black;
    font-size:      10pt;
    font-family:    Trebuchet MS;
}

select
{
    border-width:   1px;
    border-style:   solide;
    border-color:   black;
    font-size:      10pt;
    font-family:    Trebuchet MS;
}
*/

input.noBorder
{
    border-style:   none;
}

h4
{
    font-size: 12pt;
}

#enteteMenu
{
    border-style: solid;
    border-width: 2px;
    border-color: #009933;
    width:100%;
}

#enteteMenu h4
{
	color: #cc6600;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin : 3px;
	font-size : 1em;
}

#bodyMenu input
{
    margin: 3px;
}

#menu
{
    border-style: solid;
    border-width: 2px;
    border-color: #009933;
    margin-right: 30px;
    margin-bottom: 1px;
    height: 95%;
    font-size: 8pt;
}

#bottomMenu
{
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
}

