body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:oblique;
	margin: 10px;
}

div.tete{
	text-align:left;
	height: 100px;
	width: auto;
	border:solid;
	border-color:#000000;
	padding: 5px;
	padding-left: 20px;
	margin-bottom:0px;
}

div.corps{
	width: 1024 px;
	height:768 px;
	background:no-repeat;
	background-image:url(../images/sakura2.jpg);
	background-position:right;
  /*margin-top: 0px;
	padding-top: 0px;*/
	border: 1px solid transparent; /* Pas encore compris pourquoi */
}

div.menu{
	width: 175px;
	height: 675px;
	float:left;
	background:no-repeat;
	background-image:url(../images/menu2.gif);
	margin-top: 0px;
	margin-right: 10px;
}

ul#titres
{
	margin:0px;
	margin-left: 10px;
	padding: 0px ;
	list-style-type: none ;
}

ul#titres li
{
	margin-top:15px;
	padding: 0px ;
}

ul#titres li a
{
	display: block ;
	width: 150px ;
	line-height: 57px ;
	text-decoration: none ;
	border:none;
}

li#news{
	background-image:url(../images/news.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#asbl{
	background-image:url(../images/asbl.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#activites{
	background-image:url(../images/activites.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#fanart{
	background-image:url(../images/fanart.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#forum{
	background-image:url(../images/forum.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#liens{
	background-image:url(../images/liens.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

li#contact{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	height:57px;
	width:150px;
}

div.contenu{
	display: block ;
	height: 650px;
	width: 70% ;
	margin-top:0px;
	border-color:#000000;
	border-style:double;
	margin-left: 6em;
	margin-top: 1em;
	padding: 10px;
	overflow:auto;
}
