#nav {
	margin: 5px 0;
	text-align: left;
}
.boxone{
	position: absolute;
	width: 560;
	height: 3200;
	top: 10px;
	left: 50%;
	background-color: rgba(80,60,150,0.1);
	margin-top: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -280px;
	border: 1px none #503C96;
	clip: rect(auto,auto,auto,auto);
	color: #000066;
}
#s6 {
	width: 300px;
	height: 230px;
	border: 1px solid #ddd;
	background-color: #eee;
}
#s6 div {
	width: 270px;
	height: 200px;
	padding: 15px;
	color: #333;
	text-align: left;
	font-size: 16px;
}
#s6 div img {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 100px;
	padding: 3px;
	background: #fff
}	
#s7 {
	width: 230px;
	height: 230px;
	border: 1px solid #ddd;
	background-color: #eee;
}
#s7 div {
	width: 200px;
	height: 200px;
	padding: 15px;
	color: #333;
	text-align: left;
	font-size: 16px;
	overflow: hidden
}
#s6 div, #s7 div {
	top: 0;
	left: 0
}
#big {
	width: 500px;
	text-align: left
}
td a {
 	margin: 5px
 }
.nav {
	margin: 5px 0
}
#nav a, #s7 strong {
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: #fc0;
	text-decoration: none
}
#nav a.activeSlide {
	background: #ea0
}
#nav a:focus {
	outline: none;
}
#output {
	text-align: left;
}
.oneColFixCtr #container {
		width: 973px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
		background: #503C96;
		margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
		border: 1px solid #000000;
		text-align: inherit; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
		border-top-width: 0px;
		}
.oneColFixCtr #mainContent {
		padding: 0 20px;
		}

