body {
	margin : 0;
	padding : 0;
	text-align : left;
	background: #000000; 
}

.corps {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	
	border: 0px black solid;
}

/*MENU*/
.page {
	font-family : Arial;
	font-size : 15px;
	color: #A7A7A7;
	font-weight : 300;
	text-align: center;
	margin-bottom: 10px;
}
.page a {
	color: #4a79aa;
	text-decoration : underline;
	font-weight : 300;
}
.page a:hover {
	color: #FF0000;
	text-decoration : underline;
	font-weight : 300;
}

/*TITRE*/
.titre {
	font-family : Arial;
	color: #FF0000;
	font-size : 22px;
	font-weight : 900;
	background: #000000;
	width: 700px;
	text-align: left;
}
.titre2 {
	font-family : Arial;
	color: #FF0000;
	font-size : 18px;
	font-weight : 900;
	background: #000000;
	text-align: center;
}

/*DESCRIPTION*/
.texte {
	font-family : Arial;
	color: #A7A7A7;
	font-size : 12px;
	font-weight : 300;
	background: #000000;
	width: 700px;
	padding: 5px;
	text-align: justify;
}

.suite {
	font-family : Arial;
	font-size : 12px;
	color: #4a79aa;
	text-decoration: underline}
.suite:hover {
	font-family : Arial;
	font-size : 12px;
	color: #FF0000;
	text-decoration: underline}

.telecharge {
	font-family : Arial;
	font-size : 12px;
	color: #4a79aa;
	text-decoration: underline}
.telecharge:hover {
	font-family : Arial;
	font-size : 12px;
	color: #FF0000;
	text-decoration: underline}

/*CARACTERISTIQUE TECHNIQUE*/
.technique {
	font-family : Arial;
	color: #A7A7A7;
	font-size : 9px;
	background: #000000;
	width: 700px;
	text-align: right;
}

/*TABLEAU*/
.table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
	table-layout: auto;
	background: #000000;
	border: 0px red solid;
}

.tr {

}

.td {
	text-align: center;
}

.thumb1 {
	border: 0px solid #000000;
}

/*FIN*/
.pied {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family : Lucida Console, monospace;
	font-size : 10px;
	color: #A7A7A7;
	font-size : 12px;
}
