

		body
		{
		background-color : black;
		}

		#title_importante {
			color : red;
			font-size : 40px;
			text-align : center;
			font-weight : bold;
			text-decoration : underline;
		}

		#bandeau {
			width : 100000px; 
			height : 50px;
			background-color : blue;
		}

		.image_03_1 {
			text-align: center;
		}

		.image_03_2 {
			text-align: center;
		}
		
		.table_1 {
			background-color:black;
			color:black;
		}
		
		.tb1 {
			width : 100000px;
			height : 400px;
			background-color:black;
		}

		.tb2_cl1 {
			width : 200px;
			height : 100px;
			background-color : blue;
		}

		.tb2_cl2 {
			width : 200px;
			height : 100px;
			background-color : white;
		}

		.tb2_cl3 {
			width : 200px;
			height : 100px;
			background-color : red;
		}
		.h1_tom_matthieu {
			color : red;
			font-size : 25px;
			text-align : center;
			text-decoration : underline;
		}
		.h2_tom_matthieu {
			color : white;
			text-align : left;
			font-weight : bold;
			text-decoration : underline;
		}
		.h3_tom_matthieu {
			color : black;
			text-align : left;
		}
		.p_tom_matthieu {
			color : white;
		}
		.ul_tom_matthieu {
			color : white;
			text-align : left;
		}
		.ol_tom_matthieu {
				color : white;
				text-align : left;
				font-style : italic;
		}
		.li_tom_matthieu {
			color : white;
			text-align : left;
			font-style : italic;
		}
		.machineturing {
			background-color:black;
		}
	