body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;	
}

/* Aspect Général */
.cadre_contour{
	width:800px; /* Largeur du tabeau */
	height:300px; /* Hauteur total du tableau */
	margin-left: auto; /* Pour centre le site */
    margin-right: auto; /* Pour centre le site */
    text-align: left; /* Alignement du texte dans le tableau */
	border-width:2px; /* épaisseur de la bordure */
	border-style:solid; /* Style du cadre */ 
	border-color:#990000; /* Couleur du cadre extérieur*/
	padding:0cm; /* Esapace entre les cellules */
}
.BasPageCopy{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Liens */
A.SystemeLienBlocMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
A.SystemeLienBlocMenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
A.SystemeLienBlocMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
