body
{
	font-family: "arial";
	color: white;
	background-color:#000099
}

H1
{
	font-family: "arial";
	letter-spacing: 15pt;
	font-size: 28pt;
	font-weight: Bold;
	Text-align: center
}

H2
{
	font-family: "arial";
	Text-align: center;
	font-size:12pt;
	font-weight: Bold
}

.menu 
{
	color : #CA290E;
	font-family : arial;
	font-size : 16px;
	text-decoration : underline;
	cursor : hand;
	border : none
}

.menu:Hover 
{
	color : #FF1919;
	font-family : arial;
	font-size : 16px;
	text-decoration : none;
	cursor : hand
}

.table_centrage
{
	width:100%;
	height:100%
}

.table_tete
{
	border-style:solid;
	border-width:2px;
	border-color:#000099;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	width:100%;
	height:15%
}

.table_corps
{
	width:100%;
	height:80%
}

.table_pied
{
	border-style:solid;
	border-width:2px;
	border-color:#000099;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	width:100%;
	height:5%
}

.table_menu
{
	border-style:solid;
	border-width:2px;
	border-color:#000099;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	width:100%;
	height:100%
}


td
{
	color:black;
	background-color:white;
	font-size:100%	
}

.td_pied
{
	color:black;
	background-color:white;
	text-align: center;
	font-size:10px	
}

.td_logos
{
	color:black;
	background-color:white;
	text-align: center;
	font-size:10px	
}

.td_left
{
	color:black;
	background-color:white;
	vertical-align: top;
	text-align: left;
	font-size:100%
}

.td_center
{
	color:black;
	background-color:white;
	vertical-align: center;
	text-align:left;
	font-size:100%	
}	

.td_justify
{
	color:black;
	background-color:white;
	vertical-align: center;
	text-align:justify;
	font-size:100%	
}	

