/* Import de la CSS de base */

@import url('http://css-cem.educagri.fr/style_commun.css');

/* Fin import de la css de base */

/* Import de la CSS divers_commun */

@import url('http://css-cem.educagri.fr/divers_commun.css');

/* Fin import de la css divers_commun */

/* Personnalisation */

div#langues{
  display : none;
}

body {
  width:950px;
}

div#global{
  width: 950px;
}

span#photo img{
  margin-bottom : 7px;
}

div#contenu{
  width : 904px;
}

div#texte{
  width: 734px;
}

div#textemap{
  width: 524px;
}

span#photo{
  float : left;
  margin-bottom : 7px;
}

/* Fin personnalisation */

