body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E7;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	5px;
}

a.footer:link,a.footer:visited, a.footer:active{
	color: Black; 
	text-decoration : none;
	font-size: 10px;
}
	
a.footer:hover {
	color: Black; 
	font-size: 10px;
	font-weight: bold; 
	}
	


/* pour les menus */
	
	a.menu:link, a.menu:visited, a.menu:active  {
	color: White; 
	text-decoration : none;
	font-size: 12px;		
	font-weight: normal;
	padding: 2px 6px 2px 6px;
}


a.menu:hover {
	color: White; 
	font-size: 12px;
	font-weight: normal;
	text-decoration : none; 
	border: 1px solid #E7E7E7;
	padding: 2px 5px 2px 5px;
	}
	
	
	/* LIENS INLINE */
	
	a.inline:link, a.inline:visited , a.inline:active  {
	color: #1886B5; 
	text-decoration : none;	
	font-weight: bold; 
 	
}

	
a.inline:hover {
	color: #1886B5; 
	text-decoration : underline; 
	font-weight: bold; 
	}
	
	
	/* liens pour les sous menus*/
	
		a.sub:link, a.sub:visited, a.sub:active  {
	color: #1886B5; 
	text-decoration : none;	
}


	
a.sub:hover {
	color: Black; 
	text-decoration : underline; 
	}
	
	
	
	
	
.selectedMenu {
	color: White; 
	text-decoration : none;
	font-size: 12px;		
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 1px solid Black;
}

.selectedSub{
	font-weight: bold;
	color: Black; 
	}

tr.menu {
	color : black;
	font-weight: bold;
	background-color: #1886B5; 
	}
	
	td.main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : black;
	font-weight: normal;
	background-color: White; 
	

	vertical-align: top;
	padding: 20px 10px 10px 10px;
	}

	td.sub {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : black;
	font-weight: normal;
	vertical-align: center;

	}
	
	td.header {

			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : black;
	padding: 10px 5px 5px 5px;
			border-bottom: 1px dotted Black;
			}
}

	h1{
		color: Black;			
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	
	h2{
		color: Black;			
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
			border: 1px solid #E7E7E7;
	padding: 2px 5px 2px 5px;

	}
	
		h3{
		color: Black;			
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		padding: 2px 5px 2px 5px;
		margin-bottom: 10px;
	}

	
			h4{
		color: Black;			
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding: 2px 5px 2px 15px;
		margin-bottom: 10px;
	}
	
ol {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}	
	
	ul {
	padding-top: 5px;

}
	
	li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	table.normal {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : black;
	font-weight: normal;
	background-color: White; 
	vertical-align: top;
	}
	p.footer {
		text-align:center;
		margin-top:2px;
	}
	

	table.code {
		border: thin solid #1886B5;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
	}
	.comment {
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		font-weight: bold;
	}
	
	table.boxed {
		border: thin solid #1886B5;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color : black;
		font-weight: normal;
		background-color: White; 
		vertical-align: middle;
	}

		table.boxedOptional {
		border: thin solid #E7E7E7;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color : black;
		font-weight: normal;
		background-color: White; 
		vertical-align: middle;
	}
	
	
	tr.top {
		background-color: #1886B5;
		color: White;
	}

	
	.legende {
		font-size: 11px;
		font-style: italic;
		text-align: center;
	}
	
