body {
margin:0;
padding:0;
border:0;/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
min-width:600px;    /* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
font-size:90%;
}

/* column container */
.colmask {
    position:relative;/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
        width:100%;/* width of whole page */
overflow:hidden;/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
padding:0 0 1em 0;
overflow:hidden;
}
/* Full page settings */
.fullpage {
background:#fff;/* page background colour */

}
.fullpage .col1 {
width:97%;/* page width minus left and right padding */
left:5%;/* page left padding */
}
#page{
    margin-left : auto;
    margin-right : auto;
    width : 77%;
    min-width:800px;
    position:relative;
    background:#FFF;
    color:#2F4F2F;
    border: 1px solid #000;
}

/*  end of colunm container and page*/

/* Header styles */

#header {
 color: #ffffff;
 margin:0;
 padding:0;
 font-size: 60px;
 background-image:url(topblue.jpg);
 text-align:Center;
 top:0px;
 left: 0px;
 height: 77px;
 border-bottom: 1px solid #000;
}

.topimg {
margin:0;
padding:0;
height:77px;
width:15%;
}

/* scroller*/
#scroller {
height:25px;
background-color: #CCCCCC;
color:#000;
width:100%;
margin:0px;
border-bottom: 1px solid #000;
background-image:url(top.jpg);
text-align:center;
font-size:12pt;
}






.ligne {
text-align:center;
padding:0;
height:150px;
margin-bottom:10px;
clear:both;
}


.btgroup{
text-align:center;
width:30%;
height:100%;
min-width:350px;
margin-left:0;
float:left;
font-size:10pt;
}


.button {
 color:#2F4F4F;
 height:150px;
 width:160px;
 font-family : Verdana, 'Arabic Transparant';
 text-align:left;
 float:left;

}


#footer {
color: #ffffff;
background-image:url(top.jpg);
font-size: 14px;
font-family: Tahoma,Arial,Helvetica,sans-serif;
text-align: center;
height: 25px;
width:100%;
border-top: 1px solid #000;
clear:both;
}



    /* --> */






