#indexContents h1 {
  color:#9a9593;
  font-size:18px;
  letter-spacing:-1px;
}
#indexContents h2 {
  color:#000000;
  font-size:14px;
  margin:30px 0px 5px 0px;
  text-align:center;
}
#indexContents h2:first-child {
  margin-top:0px;
}
#indexContents h3 {
  border-bottom:1px solid #000000;
  color:#000000;
  font-size:12px;
  margin:30px 0px 5px 0px;
}

#indexContents a {
  color:#000000;
}


/**
 *  Espace agents
*/


#planAgents {
  background-color:#ffeeee;
  border:1px solid #da0800;
  height:500px;
  padding:20px;
  width:400px;  
}
#planAgents a:hover {
  color:#da0800;
}



/**
 *  Espace Mandants
*/

#planMandants {
  background-color:#eeeeff;
  border:1px solid #0095fb;
  float:right;
  height:500px;
  padding:20px;
  width:400px;
}
#planMandants a:hover {
  color:#0095fb;
}
