body {
font-family: Arial, sans-serif;
font-size: 12px;
COLOR:#FFFFFF;
background-color: #366A87;
}

table.cadre {border:1px solid white; border-collapse:collapse;}
td.cadre {border:1px solid white; border-collapse:collapse;}
td {font-family: Arial, sans-serif; font-size:12px;}

a {color:white; text-decoration: none;}
a:hover {color:red; text-decoration: none;}

.t {font-variant: small-caps; font-size: 15px;}

.t2 {font-size: 13px;}

.t3 {font-size: 14px;}

a.menu {
	color:				white;
	text-decoration:	none;
	font-size:			18px;
	padding:			4px 20px 4px 20px;
	border-right:		1px solid white;
	/*font-weight:		bold;*/
}
a.menu:hover {
	color:				white;
	background-color:	#59b2e4;
	text-decoration:	none;
}

ul.menu {
	padding:			0;
	margin:				0;	
	list-style-type:	none;
}
ul.menu li.gauche {
	margin-left:		0px;
	float:				left; /*pour IE*/
	height:				32px;
	background-color:	#366a87;
}
ul.menu li.droite {
	margin-left:		0px;
	float:				right; /*pour IE*/
}
ul.menu li.gauche a {
	font-size:			18px;
	display:			block;
	float:				left;
	width:				140px;
	background-color:	#366a87;
	color:				white;
	text-decoration:	none;
	text-align:			center;
	padding:			4px 10px 6px 10px;
	border-right:		1px solid white;
	/*pour avoir un effet "outset" avec IE :*/
	/*border-color:#DCDCDC #696969 #696969 #DCDCDC;*/
}
ul.menu li.gauche a:hover {
	background-color:	#59b2e4;
	color:				white;
} 


ul.menu2 {
	padding:			0;
	margin:				0;	
	list-style-type:	none;
}
ul.menu2 li {
	margin-left:		0px;
	float:				left; /*pour IE*/
}
ul.menu2 li a {
	font-size:			15px;
	display:			block;
	float:				left;
	/*width:				140px;*/
	letter-spacing:		-0.5px;
	font-weight:		bold;
	background-color:	#366a87;
	color:				white;
	text-decoration:	none;
	text-align:			center;
	padding:			5px 12px 5px 12px;
	border-right:		1px solid white;
	/*pour avoir un effet "outset" avec IE :*/
	/*border-color:#DCDCDC #696969 #696969 #DCDCDC;*/
}
ul.menu2 li a:hover {
	background-color:	#59b2e4;
	color:				white;
} 



h1 {
font-size : 16px;
font-family : Arial, sans-serif;
}

