body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: white;
	background:black
} 

h1 {
font-size: 140%;
}

h2 {
font-size: 130%;
}

h3 {
font-size: 110%;
}

a:link{
color: #000000;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color:#0EF713;
background-color: transparent;
text-decoration: none;
}

a:hover{
color: #CCFF00;
background-color: transparent;
text-decoration: underline overline;
}

img {border:0;}

.texte {
	font-size: 16px;
	font-weight: normal;
	color: #3399CC;
	}
	
a.texte:link{
color:#666699;
text-decoration: underline;
}

a.texte:visited {
color:#CDECF1;
text-decoration: none;
}

a.texte:hover{
color: white;
text-decoration: underline overline;
}	

.menu {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
a.menu:link{
color:#020202;
text-decoration: underline;
}

a.menu:visited {
color:#FFFFFF;
text-decoration: none;
}

a.menu:hover{
color: #3399CC;
text-decoration: underline overline;
}	

.bas {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
a.bas:link{
color:#FFFFFF;
text-decoration: none;
}

a.bas:visited {
color:#FFFFFF;
text-decoration: none;
}

a.bas:hover{
color: #FFFFFF;
text-decoration: underline overline;
}	

.big {
	font-size: 45px;
	font-weight: normal;
	font-style: bold;
}

.medium {
	font-size: 35px;
	font-weight: normal;
	font-style: bold;
}