/*<style type="text/css">*/
body {
margin: 0;
background:#000000 url(../images/bg.jpg);
color: #000000;
padding:40px 0;
font-family: verdana, arial, sans-serif;
}

.conteneur{
position: absolute;
top: 2ex;
left:6em;
right: 6em;
padding: 1em;
/*min-width: 100%;*/
/*height: 200%;*/
background-color: #dddddd;
auto;
}

.haut {
width: auto;
height: 126px;
background-color: #dddddd;
color: #dddddd;
font-size: 36px;
padding: 10px;
}
.gauche {
float: left;
background-color: #dddddd;
width: 180px;
height: 200px;
/*background-image: url(gauche.gif);*/
}
.frame {
margin-left: 190px; /* on place ce bloc ?roite du bloc menu de 180px de large */
background-color: #dddddd;
width: auto;
height: 500px;
text-align:justify;
overflow: auto; /* cette propri? va permettre le scroll de ce bloc */
font-size: 14px;
}

frame.table{
width: 90%;
}

.bas {
width: auto;
height: 30px;
background-color: #dddddd;
color: #fff;
font-size: 12px;
padding: 10px;
}
/*</style>*/

