/* Les styles qui suivent sont appliqués aux fichiers historique.htm, membres.htm, mission.htm et perspectives.htm. */



/* Sélecteurs de balises */



a {
	color: rgb(204,204,204);
	text-decoration: underline;
}

body {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

td {
	vertical-align: top;
}



/* Sélecteurs de classes */

.position-global {
	background-image: url(../images/photo-activites.jpg);
	height: 450px;
	margin-left: -300px;
	margin-top: -225px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 811px;
}

.position-precedent {
	height: 34px;
	left: -43px;
	position: absolute;
	top: 415px;
	width: 34px;
}

.position-texte {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	height: 290px;
	left: 108px;
	overflow: auto;
	padding-right: 50px;
	position: absolute;
	text-align: justify;
	top: 80px;
	width: 400px;
}
