*
{
	margin : 0px;
	padding : 0px;
	font-family : "Trebuchet MS", Arial;
}

body
{
	width : 1000px;
	/*height : 100%;*/
	margin : auto;

	/*background-color:#F3F6ED;*/
	background-image : url(../themes/cirno.jpg);
	background-color:#c4d5ff;
	background-repeat:no-repeat;
	/*background-attachment : fixed;*/
	background-position: top;
}

#banniere
{
	height : 208px;
	vertical-align: bottom;
	/*background-image : url(../img/wait_.gif);*/
	background-position: right;
	background-repeat:no-repeat;
}
#banniere a
{
	display : block;
	height : 100%;
	width : 100%;
}
#menubar
{
	clear : both;
	background-color : black;
	background-image : url(trans85.png);
	background-repeat : repeat;
}
#menubar a
{
	display : block;
	width : 164px;
	height : 25px;
	border : solid 1px #a03497;
	float : left;
	text-align : center;
	line-height:25px;
	text-decoration : none;
	color : #a03497;
	font-variant: small-caps;
	background-image : url(trans95.png);
	background-repeat : repeat;
}

#menubar a:hover
{
	font-variant: normal;
	background-image : url(blue95.png);
	background-repeat : repeat;
}

#corps
{
	clear : both;
	width: 100%;
	margin : 0px 0px 0px 0px;
}

#news
{
	float : left;
	/*width : 680px;*/
	width : 650px;
	min-height : 845%;
	height : 100%;
	/*border-right: solid 1px black;*/
	border : solid 1px #a03497;
	background-image : url(trans85.png);
	background-repeat : repeat;
	margin-top : 15px;
	margin-bottom : 15px;
	padding-bottom : 10px;
}

#news h2
{
	padding-left : 15px;
	padding-top : 15px;
}

.avatar
{
	float: left;
	background-image: url(avatar1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100px;
	height: 200px;
}

.news 
{
	float: right;
	width: 500px;
	/*background-color : #ddb0e9;*/
	border : #9300b8 solid 1px;
	margin: 10px;
	padding : 10px;
	background-image : url(blue85.png);
	background-repeat : repeat;
}

#news .news .titre h3
{
	font-size : 1.4em;
	display : block;
}

#barredroite
{
	float : right;
	width : 330px;
	height : 100%;
	text-align : right;
	/*border-left: solid 1px black;*/
	border : solid 1px #a03497;
	margin-right : 4px;
	margin-top : 15px;
	margin-bottom : 15px;
	background-image : url(trans85.png);
}

#barredroite h2
{
	font-size : 18px;
	margin-bottom : 15px;
}

#imageboard
{
	text-align : right;
	padding : 10px;
}

#imageboard p
{
	margin :10px;
}

#forum
{
	border-top : solid 1px #a03497;
	margin: 10px 0px 0px 0px;
	text-align : right;
	padding : 10px;
}

#wiki
{
	border-top : solid 1px #a03497;
	text-align : right;
	padding : 15px;
}

#wiki ul
{
	margin :10px;
}

#wiki li
{
	list-style : none;
}

a img
{
	border : none;
}

.banniere
{
	border: none;
}

h1
{
	visibility:hidden;
}

.floatleft
{
	float:right;
}

.alignleft
{
	text-align : left;
	float:  left;
}

#footer
{
	border-top : solid 1px #6D2467;
	clear: both;
	font-size: 80%;
	color : #6D2467;
	text-align: center;
	margin-top : 15px;
	margin-bottom : 15px;
}

