html, body {
margin: 5px;
padding: 0;
height: 100%
}

html {
overflow: auto;
}

BODY {
/*margin-left: 50px;*/
background-color: #B5C3C4;
font-family: Arial;
font-size: 13px;
font-weight: normal;
color: #000000;
/*background-image: url('../images/back.jpg');*/
/*background-position: 0 0;*/
/*background-repeat: repeat;*/
/*background-attachment: fixed;*/
/*scrollbar-face-color: #A93A38;*/
/*scrollbar-shadow-color: #000000;*/
/*scrollbar-highlight-color: #FFFFFF;
/*scrollbar-3dlight-color: #000000;*/
/*scrollbar-darkshadow-color: #000000;*/
/*scrollbar-track-color: #FFFFFF;*/
/*scrollbar-arrow-color: #000000;*/
}

.paragraphe {
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #000000;
}

A.lien {
color:#000080;
text-decoration:none;
}
A:hover.lien {
color:#0000FF;
text-decoration:underline;
}

A.lienflash {
font-weight: normal;
color: #A93A38;
text-decoration: none;
}

A:hover.lienflash {
font-weight: normal;
color: #D10000;
text-decoration: underline;
}

.ligne {
border-right: 1px solid black;
}

.ligne_gauche {
border-left: 1px solid black;
}

.ligne_bas {
border-bottom: 1px solid black;
}

.ligne_haut {
border-top: 1px solid black;
}

.ligne_hb {
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.titrefilm {
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.grostitre {
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}

.soustitre {
font-family: Arial;
font-size: 16px;
font-weight: normal;
color: #000000;
text-decoration: none;
}

.petittitre {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
}

.cadre {
background-image: url('../images/back.jpg');
background-position: 0 0;
background-repeat: repeat;
border-left: 1px solid white;
border-top: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

.menu {
/*background-color: #DBDABE;*/
border-right: 1px solid black;
}