/* Accueil */

body {
	background-color: black;
	margin: 0px;
}

div#main-acc {						 
	width:768px;
	height:576px;
	position: relative;
}

div#fond-acc {
	width:768px;
	height:576px;
	background-image: url(images/bg-accueil.jpg);
	position: relative;
}

#fr-flag { position: absolute; left: 346px; top: 283px; }
#uk-flag { position: absolute; left: 390px; top: 283px; }
#texte { position: absolute; left: 0px; top: 330px; width: 768px; text-align: center; color: white; font-family: Arial; font-weight: bold; font-size: 14px; }
#produits { position: absolute; left: 218px; top: 383px; width: 115px; height: 35px; }
#services { position: absolute; left: 333px; top: 383px; width: 115px; height: 35px; }
#contact { position: absolute; left: 449px; top: 383px; width: 115px; height: 35px; }
#diaporama { position: absolute; left: 6px; top: 445px; width: 762px; height: 118px; }
#texte-foot { position: absolute; left: 0px; top: 650px; color: #AAAAAA; font-family: Arial; font-weight: normal; font-size: 10px; }

.bt-l { position: relative; left: 0px; top: -10px; }
.bt-i { position: relative; left: 0px; top: 10px; }


img { border: none; visibility: hidden; }
a:hover img { border: none; visibility:visible; }