BODY,A,TD,P,BR,LI,OL,UL,SUP,SELECT,INPUT,TEXTAREA,DD,DT,SPAN,DL,DIV {font-family: Verdana,Helvetica,sans-serif; font-size: 13px;}


a {font-family:Arial; color:#840000;}
a:hover { font-weight: bolder; color:#000080;}
A {text-decoration: none;}

/*
 * barre latérale gauche bloquée
 */


 body
 {
  margin:0;
  padding:0 0 0 150px;
  background: #f7e7e7;
  margin-left:40px;
 }

 div#latg {
  position:absolute;
  background-image: url(http://iroises.com/fmed/fdmg.gif);
  top:0;
  left:0;
  width:150px;
  height:100%;

 }

div#gauche
 {
  margin-left:40px;
 }



 @media screen
 {
  body>div#latg{
   position:fixed;
  }
 }


 * html body
 {
  overflow:hidden;

 } 


 * html div#contenu
 {
  height:100%;
  overflow:auto;

 }


