body{
	font: 10px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
iframe {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
}
#hr{
	position: relative;
	left: 50%;
	margin-left:-460px;
	width:920px;
	height:20px;
	/*border-bottom: 1px solid #BECBD4;*/
}
.clear{
	clear: both;
}
#mainpage{
}
#header{
	height:75px;
}
#infos, #tools{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#BECBD4;
	font-weight: bolder;
	font-size: 7pt;
	letter-spacing: 5px;
}

#tools a, #tools a:LINK, #tools a:VISITED{
	color:#BECBD4;
	text-decoration: none;
} 
#tools a:HOVER{
	color:#000000;
	text-decoration: underline;

} 
html>body #showmedia{
	
}
#showmedia{
	background: url(loading.gif) no-repeat center;
	padding-top:40px;
	width:auto;	
	height: 430px;
}
html>body #showmedia{

	height:auto;
	min-height: 430px;
}
#swfmenu{
	padding-top:40px;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Silver;
}
.copyright a:link, .copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Silver;
}

/*		------------------------------- 	*/
/*				TITRE DE LA PAGE				*/
/*		=============================== 	*/
/*	div contenant le titre */
#cat_title{
	text-align:center;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: white;
	padding-bottom: 20px;
}
/*	texte du titre*/
.cat_title{
	
}

/*		------------------------------- 	*/
/*						GALERIE					*/
/*		=============================== 	*/
/*	block contenant les vignettes	*/
#gallery_thumb{
	background: #F21E8C;
	text-align: center;
	padding-bottom:20px;
}
/*	vignette div > a > img > span media_info */
.thumbnail{
	background: white;
	 float:left;	
	
	width:120px;
	margin: 5px;
	padding-top: 10px;   
}
.thumbnail a:LINK, .thumbnail a:VISITED {
	
}
.thumbnail a:HOVER {
	
}
.thumbnail img{
	
}

/*	block contenant la grande image	*/
#gallery_media{
	position: relative;
	text-align: center;
	padding-bottom:0px;
	background: Aqua;
	width:900px;
}
/*	grande image div > img > span media_info */
.media{

}
.media img{
	
}
.media_info{
	text-align: center;
}

/*		------------------------------- 	*/
/*						NAVIGATION				*/
/*		=============================== 	*/

/*	block contenant la navigation	(pagination) */
/*	div > span "pagination_cat" > a */
/*	div > span "nav prev_page" > a */
#gallery_nav{
	height:32px;
	text-align: center;
}
.nav {
	display: inline;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pagination_cat a:LINK, .pagination_cat a:VISITED, 
.prev_media a:LINK, .prev_media a:VISITED, 
.next_media a:LINK, .next_media a:VISITED, 
.next_page a:LINK, .next_page a:VISITED, 
.prev_page a:LINK, .prev_page a:VISITED, 
.nav a:LINK, .nav a:VISITED{
	text-decoration:none;
	color: #F31C8E;
}
.pagination_cat a:HOVER, 
.next_media a:HOVER, 
.prev_media a:HOVER, 
.next_page a:HOVER, 
.prev_page a:HOVER, 
.nav a:HOVER{
	text-decoration:underline;
	color: #D20B74;
}


/*	numéros des images ou thumbnail */
.pagination_media{
display: inline;
	
}
.pagination_media img{
	/*border: 1px solid Black;*/
}
/*	numéros des pages */
.pagination_cat{
	display: inline;
}
/*		------------------------------- 	*/
/*				LISTE DES CATEGORIES			*/
/*		=============================== 	*/
#gallery_bottom{
	width:150px;
	padding: 0px;
	margin: 0px;
}
#gallery_category{
	/*background: #FFD700;*/
	text-align: left;
	padding: 0px;
	padding-right: 10px;
}


li{
	font-size: 14px;
	padding-top: 8px;
}
ul * li{
	font-size: 10px;
	padding-top: 0px;
}


ul.cat_folder{	
	list-style: none;
	margin-left:15px;
}
li.cat_item{

}
li.cat_item:before {content:" - "}

#gallery_category a:LINK, #gallery_category a:VISITED{
	text-decoration:none;
	color: #F31C8E;	
}
#gallery_category a:HOVER{
	text-decoration:underline;
	color: #D20B74;
}