body {
	background-attachment: fixed;
	background-image:    url("../photo/fond.gif");
	background-repeat: repeat;
	margin: 7px 0px 0px;
	padding: 0px;
	text-align: center;
}
.contenuGlobal {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 735px;
}
a:link {
color: blue;
}
a:visited {
color: red;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline overline;
}
a:active {
color: darkblue;
}

