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


body {
	color: #060;
	font-family: "Arial Black", Gadget, sans-serif;

}

p {
	font-size: 11px;
}

h1 {
	font-size: 19px;
	text-decoration: none;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 15px;
}

h6 {
	font-size: 15px;
}


a:link {
	text-decoration: underline;
	color: #060;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #060;
}
.blocmenu {
	position: fixed;
	width: 140px;
	margin-right: auto;
	word-wrap: break-word;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 6px;
}
img {
	display : block;
	margin: auto;
}

.bloc1 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bloc2 {
	width: 1000%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}