 .page
        {
            margin: auto;
            width: 990px;
            -height: 500px;
            min-height: 500px;
            background-color: White;
        }
        .header
        {
            text-align: center;
            height: 160px;
        }
        .menu
        {
        }
        .left
        {
            padding-left: 10px;
            padding-top: 10px;
            width: 340px;
            float: left;
            background-color:#c2e0f5;
        }
        .default
        {
            padding-top: 10px;
            padding-bottom:10px;
            margin-left: 10px;
            width: 630px;
            float: left;
        }
        .default .actus
        {
        }
        .default .sub-menu
        {
        }
        .clear
        {
            clear: both;
        }
        .exergue
        {
            height: 120px;
            background-color: #ffccff;
        }
        .exergue ul
        {
            list-style: none;
            height: 120px;
            margin:0;
            padding:0;

        }
        .exergue ul li
        {
            float: left;
            border-left: solid 1px #ff9acc;
            border-top: solid 1px #ff9acc;
            border-bottom: solid 1px #ff9acc;
            width: 163px;
            height: 120px;
        }
        /* .exergue ul li.large { width:163px; }*/

        .exergue ul li.last{ border-right: solid 1px #ff9acc; }

        .frame-title {  }

        .frame-title .title 
         { 
            float:left; 
            color:#000044; 
            font-size:7.85pt; 
            font-weight:bold;
            text-align:center;
            /* padding-left:5px;*/ 
            padding-bottom:5px; 
        }
  .frame-title .button { float:left; }

.footer
{
float:left;
width:990px;
background-color:#000;
}
            