
html, body
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:	12px;
	line-height:	15px;
    background-color:		#336699;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
    width: 100%;
}

table.content
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:	12px;
    background-color:		#transp;
    align: left;
    vertical-align: top;
}

table.main {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

table.main tr {
    vertical-align: top;
}

table.second {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: white;
    empty-cells: show;
    vertical-align: top;
}

#fullheight {
    height: 600px;
}

table.second td.right {
    width: 60%;
    padding: 0px;
    border-spacing: 0px;
    border-color: white white white #336699;
    border-width: 1px 1px 1px 1px;
    border-collapse: collapse;
    border-style: solid solid solid solid;
}

table.subtitle {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    background-color:		#transp;
    border-color: black;
    vertical-align: top;
    width: 100%;
    color: #336699;
}

table.footer {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color:	white;
    border-color: black;
    vertical-align: center;
    width: 100%;
    text-align: right; 
}

table.title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color:		#transp;
    border-color: black;
    vertical-align: top;
    width: 100%;
}

table.title td.white {
    text-align: center;
    background-color: white;
}

table.title a {
    font-size: 12px;
}

table.title th {
    background-color: #56A3D4;
}

p {
    font-family:    Verdata, Helvetica, Arial;
    font-size:  13px;
    margin: 10px 10px 0px 10px;
    align: left;
    color: #336699;
}

#small {
    font-family:    Verdata, Helvetica, Arial;
    font-size:  10px;
    align: left;
    color: #336699;
}

a
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:	13px;
	color:		#0066CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bleumenu
{
        background: #56A3D4
}

.bleumenuon
{
        background: #3981BE
}

.rouge
{
	color:		#FF0000;
}




