h2, h3
{
	color: #FFFFFF;
}

a
{
	text-decoration:none;
	color: #FFFFFF;
	cursor: url('../img/cursora.cur');
}

a:hover
{
	font-weight:bold;
}

body
{
   width: 760px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;    
   background-color: #000000;
   background-image: url("../img/bgrd.jpg");
   background-attachment : fixed;
   background-position:center;
   cursor: url('../img/cursor.cur');
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}
	
.center
{
	text-align: center;
}

#corps
{
   border: 0;
   margin-left: 0;
   margin-bottom: 10px;
   padding: 5px;
   background-image: url("../img/bg.jpg");
   background-attachment : fixed;
   background-position:center;
   background-repeat: repeat-x;
   border: 0px solid black;
}

