body               {
                   margin:                        0px;
                   padding:                       0px;
                   background-color: rgb(255,255,204);
                   background-image: url(../images/page_fond.gif);
                   font-family:      Arial, Helvetica;
                   color:            rgb(102,051,000);
                   }
a:link             { text-decoration:none; color:rgb(102,051,000); }
a:visited          { text-decoration:none; color:rgb(102,051,000); }
a:hover            { text-decoration:none; color:rgb(255,153,000); }
a:active           { text-decoration:none; color:rgb(102,051,000); }                   
                   
#center            {
                   width:                       900px;
                   position:                 absolute;
                   left:                          50%;
                   margin-left:                  -450;
                   background-color: rgb(255,255,255);
                   background-image: url(../images/body_fond.gif);
                   }
#header            {
                   width:                       900px;
                   height:                      200px;
                   position:                  absolut;
                   left:                          0px;
                   top:                           0px;
                   padding-left:                  0px;
                   padding-top:                   0px;
                   }
#menue             {
                   width:                       170px;
                   position:                  absolut;
                   left:                          0px;
                   top:                           0px;
                   float:                        left;
                   padding-left:                 10px;
                   padding-top:                  10px;
                 /*background-color: rgb(255,255,255);*/
                 /*background-image: url(../images/menue_fond.gif);*/
                   }
#body1             {
                   width:                       500px;
                   position:                  absolut;
                   left:                        180px;
                   top:                           0px;
                   float:                        left;
                   padding-left:                 20px;
                   padding-top:                  20px;
                   }
#body2             {
                   width:                       160px;
                   position:                  absolut;
                   left:                        720px;
                   top:                           0px;
                   float:                        left;
                   padding-left:                 30px;
                   padding-top:                  10px;
                 /*background-color: rgb(255,250,180);*/
                 /*background-image: url(../images/body2_fond.gif);*/
                   }
#footer            {
                   height:                       20px;
                   width:                       890px;
                   position:                 relative;
                   left:                          0px;
                   float:                        left;
                   padding-left:                 10px;
                   padding-top:                  10px;
                   background-color: rgb(255,153,000);
                   }
