body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	max-width: 900px;
	background-image: url(1images/backgroundBlanc900.jpg);
	background-color: #EEE;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 14px;
}

a:link {
	color: #39C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}


h1 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 4%;
	margin-top: 6%;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 5%;
}

.linkmenu a:link {
	font-weight: normal;
	margin: 1.1em;
	letter-spacing: 0.1em;
	line-height: 25px;
}

.menuactif {
	font-weight: normal;
	margin: 1.1em;
	letter-spacing: 0.1em;
	line-height: 25px;
	color: #000;
	text-decoration: none;
}


.texte {
	margin-right: 5%;
	margin-left: 5%;
}

.textebouton {
	font-size: 14px;
	text-align: left;
}

.basdepage {
	font-size: 12px;
	margin-right: 5%;
	margin-left: 5%;
}

.lienprestations {
	margin-right: 5%;
	margin-left: 5%;
	line-height: 150%;
}



.centrer {
	text-align: center;
}


.rouge {
	color: #F00;
}
.jaune {
	color: #FC0;
}
.vert {
	color: #090;
}
