body
	{
	margin: 0px;
	padding: 0px;
	margin: auto;
	font-family: "Segoe Print","Arial";
	font-size: 18px;
	color: #000000;
	width: 870px;
	background-image: url("../data/body.jpg");
	}

h1
	{
	color: #3C6897;	
	font-size: 26px;
	}	
	
h2
	{
	color: #CC2E5E;	
	font-size: 20px;
	}	
	
h2 a
	{
	color: #CC2E5E;	
	}	

h3
	{
	color: #CC2E5E;	
	}	
	
h3 a
	{
	color: #CC2E5E;	
	}	

img
	{
	border: 0px;
	}
	
a
	{
	color: #000000;
	text-decoration: none;
	}

a:hover
	{
	color: #CC2E5E;
	}
	
input[type=submit]
	{
	height: 30px;
	font-size: 14px;
	}
	
#go
	{
	font-size: 14px;
	width: 30px;
	}

#form_search
	{
	display: inline;
	}
	
#search
	{
	width: 500px;
	font-family: "Segoe Print","Arial";
	font-size: 14px;
	color: #A0A0A0;
	font-style: italic;	
	font-size: 14px;	
	margin-top: 10px;
	}

#block_central
	{
	float: left;
	width: 100%;
	min-height: 600px;
	/*margin-bottom: 10px;*/
	background-image: url("../data/parchemin.jpg");
	background-repeat: no-repeat;
	}
	
#block_header
	{
	font-size: 14px;
	color: #3C6897;
	float: left;
	width: 85%;
	/*margin-top: 50px;*/
	text-align: center;
	font-weight: bold;
	}
	
#block_header h1
	{
	margin-bottom: 60px;
	}

	
#block_main
	{
	float: left;
	width: 85%;
	margin-left: 30px;
	}
	
#block_down
	{
	min-height: 30px;
	float: left;
	width: 100%;
	text-align: center;
	/*margin-top: 20px;*/
	margin-bottom: 10px;	
	}
	
#block_pub2
	{
	float: left;
	float: left;
	width: 85%;
	text-align: center;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 10px;
	}

.title
	{
	color: #CC2E5E;	
	font-size: 22px;
	}	

.title a
	{
	color: #CC2E5E;	
	}
	
.content
	{
	font-style: italic;
	margin-bottom: 10px;
	}

.contents
	{
	font-style: italic;
	font-size: 14px; 
	}

.contents a
	{
	font-style: italic;
	}

.form_line
	{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.form_left
	{
	float: left;
	width: 35%;
	}

.form_right
	{
	float: right;
	width: 65%;
	}	

.form_line input[type=text]
	{
	width: 80%
	}	
	
.form_line textarea
	{
	width: 80%
	}
	
.form_line select
	{
	width: 80%
	}	
	
#footer_links
	{
	margin-top: 10px;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	min-height: 30px;
	}
	
.little
	{
	font-size: 12px;
	}
		
.btn 
	{
	font-family: "arial";
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#E6E6E6));
	background-image: -webkit-linear-gradient(white, white 25%, #E6E6E6);
	background-image: -moz-linear-gradient(top, white, white 25%, #E6E6E6);
	background-image: -ms-linear-gradient(white, white 25%, #E6E6E6);
	background-image: -o-linear-gradient(white, white 25%, #E6E6E6);
	background-image: linear-gradient(white, white 25%, #E6E6E6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 12px 6px;
	color: #333;
	font-size: 11px;
	/*font-weight: bold;*/
	line-height: 14px;
	border: 1px solid #666;
	border-bottom-color: #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 0  rgba(255, 255, 255, 0.2), 0 1px 2px  rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0  rgba(255, 255, 255, 0.2), 0 1px 2px  rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	}
	
.btn.primary
	{
	color: white;
	background-color:  #3B5998;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#627AAD), to(#3B5998));
	background-image: -moz-linear-gradient(top, #627AAD, #3B5998);
	background-image: -ms-linear-gradient(top, #627AAD, #3B5998);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #627AAD), color-stop(100%, #3B5998));
	background-image: -webkit-linear-gradient(top, #627AAD, #3B5998);
	background-image: -o-linear-gradient(top, #627AAD, #3B5998);
	background-image: linear-gradient(top, 627AAD, #3B5998);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#627aad', endColorstr='#3b5998', GradientType=0);
	border-color: #3B5998 #3B5998 #263961;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}

.block_like
	{
	display: inline;
	float: left;
	margin-top: 2px;
	}
	
.block_feed
	{
	display: inline;
	float: left;
	margin-right: 5px;
	}
	
#block_page
	{
	float: right;
	width: 75%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	padding-top: 10px;
	padding-right: 150px;
	}
	
#block_page strong
	{
	font-size: 12px;
	color: #CC2E5E;
	font-weight: bold;
	}
		
#form_contact input,textarea
	{
	display: block;
	width: 90%;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 5px;
	}
	
#form_contact input
	{
	height: 30px;
	
	}
	
#form_contact textarea
	{
	height: 100px;
	}
	
#form_contact input,span,textarea
	{
	font-size: 14px; 
	}
	
#form_contact span
	{
	font-weight: bold; 
	}	
	
#form_edit input,textarea
	{
	display: block;
	width: 90%;
	margin-left: 10px;
	height: 30px;
	margin-bottom: 5px;
	}
	
#form_edit input
	{
	height: 30px;
	
	}
	
#form_edit textarea
	{
	height: 100px;
	}
	
#form_edit input,span,textarea
	{
	font-size: 14px; 
	}
	
#form_edit span
	{
	font-weight: bold; 
	}
