/* top elements */
@font-face {
	font-family: "Gentium";
	font-weight: bolder;
	src: url('css/GenBkBasR.ttf') format("truetype");
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

a:link {
	color: #636A73;
	text-decoration: none;
}
a:visited {
	color: #636A73;
	text-decoration: none;
}
a:active {
	color: #636A73;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.centrale {
	text-align: center;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}


#header {
   float: left;
   width: 100%;
   background-color: #598BBD;
}

#main {
   width: 550px;
   margin-left: auto;
   margin-right: auto;
	margin-bottom: 60px;
}

#footer {
   position: fixed;
   background-color: #598BBD;
   color: #fff;
   width: 100%;
   bottom: 0px;
   left: 0px;
   font-size: 0.9em;
   font-variant: small-caps;
	height: 60px;
}


#contact {
   float: left;
   width: 100%;
   padding-left: 5px;
}
#contact a, #contact a:visited { color: #fff; }
#contact a:hover { color: #d4d4d4; }

#menu {
   float: left;
   text-align: right;
   width: 100%;
   font-size: 2em;
   color : #fff;
	font-family: "Gentium", Arial, Helvetica, sans-serif;
   padding-top: 5px;
}
#menu a, #menu a:visited { color: #fff; }
#menu a:hover { color: #d4d4d4; }


h1 {
   font-size: 1.5em;
   background-color: #598BBD;
   color: #fff;
   padding: 10px 20px 10px 20px;
	font-family: "Gentium", Arial, Helvetica, sans-serif;
	background-image: url(../images/bgH1.png);
	background-position: right;
	background-repeat: repeat-y;
	letter-spacing: 2px;
}

h2 {
   font-size: 1.2em;
   color: #598BBD;
   border-bottom: 2px solid #d4d4d4;
}

.home {
	width: 800px;
   font-size: 30pt;
	font-family: "Gentium", Arial, Helvetica, sans-serif;
	line-height: 30pt;
	text-align: justify;
	letter-spacing: -1px;
}
.span1 {
	color : #726d6a;
}
.span2 {
	color : #96918d;
}
.span3 {
	color : #598BBD;
}

