body {
	color:#333;
	background-color:white;
	margin:5px;
	padding:0px;
      height: 100%;
     }

html {
       height: 100%;
     }

a:link {color:#0066CC;
        text-decoration:none;
       }

.Titre     { font-family: verdana, arial, helvetica, sans-serif; font-size: 13pt; font-weight:bold}
.Titre2     { font-family: verdana, arial, helvetica, sans-serif; font-size: 11pt; font-weight:bold}
.Titre3     { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight:bold}
.Titrebourse   { font-family: verdana, arial, helvetica, sans-serif; font-size: 13pt; padding-left:5px; color:#0171BD; font-weight:bold}
.Texte     { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight:normal; padding-left:8px; padding-right:8px }
.textemenu { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight:normal; padding-left:5px}
.textemenu2 { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight:normal; padding-left:5px; color:white}
.textefooter { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight:normal}
.textepetit { font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; padding-left:5px; font-weight:normal}
.textepetit2 { font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; font-weight:normal}

.buttonscontainer {width: 153px;}

.buttons a {color: #000000;
background-color: #D1D2D4;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #808080;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #808080;
color: white;
text-decoration: none;}

.buttonscontainer2 {width: 153px;}

.buttons2 a {color: white;
background-color: #0171BD;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #3B8BCA;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons2 a:hover {background-color: #3B8BCA;
color: white;
text-decoration: none;}


#table {
      width:800px;
      height:100%;
      cellspacing:0px;
      cellpadding:0px; 
      border:0px;
      background-color:white;
      }

#menu {
        background-color:white;
        background-image: url('./images/gauche.jpg');
        padding:0px;
        padding-top:55px;
        width:153px;
        height:218px;
        vertical-align:top;
       }

#menu2 {
        width:153px; 
        vertical-align:top;
        padding-top:10px;
        background-image: url('./images/fairebleu.jpg');
        background-repeat: no-repeat;
        background-color:#0171BD;
	  }

#bandegrise {
        width:168px;
        height:100%;
        border:0px;
        background-color:white;
        background-image: url('./images/droite.jpg');
        padding:0px;
        }

#contenu {
        width:479px;
        border:0px;
        background-color:white;
        background-image: url('./images/centre.jpg');
        background-repeat: no-repeat;
        padding:0px;
        padding-top:35px;
        }

#footer {
        width:800px;
        height:75px;
        border:0px;
        background-color:white;
        padding:0px;
        text-align: center;
        }


