﻿/* feuille de style CSS */
/* gouvernant l'aspect des messages DOM */

#DIVOFFRES{
	position: absolute;
	top: 60px;
	width: 486px;
	height: 521px;
	background: transparent url(deroulant.png) top left no-repeat;
}

#DIVETIKET{
position: absolute;
	top: 60px;
	width: 171px;
	height: 212px;
	left: 50%;
	background: transparent url(etiquette.png) top left no-repeat;
}

#DIVGORET{
position: absolute;
	top: 392px;
	left: 29px;
	width: 413px;
	height: 204px;
	background: transparent url(cell_tirelire.png) top left no-repeat;
}

#DIVDOM {	
	/* centrage */
	position: absolute;
	/* bord haut au milieu verticalement */
	top: 50%;
	/* bord gauche au milieu horizontalement */
	left: 50%;
	width: 440px;
	height: 340px;
	/* Pour centrer, déplacement vers la gauche d'un demi-largeur */
	margin-left: -220px;
	/* Pour centrer, déplacement vers le haut d'un demi-hauteur */
	margin-top: -170px;
	background: #fff url(bulle_bd.jpg) top left no-repeat;
	/* border: 10px solid #666; */
}

#DIVDOM p {
	color: #000;
	/* défini l'aire rectangulaire réservée au paragraphe */
	margin: 68px 72px 120px 80px;
	padding: 0.2em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	font-size: 1em;
}

#DIVFX {	
	/* centrage */
	position: absolute;
	/* bord haut au milieu verticalement */
	top: 50%;
	/* bord gauche au milieu horizontalement */
	left: 50%;
	width: 500px;
	height: 400px;
	/* Pour centrer, déplacement vers la gauche d'un demi-largeur */
	margin-left: -250px;
	/* Pour centrer, déplacement vers le haut d'un demi-hauteur */
	margin-top: -200px;
	background: transparent url(DOMfenetre.gif) top left no-repeat;
	/* border: 10px solid #666; */
}

#DIVFX p {
	color: #FFF;
	/* défini l'aire rectangulaire réservée au paragraphe */
	margin: 80px 40px 75px 23px;
	padding: 0.2em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	font-size: 1em;
}
