body {
  width:900px;
  margin : 0 0 0 0;
  background-color: #feeec9;
  background-image:url(../images/fond3.gif); 
  background-repeat:no-repeat;
  background-position: bottom right ; 
  background-attachment:fixed; 
  padding:0px; 
  font-size: 13px;
  font-family: Helvetica;
}
a:link,  a:visited,  a:active {
  color:#000000;
  font-style: oblique; 
  font-weight: bold;
  font-size : 13px;
  font-family : Helvetica;
  text-decoration : none;
}
a:hover{
    color : #cc0033;
  font-weight : bold;
}
.entete {
  margin : 20px 0px 0px 200px;
  padding : 10px;
  width : 100%;
  text-align : left;  
}
.titrepage{
  margin : 25px 0px 0px 200px;
  text-align : left;  
  position:absolute; width:350px;
}
pre {
  margin : 10px;
  padding : 10px;
  width : 480px;
  border : 3px solid #ffcc66;
}
.titre{
  font-size : 20px;
  margin-left: 15px;
  padding-left: 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #790000;
  border-left-width-value: 3px;
  border-left-style-value: solid;
  border-left-color-value: #790000;
  width : 400px;
}
.message {
	border: 2px solid #ffcc66;
 	margin : 10px;
 	padding : 3px;
}
li {
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-style:italic;
 color: black;
 list-style-type: none;
 background: url(../images/puce.gif) no-repeat 0 0.32em;
 padding-left: 15px;
} 

.T0 {
  color : #bb0000;	/* Rouge Foncé */
  font-size : 20px;
  font-family : Helvetica Verdana;
  font-weight : bold;
}
.T1 {
  color : #808080;	/* Gris */
  font-size : 16px;
  font-family : Helvetica Verdana;
}
.T2 {
  color : #790000;	 /* Titres rubrique maron */
  font-style:italic; 
  font-family : Helvetica;
  font-size : 18px;
  font-weight : bold;
}
.T3 {
  color : #000000;
  font-size : 16px;
  font-family : Helvetica;
  padding : 0 0 20px 20px;
}
.T4 {
  color : #000000;
  font-style:italic;
  font-size : 18px;
  font-family : Helvetica;
  padding : 0 0 20px 20px;
}
.T5 {
  color : #ffffff;
  font-style:italic;
  font-size : 18px;
  font-family : Helvetica;
  padding : 0 0 20px 20px;
}
.red {
  color : #cc0033;	 /* annonces rouges */
  font-style:italic; 
  font-family : Comic Sans MS;
  font-size : 16px;
}
div {
  font-size: 13px;
  font-family: Verdana;
}
div.imgpos {
  padding : 0 0 0 60px;
}
table {
  height : auto;
}
img {
  border: none; /* Ne pas entourer les images, même s’ils contiennent des liens */
  vertical-align: middle; /* Dans le cas d’une icône suivie d’un texte, par exemple */
}
.swf {
  border: none; /* Ne pas entourer les images, même s’ils contiennent des liens */
  vertical-align: middle; /* Dans le cas d’une icône suivie d’un texte, par exemple */
  z-index: 1;
}

/* Le div a scroller */
#DIV_MOVE {   
  position : absolute; /* IMPERATIF */
  left : 20px;
  top : 15px;
  text-align : center;
  height : 250px;
  width  : 130px;
  z-index : 1000;
}
#D_MOVE_TITRE {
  margin : 2px;
  padding : 5px;
  text-align : center;
}

/* images sur lien */
a.imag{
  position: relative;
  z-index: 9;
}
a.imag:hover{
  background: none; /* correction d'un bug IE *
  z-index: 10;
}
a.imag span{
  display: none;
}
a.imag:hover span{
  display:block;
  position:absolute;
/*  white-space: nowrap;  on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  top: -155px;
  left: -50px;
/*  top: 30px; 
  left: 20px;
*/
  z-index : 99;
  border-width: 2px;
  border-style: solid;
} 

/* images sur lien pour resoudre le bug ie6 */
a.info{
  position: relative;
/*  background-color:#FFD680; couleur surlignage */
  color : #000000;
  z-index: 1;
}
a.info:hover{
  z-index: 2;
  background-color:transparent;
  color : #cc0033;
}
a.info span{
  display: none;
}
a.info:hover span{
  display:block;
  position:absolute;
  z-index: 100;
  top: -155px;
  left: -50px;
/*  
  top: 18px;
  left: -245px;
*/
  text-align: justify;
/* retirer pour ne pas entourer les images. voir si impacts  
  border-width: 2px;
  border-style: solid;
*/
}
/* info bulle */
a.bulle{
  position: relative;
  color : #000000;
  z-index: 1;
}
a.bulle:hover{
  cursor: help;
  z-index: 2;
  background-color:transparent;
  color : #cc0033;
}
a.bulle span{
  display: none;
  font-size: 11px;
  width: 200px;
  padding: 20px 4px 2px 4px;
}
a.bulle:hover span{
  display:block;
  position:absolute;
  z-index: 100;
  top: 18px;
  left: 20px;
  background-image:url(bul.gif);
  background-repeat: no-repeat;
  background-position: center top;
  color: #FFFFFF;
  text-align: justify;
}
