/* CSS Document */
.bacgr {
	
	background:url(../image/bac.jpg) no-repeat center top;
	background-color:#000000;
	
}
.bacgstyle1 {
	
	background:url(../image/index.jpg) center top;
	background-color:#343434;
	
}
.bacgstyle2 {
	
	background:url(../image/page.jpg) repeat-x center top;
	background-color:#343434;
	
}
.ban {
	
	background:url(../image/banaire.jpg) no-repeat  top left;

}


ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	/*width: 170px ;
	line-height: 30px ;*/
	width:85px;
	height:34px;
	color: #fff ;
	text-indent: -10px ; /* On décale le texte de 40px du bord gauche */
	line-height:3em; 
	
	
	
	text-decoration: none ;
	background: url(../image/20a_main.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	/*border: 1px solid #dbd ;*/
}

ul#menu li a:hover
{
	background: url(../image/20a_mainover.gif) no-repeat  ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	/*border: 1px solid #f97 ; font-weight: bold;*/
	
}
ul#menu li a:active {
	background: url(../image/20a_mainover.gif) no-repeat  ;
}
/*pagination*/
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0;
text-align:center
}

.pagination a {
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
}

.pagination a:hover {
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
}

.pagination span.inactive {
background:#6B7C84;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}

.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}

#scrol_div{
scrollbar-face-color: #000000; /* Surface */ 
scrollbar-track-color: #FFFFFF; /* Fond */ 
scrollbar-highlight-color: #eeeeee; /* Ombre claire */ 
scrollbar-shadow-color: #111111; /* Ombre Foncee */ 
scrollbar-arrow-color: #FFFFFF; /* Fleches */ 
scrollbar-3dlight-color: #FFFFFF; /* Bordure3D claire */ 
scrollbar-darkshadow-color: #000000; /* Bordure3D foncee */ 
}