/* CSS Document */
* { 
	/*padding: 0; margin: 10px; border: 10px; */
	font-size: 9pt;
}

#menu_gal {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D0C8;
	height: 100%;
}

#fond_gal {
	/*color: #3399CC;*/
	font-size: 8pt;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-color: #B7D0DD;
	border-bottom-width: 1px;
} 

#fond_gal_mess {
	font-size: 8pt;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B7D0DD;
	border-bottom-color: #B7D0DD;
	border-left-color: #B7D0DD;
} 

#date_gal {
	float: right;
	right: 20px;
	font-size: 7pt;
	text-align: right;
	width: 20%;
	color: #C3C3C3;
}

#gal_new {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_edit_new.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#gal_old {
	list-style-type: none;
	padding: 0 0 0 25px;
	background-image: url(../images/tfc_edit.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#user_gal {
	padding: 0 0 0 25px;
	font-size: 9px;
}

#image {
	position: relative;
	left: 0px;
	width: 160px;
	height: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#album_image {
	position: relative;
	left: 0px;
	right: 0px;
	width: 190px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}