body {
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif, Ninja Naruto;
    font-size: 12px;
	color: #000000;
	background: black url(images/fond.jpg) repeat-x;
	text-align: center;
    margin: 0 auto 0;
	position: relative;
}

div#site {
    text-align: left;
    background: url(images/site.png) repeat-y 0 0;
    width: 885px;
    margin : auto;
}

/* Haut de page */
/* ------------ */

div#header {
    background: url(images/header.png) no-repeat 0 0;
    height : 205px;
    margin : 0;
    padding: 0;
}
div#country {
			background: transparent url(../images/country.png) no-repeat center center;
			margin: 0px auto;
			width: 200px;
			height: 20px;
			color: #fff;
			text-align: center;
			padding-top: 2px;
			font-size: 0.9em;
		}
			div#country img { vertical-align: middle; }

div#members form input.login { background: url(../images/header_input_login.png) no-repeat center center; text-align: center; color: #fff;}
div#members form input.password { background: url(../images/header_input_password.png) no-repeat center center;text-align: center; width: 124px; height: 19px; padding-left: 20px; color: #fff;}
div#members form input.submit { background: url(../images/header_input_submit.png)  no-repeat center center; width: 83px; height: 24px; font-size: 0.9em; color: #fff;}

div#membre.image form input.login { background: url(../images/http://www.battle-fantasy.info/maintenance/theme/img/avatar.png) no-repeat center center; text-align: center; color: #fff;}

ul#navbar li{
    float: left;
    width: 135px;
    margin: 0 14px 0 0;
    text-align: center;
    font-size: 9px;
}

ul#navbar li a, ul#navbar li a:link{
    font-family: Verdana;
    font-size: 9px;
    text-decoration: none;
    color: #FFF;
}

ul#navbar li a:hover, ul#navbar li a:active, ul#navbar li a:focus {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #CCC;
    background: url(../images/navbar.png)  no-repeat center center;
}

ul#navbar{
    list-style: none;
    text-align: center;
    padding-left: 100px;
    padding-top: 180px; 
    font-size: 10px;
	margin: 0px;
}


/* Corp */
/* ---- */

#left {
    width: 226px;
	float: left;
}

.left-bloc {
	width: 211px;
	background: #f0f0f0 url(images/left-bk.jpg) no-repeat bottom;
	padding: 0 0 25px 0;
	margin: 0 0 13px 0;
}

.left-bloc ul { 
    list-style: none;
	padding: 0 15px 0 15px;
	margin: 12px 0 5px 0;
}

.left-bloc p {
	padding: 0 15px 0 15px;
	margin: 0;	
}

.left-titre {
	background: #000 url(images/left-top.png) no-repeat;
	height: 37px;
}

.left-titre h3 {
	margin: 0;
	padding: 11px 0 0 0;
	text-align:center;
	font-size: 1.2em;
	color: white;
}

/* ------------- */

#right {
    width: 659px;
	float: left;
}

.right-bloc {
	a:link
{
text-decoration: none;
color :#4B4B4B;

}
	width: 659px;
	background: url(images/right-bk.jpg);
	padding: 0 0 0px 0;
	margin: 0 0 13px 0;
}

.right-titre {
	background: #000 url(images/right-top.png) no-repeat bottom;
	height: 36px;
}

.right-titre h2 {
	margin: 0;
	padding: 11px 22px 0 22px;
	text-align:left;
	font-size: 1.2em;
    color: #ff6633;
}

.right-bottom {
	background: #000 url(images/right-bottom.jpg) no-repeat;
	height: 15px;
}

.right-marges {
	padding: 0 22px 12px 22px;
}

.right-bloc h3 {


    font-size: 1.2em; 
    color: #849314;
    margin: 3px 0 0 0; 
	padding: 0;
	padding-bottom: 0.3em; 
	border-bottom: 1px dashed #C0C0C0;
}


/* Bas de page */
/* ----------- */

div#footer {
    background:url(images/footer2.png) no-repeat 0 0;
    height : 202px;
	clear:both;
}

div#footer p {
    text-align: center;
    font-size: 0.9em;
    padding-top:40px; 
    clear:both;
    color:#666666;
}

div#footer a {
    color : #666666;
    text-decoration:none;
}



/* Généralités */
/* ----------- */

img { border: 0; }

p {
	margin: 0px;
	padding: 15px 0 10px 0;
}

a {
    color : #000000;
    font-family:verdana;
    text-decoration:none;
}

a:hover , a:active , a:focus {
    color : #db6b15;
    font-weight : bold;
    text-decoration:none;
}

/* =========== */
/* ! GALERIE   */
/* =========== */

#galerie{
	position: relative;
	background: #677071;
	height:106px;
	padding:0px 15px;
}
#galerie .slider{
	width:5000px;
	position:absolute;
	left:0;
	top:16px;
	z-index:2;
}
#galerie .suiv{
	background:url(fleches.png) -78px top no-repeat;
	width:26px;
	height:106px;
	position:absolute;
	top:0;
	right:-12px;
	z-index:3;
}
#galerie .prec{
	background:url(fleches.png) left top no-repeat;
	width:26px;
	height:106px;
	position:absolute;
	top:0;
	left:-12px;	
	z-index:4;
}
#galerie .prec:hover{
	background-position:-26px top;
}
#galerie .suiv:hover{
	background-position:-52px top;
}
#galerie a{
	display:block;
	float:left;
	padding:0 10px;
}
#galerie a img{
	border:solid 4px #44828c;
}
#galerie a:hover img,#galerie a.courant img{
	border:solid 4px #8c4446;
}