/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}
.invisible{
	display: none;
}
.contact_left{
  width: 220px;
  float: left;
  text-align: center;
}
.contact_right{
  width: 490px;
  float: left;
}
.box{
  width: 317px;
  height: 155px;
  float: left;
}
.box_top{
  width: 317px;
  display: table;
  background-color: #494949;
}
.box_sline{
  float: left;
}
.box_content{
  height: 134px;
  width: 317px;
}
.img{
  background-color: #5c5c5c;
  margin: 5px 5px 0 0;
  float: left;
  display: block;
  width: 105px;
  height: 105px;
}
/*
.image{
  height: 104px;
  float: left;
}
*/
.box_link{
  clear: left;
  text-align: right;
}
.plus:link, .plus:visited{
 	color:#ff3c00;
	text-decoration:underline;
  font-weight: bold;
}
.plus:hover, .plus:active{
 	color:#c8c8c8;
	text-decoration:none;
  font-weight: bold;
}
.details_box{
  background-color: #000;
  border: 1px solid #777777;
  float: left;
}