* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #000;
	font: 0.6em verdana;
	color: #FFF;
}

p {
	text-align: center;
}

a img {
	opacity: 0.3;
}

a:hover img {
	opacity: 1;
}

#lindex {
	margin: 20px auto;
	text-align: center;
	width: 710px;
}

#lindex img {
	vertical-align: middle;
	margin: 5px;
}

#logo {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#logo li {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#logo li a {
	display: block;
	height: 224px;
	opacity: 1;
}

#logo li span {
	display: none;
}

#fr a {
	width: 352px;
	background: url(../images/index_fr.jpg) no-repeat 0 0;
}

#fr a:hover {
	background: url(../images/index_fr.jpg) no-repeat 0 -224px;
}

#en a {
	width: 351px;
	background: url(../images/index_uk.jpg) no-repeat 0 0;
}

#en a:hover {
	background: url(../images/index_uk.jpg) no-repeat 0 -224px;
}

#action {
	font: 1.5em verdana;
}

.clear {
	clear: both;
}

a.petit {
	text-decoration: none;
	color: #9C9C9C;
	border-bottom: 1px dotted #9C9C9C;
	opacity: 1;
}

a.petit:hover {
	border-bottom: 0px solid #9C9C9C;
}