@charset "utf-8";
/* CSS Document */
body {
	font-family: arial, sans-serif, helvetica;
	background-color: #e6e4f0;
	margin: 0;
	padding: 10px 0 0;
}
.logo {
	width: 700px;
	margin: 0 auto;
}
.info {
	background-color: white;
	width: 700px;
	margin: 0 auto;
	padding: 10px 20px;
}
.info h1 {
	font-size: 1.5em;
}
.info p {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
}
.info ul {
	padding-left: 50px;
	list-style-type: none;
}
.info li {
	list-style-type: none;
}
.info li a {
	color: blue;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/fileadmin/templates/images/fleche-gauche.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	display: block;
	padding-left: 10px;
}
.info li a:hover,
.info li a:focus,
.info li a:active {
	color: purple;
	font-weight: bold;
	background-image: url(/fileadmin/templates/images/fleche-on.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	text-decoration: none;
	z-index: 2;
	list-style-type: none;
}
.info a {
	color: blue;
	font-weight: normal;
	background-position: 0 0;
	text-decoration: none;
}
.info a:hover,
.info a:focus,
.info la:active {
	color: purple;
	font-weight: bold;
	background-position: 0 0;
	text-decoration: none;
	z-index: 2;
}



