.center { 
  text-align: center;
}
.nav {
  text-align: center;
  font-size: 12px;
  margin-bottom:25px;
  margin-top: 20px;
}
.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

	
body {
  font-family: verdana, sans-serif;
  background-color: #000000;
  color: #DDDDDD;
}

a:link {
  color: #95DDFF;
  background: transparent;
}

a:visited {
  color: #AAAAAA;
  background: transparent;
}

a:hover {
  color: #BBDDFF;
  background: #555555;
}

.small {
  font-size: 75%;
}

.large {
	font-size: 200%;
	color: red;
	text-align: center;
	margin-top: 20px;
	border-bottom:1px solid;
	border-bottom-color: red;
	padding-bottom:  15px;
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 0;
}

.thumb {
  background-color: #000000;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.retour{
	text-align: center;
	font-size: 85%;
}

.retour a:link {
	color: yellow;
}
.retour a:visited {
	color: yellow;
}
	
	
	

