@charset "UTF-8";
/* CSS Document */

.nav {
	background-color: #FFFFFF;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	}
.click {
	background-color: #FFFFFF;
	height: 30px;
	margin-top: 0px;
	margin-left: 20px;
}
body {
	background-image: url(../global_media/main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.bloc_flag {
	height: 30px;
	margin-top: 0px;
	margin-left: 100px;
	width: 20px;
	}
.text_bold_black {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
}
.text_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.text_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.text_small_black {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text_small_black_bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.block_photo {
	width: 510px;
	height: 320px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.block_photo_vertical {
	width: 320px;
	height: 510px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
.bloc_next_photo {
	height: 120px;
	width: 510px;
	padding-top: 20px;
	background-image: url(../uk/media/photo_next.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
	padding-left: 10px;
}
.bloc_title_vertical {
	height: 30px;
	width: 330px;
	background-color: #FFFFFF;
}
.bloc_title {
	height: 30px;
	width: 520px;
	background-color: #FFFFFF;
}
.bloc_name {
	padding-left: 10px;
	float: left;
}
.bloc_prev_next {
	float: right;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.text_bold_red_big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #CC0000;
}
.text_bold_white_big {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.text_bold_gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
