/* CSS DOCUMENT */

#flash { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 700px; 
  height: 500px; 
  margin-top: -250px; /* moitié de la hauteur */ 
  margin-left: -350px; /* moitié de la largeur */ 
  border: 3px solid #663300; 
  background-image: url("mosaiq2.2.jpg");
  
}

.fond1 {
	background-color: #FF9966;
	background-image: url(images/mosaiq2.2.jpg);
}
.fond_brun {
	background-image: url(images/diaporama_bande_brune_04.gif);
}
.forme_gche {
	background-image: url(images/diaporama_form_gche_22.jpg);
	background-repeat: no-repeat;
}
.forme_dte {
	background-image: url(images/diaporama_form_dte_23.jpg);
	background-repeat: no-repeat;
}
.fond_txt {
	background-color: #FDFAE9;
}
.fond_body {
	background-color: #bd6852;
}
.siret {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FDFAE9;
	text-decoration: none;
	text-align: center;
}
.txt_gras {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8C8C00;
	text-align: justify;
}
.txt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8C8C00;
	text-align: justify;
}

