			* {
				font-family: verdana;
			}			
			body {
				font-size: 11px;
				padding: 0;
				margin: 0;
				height: 100%;
				background-image: url("images/bg.jpg");
				background-repeat: repeat-y;
				background-color: #fff;
			}
			
			#wrapper {
				background-image: url("images/bg_main.jpg");
				background-repeat: repeat-y;
				width: 978px;
			}
			.header {
				background-image: url("images/header.jpg");
				background-repeat: no-repeat;
				height: 162px;
			}
			.header h1 {
				padding: 0;
				margin: 0;
				padding-top: 130px;
				padding-left: 50px;
				
				color: #649900;
				font-size: 12px;
			}
			
			
			.menu {
				float: left;
				margin-left: 45px !important;
				margin-left: 20px;
				width: 190px;
				padding: 10px;
			}
			
			.menu_item {
				margin-bottom: 10px;
				
			}
			
			
			.main {
				float: left;
				margin-left: 30px;
				/*width: 450px;*/
				width: 590px;
				padding: 10px;
			}
			
			
			.footer {
				background-image: url("images/footer.jpg");
				background-repeat: no-repeat;
				height: 83px;
			}
			
			
			.green {
				color: #649900;
			}
			
			
			a {
				color: #649900;
				font-weight: bold;
				text-decoration: none;
			}
			
			img {
				border: 0;
			}
			
			
			
			
.bloc_img_list_user {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 135px;
	height: 135px;
	text-align: center;
}
			
.img_param {
	height: 105px;
	background-color: rgb(245,245,245);
	
}

.title_img {
	
}


.comments_list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}


.gallery-img
{
	display: block;
	margin: 0.5em 0 0em 0;
}

.gallery-header
{
	font-size: 1.4em;
}

#gallery-nav
{
	color: rgb(180,180,180);
	margin: 0.3em 0 0.5em;
	text-align: center;
}