body {
	margin: 0;
	background-color: #009;
}

#enseigne {
	text-align: center;
	background-color: #39F;
	background-image: url(images/fond_enseigne.jpg);
	background-repeat: repeat-x;
}
#ciel {
	background-image: url(images/ciel.jpg);
	background-repeat: repeat-x;
}
#pave {
	background-image: url(images/pave.jpg);
	background-repeat: repeat-x;
}
#tab_central {
  position:absolute;   
  top: 50%; 
  width: 100%; 
  height: 664px; 
  margin-top: -332px; /* moitié de la hauteur */ 
}

#vitrine {
	background-image: url(images/vitrine2.jpg);
	background-repeat: repeat-x;
}
#vitrine table tr #affiche {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/affiche_2.png);
	background-repeat: no-repeat;
	text-align: justify;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 50px;
	vertical-align: top;
	font-weight: normal;
}
#vitrine table tr #affiche .texteAccueilLien {
	font-size: 14px;
	color: #00F;
	font-weight: bold;
}

#vitrine table tr #web img {

}

#pied {
	background-color: #39F;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #606;
}
#pied2 {
	background-image: url(images/pave.jpg);
	background-repeat: repeat-x;

}

a, a:visited {
	text-decoration: none;
	color: #0FF;	/* border-bottom: 1px dotted #ccc; */
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	/* border-bottom: 1px solid #ccc; */
}

