html, body {
margin:0;
padding : 0;
background-color : #ecf0b6;
height: 100%;
font-size : 10pt; 
font-family : verdana, arial, sans-serif; 
color: #000000; 
}

#en-tete {
position: absolute;
z-index: 100;
top : 5px;
left : 55px;
height: 125px; 
color: #000000;
padding: 10px 15px 0 0 ;
text-align: center;
background-color: #ecf0b6;
background-position: top left;
background-image: url("../images/logo-caplog.png") ;
background-repeat: no-repeat;  
}

.box1 {
color: #000000; 
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size : 11pt; 
background-color: #ecf0b6;
float: right ;
width: 160px ; }

#fenetre {
position: relative;
top: 130px;
height: auto;
min-height: 100%;
}

#fenetre2 {
position: relative;
top: 40px;
height: auto;
min-height: 100%;
}

* html #fenetre {
height: 550px;
} 


#contenant{
position: relative;
height: 100%;
padding-top: 15px;
margin:0;
}
#pied {
position: relative;
margin:0;
padding : 0;
border: 0;
padding-top: 10px;
text-align: center;
background-color : #ecf0b6;
bottom: 0px;
height:50px;
width: 100%;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: right;
z-index:100; 
}
#menu dl {
float: left;
width: 14.5em;
}
#menu dt {
cursor: pointer;
color: #ffffff;
text-align: center;
font-weight: bold;
background: #65b860;
border: 1px solid gray;
margin: 2px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu dt a {
color: #65b860;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a {
color: #65b860;
font-weight: bold;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #65b860;
color: #fff;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
.milieu  { vertical-align:middle; }

a, A {
color: #65b860;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
background: #65b860;
}

.fondbleu {
margin: 0;
padding: 0;
background: #65b860;
border: 15px solid #3af39a;
border-color: #3af39a;
color: #fff;
}