body.bodybleu    {
    background-color: #003366;
    background-image: url(img/fond2.bmp);
    color: #ffffff;
    font-size: 12;
    scrollbar-face-color: #0080ff;
    scrollbar-highlight-color: #80c0ff;
    scrollbar-shadow-color: #004080;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #003366;
    scrollbar-darkshadow-color: #000000;
}

a.lientitre    {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.lienpost    {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a.lienpost:hover    {
    text-decoration: underline;
}

a.lientitremort    {
    color: #ffffff;
    text-decoration: line-through;
    font-weight: bold;
}

a.lientitre:hover    {
    text-decoration: underline;
}

a.lientitremort:hover    {
    color: #800000;
}

a    {
    color: #ffbc00;
    font-weight: bold;
}

table.info    {
    border-width: 1px;
    border-style: solid;
    border-color: #ff0000;
    font-family: "verdana";
    font-size: 12px;
    color: #ffffff;
    background-color: #002040;
    background-image: url(img/fond3.png);
    width: 97%;
    margin-top: 10px;
}

td.titre    {
    background-image: url(img/barretitre.png);
    background-color: #5fa41f;
    height: 15px;
}

img.scrshot    {
    margin-top: 3px;
}

a.menu    {
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
}

img.menu        {
    border-width: 0px;
}

a.menu:hover    {
    cursor: pointer;
    text-decoration: none;
    background: #000040;
    color: #9090ff;
}

td.bulle    {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    border-bottom-style: solid;
    border-bottom-color: #685080;
    border-right-style: solid;
    border-right-color: #685080;
    border-left-style: solid;
    border-left-color: #ffffff;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-width: 2px;
}

table.main        {
    border-width: 0px;
    border-style: none;
    font-family: "verdana";
    font-size: 12px;
    background-image: url(img/fond3.bmp);
}

td.main            {
    border-width: 0px;
    border-style: none;
}

html {
	overflow: auto;
}

body {
    height: auto;
    width: auto;
    overflow: auto;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#contenu {
    height: auto;
    margin-left: 160px;
/*    margin-right: 128px; */
    overflow: hidden;
    background-image:url(img/fond2.png);
    color: #ffffff;
}

#menu {
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 160px;
    height: 100%;
    background-image:url(img/fond1.png);
}

#publicite {
	position: fixed;
    right: 0px;
    top: 0px;
    width: 128px;
    height: 100%;
    overflow: auto;
    background-image:url(img/fond2.png);
    color: #ffffff;
}

h1.titre        {
    text-align: center;
    text-decoration: underline;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

p.contenu        {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
