table {
	border-collapse:collapse;
}
table td {
	border:0px solid black;
	border-collapse:collapse;
	padding:0px;
}
table.Menu {
	position:fixed;
	top:20px;
	margin:20px;
	width:173px;
	text-align:center;
}
table.Menu td {
	height:34px;
}
table.Menu td.Gauche {
	width:9px;
	background:url(Style/Menu/Gauche.png);
	background-position:right;
	background-repeat:no-repeat;
}
table.Menu td.Droit {
	width:12px;
	background:url(Style/Menu/Droit.png);
	background-position:left;
	background-repeat:no-repeat;
}
table.Menu td.Separation {
	width:1px;
	background:url(Style/Menu/Separation.png);
	background-repeat:no-repeat;
}
table.Menu .Lien_Gauche {
	float:left;
	width:1px;
	height:34px;
	background:url(Style/Menu/Lien_Gauche.png);
	background-repeat:no-repeat;
}
table.Menu .Lien_Millieu {
	float:left;
	width:148px;
	height:34px;
	line-height:34px;
	font-weight:bold;
	font-size:12px;
}
table.Menu td.Inactif .Lien_Millieu{
	color:black;
}
table.Menu td.Actif .Lien_Millieu {
	color:rgb(0,179,255);
}
table.Menu .Lien_Droit {
	float:right;
	width:1px;
	height:34px;
	background:url(Style/Menu/Lien_Droit.png);
	background-repeat:no-repeat;
}
table.Menu td.Inactif {
	background:url(Style/Menu/Lien_Inactif.png);
	width:150px;
}
table.Menu td.Actif {
	background:url(Style/Menu/Lien_Actif.png);
	width:150px;
}
table.Menu td.Inactif:hover{
	background:url(Style/Menu/Lien_Hover.png);
}
table.Menu a{
	display:block;
	text-decoration:none;
}
table.Contenu{
	margin:20px;
	margin-left:213px;
	text-align:left;
}
table.Contenu tr.Haut{
	height:18px;
}
table.Contenu tr.Bas{
	height:18px;
}
table.Contenu td.Gauche{
	width:16px;
}
table.Contenu td.Droit{
	width:19px;
}
table.Contenu tr.Haut td.Gauche{
	background:url(Style/Contenu/Haut_Gauche.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
table.Contenu tr.Haut td.Centre{
	background:url(Style/Contenu/Haut.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
table.Contenu tr.Haut td.Droit{
	background:url(Style/Contenu/Haut_Droit.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
table.Contenu tr.Milieu td.Gauche{
	background:url(Style/Contenu/Gauche.png);
	background-position:right;
	background-repeat:repeat-y;
}
table.Contenu tr.Milieu td.Centre{
	background:url(Style/Contenu/Centre.png);
	padding:20px;
}
table.Contenu tr.Milieu td.Droit{
	background:url(Style/Contenu/Droit.png);
	background-position:left;
	background-repeat:repeat-y;
}
table.Contenu tr.Bas td.Gauche{
	background:url(Style/Contenu/Bas_Gauche.png);
	background-position:right top;
	background-repeat:no-repeat;
}
table.Contenu tr.Bas td.Centre{
	background:url(Style/Contenu/Bas.png);
	background-position:top;
	background-repeat:repeat-x;
}
table.Contenu tr.Bas td.Droit{
	background:url(Style/Contenu/Bas_Droit.png);
	background-position:left top;
	background-repeat:no-repeat;
}
