body {font-family:arial;
      background:#D3D4D9 url(images/background.jpg) repeat-y;
      color:#000;}

a {color:#093;
   text-decoration:none;}

a:hover {color:#400;}

#page {width:100%;
       height:100%;
       display:block;
       overflow:hidden;}

#cadregauche {width:400px;
              height:100%;
              text-align:justify;
              display:block;
              overflow:hidden;
              float:left;}

#texte {width:600px;
        height:100%;
        border-right:1px solid blue;
        padding:20px;
        text-align:justify;
        display:block;
        overflow:hidden;
        float:left;}

#cadredroite {width:auto;
              height:100%;
              padding:0 0 0 20px;
              text-align:justify;
              display:block;
              overflow:hidden;}

.itemdroite {width:300px;
             height:auto;
             padding:20px 0 20px 0;
             margin-bottom:20px;
             display:block;
             border-bottom:1px dotted blue;
             overflow:hidden;}

.itemgauche {width:350px;
             height:auto;
             padding:20px;
             margin-left:100px;
             display:block;
             overflow:hidden;}

.itemgauche a {margin-right:20px;}