div.pagination {
	height:28px;
	background-color:#100808;
	line-height:28px;
	margin-left:15px;
	margin-bottom:15px;
}

div.pagination div.center {
	margin:0px;
	padding:0px;
}

div.pagination select {
	width:150px;
	display:inline;
	text-align:center;
	margin-top:0px;
	margin:0px;
	padding:0px;
	border:solid 1px #AEDB69;
}


div.pagination select option {
	text-align:center;
}

div.pagination div.left {
	display:block;
	float:left;
	width:5px;
	height:28px;
	background-image:url(_templates/pagination_bloc_gauche.gif);
	padding:0px;	
}

div.pagination div.right {
	display:block;
	float:left;
	width:5px;
	height:28px;
	background-image:url(_templates/pagination_bloc_droit.gif);
	padding:0px;	
}

div.pagination div.center {
	display:block;
	float:left;
	width:293px;
	height:28px;
	background-color:#FFFFFF;
	padding:0px;	
}



/* gallery */
div.folder {
    display:block;
    float:left;
    width:366px; /* vignette de 160px de large *2 +30 */
    
    height:139px; /* vignette de 107 + 2x4px bordure +30 pour les controls en bas */
    margin:5px;
    margin-left:15px;
    margin-right:15px;
    overflow:hidden;
    color:#000000;
    padding:0px;
}

div.folder a {
text-decoration:none;
}

div.folder a h2 {
	color:#4567c1;
	font-size:1.4em;
	font-variant:small-caps;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-left:5px;
}
div.folder a p {
	color:#FFFFFF;
	font-size:1em;
	font-variant:normal;
	font-weight:normal;
	text-align:justify;
	margin:0px;
	margin-top:5px;
	padding:0px;
	margin-left:5px;
}

div.folder img.thumb {
	width:173px;
	height:133px;
	backround-color:#FFFFFF;
	float:left;
}

div.center a,div.center a img {
display:block;
top:0px;
height:20px;
line-height:20px;
margin-top:0px;
padding-top:0px;
}
div.center select {
margin:0px;
padding:0px;
}
div.center table {
height:20px;
margin-top:-1px;
}

div.center table td {
vertical-align:middle;
margin:0px;
padding:0px;
}

/* SECRET BOX */

div.path {
	margin-right:200px;
}

div.path,div.path a {
	color:#626355;
}


div.secret_box {
/*
	width:208px;
	height:49px;
	position:absolute;

	background-color:transparent;
	left:893px;
	top:142px;
*/
	/*background-image:url(_templates/acces_secu_bg.gif);*/
float:right;
width:180px;
	bacground-repeat:no-repeat;
	text-align:right;
}

div.secret_box table {
/*	margin-top:20px;*/
	margin-left:43px;
	align:right;
}

div.secret_box table td input {
	border:solid 1px #333333;
	width:120px;
	background-color:#332a2a;
	color:#FFFFFF;
}
