html,body {
  background: url("../images/fond_grand.jpg") top center no-repeat;
  margin : 0px;
  font-family: 'Arial', Times New Roman, Helvetica, sans-serif;
  font-size: 100%;
  text-align : center;
  color : white;
  background-color : #F3D8B6;
}

label {
  width : 150px;
  font-weight : bold;
  text-align : left;
}

a{color : black; text-decoration:underline;}
a:hover {color : black; text-decoration:none;}

.messerror{
  color : red;
  font-size : 120%;
  text-align : center;
}

.mibr{
  line-height: 6px;
}

.clear{
  clear: both;
}

img{
  border:0;
}

.thumbtext{
  font-size : 70%;
}

/* Bloc conteneur : contient les autres blocs pour permettre une position plus aisée */
#conteneur{
  margin-top : 0px;
  margin-bottom : 10px;
  margin-left : auto;
  margin-right : auto;
  width : 1004px;
  color : white;
}

* html #conteneur { height: 600px; } /* taille sous ie */

#conteneur a{color : #999999; text-decoration:underline;}
#conteneur a:hover {color : #999999; text-decoration:none;}

/* Bloc bandeauhaut : contient l'image de fond représentant le logo de l'entreprise, une image de décoration ainsi que les lignes du menu horizontal */
#bandeauhaut{
  position : relative;
  width : 1004px;
  height : 215px;
  background: url("../images/ce_fr.jpg") no-repeat;
  text-transform : uppercase;
}

#langue{
  position : absolute;
  top : 142px;
  left : 0px;
  width : 400px;
  height : 70px;
}
* html #langue{top: 144px;}

#langue a{color : white; text-decoration:none;}
#langue a:hover {color : #000000; text-decoration:none;font-weight:bold;font-style:italic;}

#boutonlangue{
  position : absolute;
  left : 0px;
  width : 128px;
  top : 45px;
  padding : 5px;
  font-size : 80%;
}
* html #boutonlangue{width : 138px;}

#panolangue{
  position : absolute;
  top : 70px;
  left : 138px;
  border : 1px solid white;
  background-color : #000000;
}
* html #panolangue{top:72px;}

#langue img{
vertical-align:top;
}

/* Bloc textemenuhaut : contient les liens du menu horizontal */
#textemenuhaut{
  float : left;
  margin-top : 10px;
  padding-right : 20px;
  width : 982px;
  text-align : right;
  line-height : 12pt;
  font-size : 75%;
}
* html #textemenuhaut {width : 1002}

#textemenuhaut a{color : white; text-decoration:none;}
#textemenuhaut a:hover {color : #000000; text-decoration:none; font-weight:bold;font-style:italic;}

/* Bloc milieu : contient les blocs de menu vertical et contenu */
#milieu{
  width : 1004px;
  background: url("../images/centre_repeat.jpg") repeat-y;
  min-height : 399px;
  display: table;
}

* html #milieu { height: 399px; } /* taille sous ie */

/* Bloc textemenugauche : contient les liens du menu vertical */
#textemenugauche{
  display: table-cell;
  float : left;
  position : relative;
  top : 0px;
  width : 128px;
  padding : 5px;
  padding-top : 40px;
  padding-right : 10px;
  height : 399px;
  text-align : center;
  text-transform : uppercase;
  font-size : 75%;
  background: url("../images/menu.jpg") no-repeat;
}

* html #textemenugauche{ width:143px;}

#textemenugauche a{color : white; text-decoration:none;}
#textemenugauche a:hover {color : #BA1B1C; text-decoration:none;font-weight:bold;font-style:italic;}

/* Bloc contenutexte : contient le contenu dynamique */
#contenutexte{
  position : relative;
  float : left;
  left : 0px;
  top : 0px;
  width : 681px;
  min-height : 399px;
  text-align : left;
  padding-left : 90px;
  padding-right : 90px; 
  background-color : inherit;
  font-size : 85%;
  background: url("../images/fond_centre.jpg") no-repeat;
}


* html #contenutexte { height: 399px;padding-left : 90px;width : 861px;  padding-right : 90px; overflow-x: hidden;} /* taille sous ie */

/* Bloc news : contient les news defilantes */
#news{
  width : 681px;
  margin : auto;
}
* html #news{padding-top: 20px; text-align: center; margin:0px;}

#marquee{
  margin-top : 20px;
  width : 486px;
  height : 131px;
  background : url('../images/fond_news.jpg') no-repeat;
  padding : 7px;
  padding-top : 12px;
}

* html #marquee{margin : auto; width:500px; height:150px;}

#scrolltexte{
  text-align : center;
}

/* Bloc logoettitre : contient le logo, le titre et le soustitre de l'article courant */
#logoettitre{
  padding-top : 40px;
  float : left;
  width : 681px;
}

/* Bloc titreetsoustitre : contient le titre et le soustitre de l'article courant */
#titreetsoustitre{
  position : relative;
  float : left;
}

/* Bloc titreettexte : contient le titre et le texte de l'article courant */
#titreettexte{
  clear : left;
  padding-top : 10px;
  width : 681px;
}

/* Bloc bandeaubas : contient l'image representant le contour du bas du site web */
#bandeaubas{
  clear : left;
  width : 1004px;
  height : 11px;
  background: url("../images/fond_bas.jpg") no-repeat;
}

*html #bandeaubas{background-position : bottom;}

/* Couleur de texte pour spécifier le lien actif (=courant) */
.current{
  color : #ffffff;
  font-weight : bold;
}

/* Couleur de texte pour spécifier le lien actif (=courant) */
.current2{
  color : #ffffff;
  font-weight : bold;
}

/* Police nécessaire au titre de la rubrique */
.titre{
  display : none;
  font-size: 200%;
  color : black;
}

/* Police nécessaire au sous-titre de la rubrique */
.soustitre{
  font-size: 110%;
  font-weight : bold;
  text-transform : uppercase;
}

/* Police nécessaire au titre de l'article */
.titreart{
  font-weight : bold;
  font-size : 100%;
  text-transform : uppercase;
}

/* ajout spip */
table {
  font-size: 100%;
  background-color : inherit;
  font-family: 'Verdana', Arial, Helvetica, sans-serif;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.spip {
  margin-top: 0px;
  margin-bottom: 0px;
}