@charset "iso-8859-1";

body
{
   color: black; 
   background-color:#000000;
   background-attachment: fixed;
}

p
{
	text-indent: 30px;
   	font-size: 23px;
	color:  #FFFFFF;
	font-style: normal;
	text-align: center; 	
}

.titre
{
	text-indent: 30px;
   	font-size: 10px;
	color: #FFFF00;
	font-style: oblique;
	text-align: center; 	
}

.rouge
{
	color: #FF0000;
}

.fonce
{
	color: #3333FF;
}

.clair
{
	color: #FFFF99;
}

h1
{
	color: #FFCC33;
	text-align: center;
}

h2
{
	color: #FFFF66;
	text-align: center;
}

h3
{
	
	color:#CC6600;
}

em
{
	color: #FF0033;
	font-size: 24px;
}


