html, body {
    background-color: #666666;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.main {
    border-collapse: collapse;
    background-color: #f3d5a5;
    height: 100%;
    width: 100%;
}

address{
    font-family: serif;
}

h2, h3, h4 {
    font-family: serif;
}

.contenu {
    height: 85%;
    background-image: url(back11.gif);
    font-family: sans-serif;
    text-align: justify;
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
}

.menu {
    height: 15%;
    text-align: center;
}

a.menudef {
    font-family: serif;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a.menuselec {
    font-family: serif;
    font-style: italic;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

p.haut{
    text-align: right;
}

a.haut {
    font-size: x-small;
    color: blue;
    text-decoration: underline overline;
}

li {
    line-height: 30pt 
}

li.publi {
    font-family: serif;
    line-height: normal;
}

.prog {
    font-variant: small-caps;
    font-weight: bold;
}

.bandeau {
        height:90px;
        padding:0;
        margin:0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#A62900;
}