 
body{
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt;
 border-top-width: 0px;
 background-color: #fffdeb;
 color: #663333;
 padding-top : 86px;
 padding-left: 220px;

}
a { 
 color: #003366; 
 text-decoration: none
 }
a:hover {
  color: #FFFFFF; 
  text-decoration: none; 
  background-color: #0100D5;
 }
a.snd:hover {
  text-decoration: none;
	background-color: #fffdeb;
	} 
h2 {
  font-size: 18pt;
	font-weight: bold;
	/*background-color: #CCFFCC;*/
        background-color: #fbeab7;
	border-color: #996633 ; border-style: solid;
	border-width: 1px ;
	padding-left: 10pt ;
	-moz-border-radius: 8px ;	-webkit-border-radius: 8px;	border-radius: 8px;
	}
h3 {
  font-size: 14pt;
	font-weight: normal;
	/*background-color: #CCFFCC;*/
        background-color: #fbeab7;
	text-indent: 10pt;
	border-color: #996633 ; border-style: solid;
	border-width: 1px;
	-moz-border-radius: 8px ; -webkit-border-radius: 8px; border-radius: 8px;
	}
td {
  font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #663333
	}
hr {
color: #663333;
} 

#side {
z-index:2;
position: fixed ;
top: 86px;
left: 0;
height: 100%;
width: 220px;
}

#objmenu {
width:220px;
height: 100%;
border:0 ;
}

#top {
z-index:3;
position: fixed ;
top: 0px;
left: 0px;
width: 100% ;
height:86px;
}

#objbandeau {
position:relative ;
width:100%;
height: 86px;
border:0 ;
overflow:hidden;
}
