#indexContents h1 {
  color:#9a9593;
  font-size:18px;
  letter-spacing:-1px;
}
#indexContents h2 {
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  height:18px;
  letter-spacing:-1px;
  margin:0px;
  padding:4px 0px 0px 4px;
}
#indexContents h3 {
  border-bottom:1px solid #000000;
  color:#000000;
  font-size:12px;
  margin:30px 0px 5px 0px;
}

#indexContents a {
  color:#000000;
}


/**
 *  Espace agents
*/


#planAgents {
  height:500px;
  width:450px;  
}
#planAgents .contents {
  background-color:#ffeeee;
  border:1px solid #f8dedf;
  padding:20px;
}

#planAgents a:hover {
  color:#da0800;
}



/**
 *  Espace Mandants
*/

#planMandants {
  float:right;
  height:500px;
  width:450px;
}
#planMandants a:hover {
  color:#0095fb;
}
#planMandants .contents {
  background-color:#eeeeff;
  border:1px solid #a7cdfd;
  padding:20px;
}

