body
{
   width: 802px;
   height: 602px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   background-color: #000000;/* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-family:"Times New Roman";
   font-size:16px;
   color:#FFFFFF;
}
a {
   color:#FFFFFF;
   text-decoration : none;
}
a:hover /* Quand on pointe sur un lien du menu */
{
   color:#FF0000;
   text-decoration:line-through;
   
}
img
{
border:none;
}
li {
list-style-image:url(images/point.png);
}
#menu
{
	width:166px;
	position:absolute;
	left: 20%;
	top: 256px;
	text-align:left;
}
#corps
{
	width:454px;
	position:absolute;
	left: 43%;
	top: 257px;
}
/*One*/
#soiree
{
position:absolute;

width:200px;
height:300px;
	left: 2px;
	top: 2px;
}
#podc
{
	position:absolute;
	border-left:solid #FF0000 1px;
	width:200px;
	height:300px;
	left: 206px;
	top: 2px;
}
.titrepod
{
margin:auto;
width:80%;
text-align:center;
border:#FF0000 1px solid;
background-color:#333333;
}
#champ
{
margin:auto;
width:45%;
background:#CCCCCC;
border:solid #FF0000 1px;
}
#forum
{
	position:absolute;
	left: 2px;
	top: 400px;
	width: 406px;
	height: 218px;
}
/*Bio*/
.photo
{
position:absolute;
width:200px;
height:100px;
	left: 2px;
	top: 2px;
}
.text1
{
position:absolute;
width:200px;
height:100px;
text-align:center;
	left: 204px;
	top: 5px;
}
#text2
{
position:absolute;
width:453px;
top: 210px;
}
