
html 
{
	font-size: 100%;
	height: 100%;
}

body 
{ 
	text-align:left;
	margin: 0; 
	padding: 0em; 
	color: black; 
	background: white;
	height: 98%;
	font-family: tahoma, verdana, "sans-serif";
} 

.invisible
{
	visibility:0;
}

h1, h2, h3, h4, h5, h6 
{ 
	margin: 1em 0 .5em 0; 
	line-height: 1.2; 
	font-weight: bold;
	font-style: normal; 
} 

h1
{ 
	font-size: 1.75em; 
} 

h2
{ 
	font-size: 1.5em; 
} 

h3 
{ 
	font-size: 1.25em; 
} 

h4 
{ 
	font-size: 1em; 
} 
 
ul, ol 
{ 
	margin:0;
	padding: 0; 
} 

li
{
	padding-bottom:3px;
}
 
a 
{ 
	text-decoration: none; 
	outline: none; 
} 

a:link 
{ 
	color: black; 
} 

a:visited 
{ 
	color: black; 
} 

#contenu a:hover,#contenu  a:focus,#contenu  a:active 
{ 
	color: #0099CC;  
} 

a:active 
{ 
	outline: none; 
} 

a img 
{ 
	border: none; 
} 
 
em 
{ 
	font-style: italic; 
} 

strong
{ 
	font-weight: bold; 
} 
 
form, fieldset 
{ 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select 
{ 
	vertical-align: middle;
}

