@charset "utf-8";
/* CSS Document */
.miniature{border:#002a3c solid 1px; text-decoration:none;}
A{color: #bc1301;
font-size:14px;
font-weight:bolder;
}
A.over{
color:#FC3;
}
span{ font-size:13.3px; text-align:left; color:#06F; font:Tahoma, Geneva, sans-serif;}
td{text-align:left;}
img{
	text-decoration:none;
	
}

body{
	background: url(images/bg_1.jpg) #000 fixed top center no-repeat;
	line-height: 1.5;
	margin-top:2px;
	
	font-size:14px;
	color:#000;
	font:Verdana, Geneva, sans-serif;
	 font-weight:bold;
	}
	
/*body body {
background: transparent; margin: 0; padding: 0;
}
*/
#centrale,#footer {  margin-left:auto; margin-right:auto; padding:10px;}

div#top{width:915px; height:209px; margin-left:auto; margin-right:auto; background:url(images/header.png);}
div#top div#menu{height:42px; margin-left:120px; padding-top:107px; }
div#centrale{ width:730px; height:500px; margin-top:5px; background:url(images/centrale_bg.png);  }
div#sclice_top{width:100%; height:27px;}
div#sclice_top div#designmjr{ width:200px; height:26px; background:url(images/conception_designmjr.png); float:left;}
div#sclice_top div#njp{ width:120px; height:26px; background:url(images/njr.png); float:right;}
#front_boite_photo{height:107px; width:630px;  margin-top:15px; margin-left:auto; margin-right:auto;}

div#centrale div#boite_texte{
	overflow:auto;
	/*overflow: hidden;*/
	position: relative;
	text-align:left;
	width:580px; 
	height:335px;   
	
	margin-left:75px; 
	margin-top:20px;
	
	padding-left:30px;
	padding-right:10px;}

div#footer{width:560px; height:365px; margin-top:20px; background:url(images/back_stats.png) no-repeat; padding-top:30px; }
div#footer div#grimoire{width:350px; height:250px; float:left; background:url(images/);  }

div#graphique{width:450px; height:250px; margin-left:auto; margin-right:auto; text-align:center;  }

.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0;}
.vscrollerbase { background:url("images/bgscrollbar.png") center 0 no-repeat; width:40px; left: 0;} /* pou mettre a gauche*/
.vscrollerbar { background-image: url("images/scrollbar.png"); width: 40px; height: 40px !important; padding: 0px; z-index: 2;}
.scrollerjogbox { width: 14px; height: 14px; top: auto; left: auto; bottom: 0px; right: 0px; }


/*   les images
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 530px; 
    height:85px;
	
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { float:left; } 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:25px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
.w3c{ float:right; 	text-decoration:none; }
.noborder{border:none;}
