@charset "utf-8";
body {
	font: "Times New Roman", Times, serif;
	background-color: #111;
	margin: 0;
	padding: 20px;
	color: #000;
}

ul, ol, dl 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
img { 
	border: none;
}
.container {
	width: 1100px;
	background-color: #000;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}

.texte {font-size: 18px;
	color:#CCC;
	text-align:justify;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99CCFF;
}
a:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a:active {
	text-decoration: none;
	color: #99CCFF;
}
.tab {
	width: 1060px;
	background-color: #000;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}
hr {
	width: 1000px;
	height:1px;
	background-color: #729;
	margin: 0 auto;
	border-style: inherit;
}

    body,td,th {
	color: #CCC;
	font-size: 18px;
	text-align:center;
}

    .texte {	font-size: 18px;
	color:#CCC;
	text-align:justify;
}

.clacA {	
	color:#bb46a6;
}
.aly {	
	color:# FFC6E2;
	text-align:center;
	font-size:16px;
}

.div2 {	
	text-align:center;
	font-size:16px;

.content {

	padding: 20px 0;
}

.fltrt { 
	margin-left: 8px;
	margin-right: 30px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}