html {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

p {
	text-align: justify;
}

/****************************************************************************
 * Menu (interactive)   Horizontal style !
 ***************************************************************************/

.menu
{
	text-align: left;
	position: fixed;
	top: 0em;
	background-color: blue;
}

.menu ul
{
	position: relative; 
	
}

.menu ul li { 
	list-style-type: none; 
	float: left;
	margin-top: 0em;
	margin-left: 2em;
}

.menu ul a
{
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li:hover
{
	background-color: #555555;
}

.menu ul li:hover>a
{
	color: #ffffff;
}


.menu ul li ul
{
}

.menu ul li ul
{
	display: block;
	position: fixed;
	left: inherit;
	top: inherit;
	background-color: #555555;
}

.menu ul li ul a 
{
	font-size: 12px;
	font-weight: normal;
}

.menu ul li ul li
{
	display: block;
	text-align: left;
}

/* *********** Links ************* */

a {
	color: #222288;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	font-size: 15px;
}

a.white {
	color: #ffffff;
	font-weight:bold;
}

a.whiteSelected {
	color: #FFFF00;
	font-weight:bold;
}

a.white:hover {
	color:#FFFF00;
}

a:hover {color:#FF5500;}

a:active {color:#FF5500}

pre, code, tt {
/*	font: 80% "Andale Mono", "Courier New", Courier, monospace; */
	font-family: monospace;
	font-size: 14px;
	line-height: 1em;
}

hr {color: #000099;}

h3 {color: #333399;
	font-family:Arial, Helvetica;
}

h4 {
	color: #222288;
}
/*
th {
	color: #333399;
	font-family:Arial, Helvetica;
}
*/
.titre {
	text-align: right;
}

.noref {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

img {
	border: 0;
	float: right;
}
