@charset "utf-8";

@import "./blueprint/screen.css";
@import "./layout.css";
@import "./typography.css";
@import "./jquery.blockUI.css";

td.solution{
  background-color:#C3D9FF;
}
p{
  font-size:12px;
  text-align:justify;
}
a{
  color:#999;
}
p.intro{
  font-size:13px;
  color:#21506A;
}

p.titre{
  font-size:14px;
  color:#E71956;
  text-decoration:underline;
  font-variant:small-caps;
}
div.bandeau_lateral span.smenu{
  color:#666;
  font-size:14px;
  font-weight:bold;
}
div.bandeau_lateral a.smenu, div.bandeau_lateral a.smenu-select{
  color:#205674;
  font-size:12px;
  padding:0 0 0 20px;
  line-height:20px;
  background:transparent url(../images/fleche.gif) no-repeat 0 0;
}
div.bandeau_lateral a.smenu:hover, div.bandeau_lateral a.smenu-select{
  color:#D4114C;
  background:transparent url(../images/fleche-over.gif) no-repeat 0 0;
}
div.bandeau_lateral div.coordonnees{
  padding:5px 5px 5px 10px;
  color:#999;
  font-size:11px;
  letter-spacing:1px;
}

