/* Les styles qui suivent sont appliqués au fichier index.htm. */



/* Sélecteurs de balises */

body {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	text-align: center /* Correction du bogue de centrage dans Internet Explorer */
}

div {
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

img {
	border: none;
}



/* Sélecteurs de classes */

.position-article {
	height: 20px;
	left: 0px;
	position: absolute;
	width: 104px;
}

.position-bouton {
	background-image: url(../images/texte-qui-sommes-nous.gif);
	cursor: pointer;
	height: 30px;
	left: 122px;
	position: absolute;
	top: 436px;
	width: 322px;
}

.position-global {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 566px;
}

.position-logo {
	background-image: url(../images/logo-lettrage.gif);
	height: 148px;
	left: 0px;
	position: absolute;
	top: 74px;
	width: 566px;
}

.position-menu {
	left: 109px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 104px;
}

.position-vignette {
	background-image: url(../images/montage-index.jpg);
	height: 103px;
	left: 2px;
	position: absolute;
	top: 296px;
	width: 561px;
}



/* Sélecteurs d'identités */

#article1 {
	top: 20px;
}

#article2 {
	top: 40px;
}

#article3 {
	top: 60px;
}

#article4 {
	top: 80px;
}

#article5 {
	top: 100px;
}