﻿body {
 background-color: #EA5D1F;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 color: #ffffff;
 font-family: Arial;
 font-size: 1px;
 scrollbar-face-color: #EA5D1F;
 scrollbar-highlight-color: #333333;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #ffffff;
 scrollbar-shadow-color: #333333;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #EA5D1F;
}
#tout {
 position: relative;
 top: -3px;
}
html>body #tout {
 top: -1px;
}
table#tableT {
 width: 100%;
 height: 100%;
}
a {
 color: #0000BB;
 text-decoration: none;
}
a:hover {
 color: #ffffff;
}
#diaporama {
 margin-left: 50px;
 margin-top: 10px;
 z-index: -1;
}
#contenu {
 background-image: url(images/fond_up.gif);
 background-repeat: no-repeat;
 background-position: 100% 0;
 font-size: 12px;
}
#haut {
 height: 130px;
}
#tConenu {
 width: 660px;
}
#titre {
 width: 660px;
 background-image: url(images/fond_titre.gif);
 background-repeat: no-repeat;
 background-position: 100% 100%;
 /*border-bottom: 1px solid #EE7F4E;*/
}
#titre img {
 margin: 0;
 padding: 0;
}
div#titre select {
    position: relative;
    top: 3px;
    left: 50px;
}
#cont {
 width: 660px;
 /* max-height: 550px;*/
 overflow: auto;

/* width: 660px;
 height: 450px;
 max-height: 450px;
 overflow: auto;*/
}
.fondCl {
 background-color: #EE7F4E;
 padding: 5px;
}
.fondCl p {
 margin: 0;
 padding: 0;
}
.actus {
 height: 80px;
 clear: both;
}
html>body .actus {
 overflow: auto;
 height: auto;
}
.actus img {
 margin-right: 5px;
 margin-bottom: 5px;
}
html>body .actus {
 height: auto;
 min-height: 80px;
}
.titreGal {
 height: 20px;
 font-weight: bold;
}
html>body .titreGal {
 height: auto;
 min-height: 20px;
}
.contImg {
    overflow: hidden;
}
.img {
 float: left;
 width: 153px;
 height: 116px;
 padding: 1px;
 margin: 3px;
}
.sep {
 height: 5px;
 font-size: 1px;
}
#popBox {
 position: absolute;
 display: none;
 z-index: 50;
 background-color: #EE7F4E;
 font-size: 12px;
 border: 1px solid black;
}