/* boite */

.boite {
  margin:3px;
  width:168px;
  padding:0px;
  background:url(/images/global/boite_titre.png) no-repeat;
}

.boitepied {
  background:url(/images/global/boite_pied.png) no-repeat;
  height:13px;
}

.boitefond {
  background:#C9C7DD url(/images/global/boite_fond.png) repeat-y;
  padding:5px 0 0 14px;
}

.boite h1 {
  background:none;
  font-family:verdana;
  font-weight:800;
  height:21px;
  font-size:12px;
  margin:0px;
  padding:3px 0 0 15px;
  color:#ffffff;
  font-variant:small-caps;
}

.boite ul.link {
  margin:0;
  padding:0;
  list-style-type:none;
  font-family:Arial, Helvetica, sans-serif;
}

.boite ul.link li {
  margin:0;
  padding:0;
  border:0;
  height:14px;
}

.boite ul.link li.separateur {
  height:12px;
  background:url(/images/global/boite_separateur.png) no-repeat;
}

.boite ul.link li a {
  font-size:10px;
  display:block;
  background:url(/images/global/boite_a.png) no-repeat;
  height:13px;
  padding:0 0 0 12px;
  font-weight:normal;
  margin:0;
}

.boite ul.link li a:link, .boite ul.link li a:visited {
  color:#000000;
  text-decoration:none;
}

.boite ul.link li a:hover {
  background:url(/images/global/boite_ahover.png) no-repeat;
  color:#000000;
}

/* boite moyenne */
   
.moyenne {
  width:373px;
  background:url(/images/global/boite_moyenne_titre.jpg) no-repeat;
}

.moyenne .boitepied {
  background:url(/images/global/boite_moyenne_pied.png) no-repeat;
}

.moyenne .boitefond {
  background:url(/images/global/boite_moyenne_fond.png) repeat-y;
}

/* boite grande */
   
.grande {
  width:556px;
  background:url(/images/global/boitegrande_titre.jpg) no-repeat;
}

.grande .boitepied {
  background:url(/images/global/boitegrande_pied.png) no-repeat;
}

.grande .boitefond {
  background:url(/images/global/boitegrande_fond.png) repeat-y;
}

/* boite BLEU */

.bleu .boitepied {
  background:url(/images/global/boite_pied_0000ff.png) no-repeat;
}

.bleu ul.link li a:hover {
  background:url(/images/global/boite_ahover_0000ff.png) no-repeat;
}
/* boite ROUGE */

.rouge .boitepied {
  background:url(/images/global/boite_pied_ff0000.png) no-repeat;
}

.rouge ul.link li a:hover {
  background:url(/images/global/boite_ahover_ff0000.png) no-repeat;
}
/* boite VERT */

.vert .boitepied {
  background:url(/images/global/boite_pied_00ff00.png) no-repeat;
}

.vert ul.link li a:hover {
  background:url(/images/global/boite_ahover_00ff00.png) no-repeat;
}
/* boite JAUNE */

.jaune .boitepied {
  background:url(/images/global/boite_pied_ffff00.png) no-repeat;
}

.jaune ul.link li a:hover {
  background:url(/images/global/boite_ahover_ffff00.png) no-repeat;
}
