<style>
centrage { /* style de centrage horizontal pour tous les navigateurs récents */
text-align :center ; /* centre texte (+ boite ou table sous IE seul) */
margin:auto} /* centre boite ou table, sauf sous IE */
table.home {
        centrage;
	align:"center";
 	border: 0px red;
 	width:"950";
	margin-left: auto;
 	margin-right: auto;
	width:50%;
	height:100%;
	border-spacing: 0px;
        border-collapse: collapse;
        padding: 0px;
	}
body.accueil	{
        background: #FFFFFF url('accueil/ima/fond mastera.gif') no-repeat 50% 50%;
	bgcolor: #990000;
	color: #990000;
	BACKGROUND-COLOR: rgb(153,0,0);
	text:"black";
	}
table.fond {
        align:"center";
 	width:"950";
	margin-left: auto;
 	margin-right: auto;
	width:50%;
	height:100%;
	border-spacing: 0px;
        border-collapse: collapse;
        padding: 0px;
        border: 0px green;
	}
hr	{
	color: red;
	background-color: red;
	height: 1px;
	border: 0;
	}
images	{
	align:center;
	width:130;
	height:97;
 	border: 0px none red;
	bgcolor: #FFFFFF;
	}
</style>


