@CHARSET "ISO-8859-1";

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #3780E2;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.linkGalerie a:link {
	color: #3780E2;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	color: #505A67;
	padding-bottom: 20px;
}

h3 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #3780E2;
	padding-bottom: 5px;
}

html {
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	background: #FFF url(../images/interface/backgroundHeader.png) repeat-x center top;
	font-family: Georgia, Arial;
	font-size: 12px;
}

img {
	border: none;
}

.imgWithBorder {
	border: 1px solid #000;
}

.descriptionImage {
	background-color: #E5EBF4;
	border-top: 1px dotted #505A67;
	border-bottom: 1px dotted #505A67;
	padding: 5px 5px;
}

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto 0;
	background: url(../images/interface/logo.png) no-repeat left top;
	padding-top: 70px;
	font-family: Arial;
	text-align: right;
	color: #FFF;
}

#header a {
	color: #FFF;
}

#header a:hover {
	text-decoration: underline;;
}

#img {
	width: 960px;
	height: 250px;
	margin: -70px auto 0;
}

#content {
	width: 960px;
	min-height: 320px;
	margin: 0px auto 0;
}

#footer {
	width: 100%;
	height: 30px;
	position: relative;
	float: left;
	margin: 0px auto 0;
	padding-top: 5px;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background: #FFF url(../images/interface/backgroundFooter.png) repeat-x center top;
}

.pipe {
	padding: 0px 10px;
}

.imgRight {
	padding-top: 20px;
}

#mainContent {
	width: 670px;
	min-height: 320px;
	padding: 15px 10px;
	position: relative;
	float: left;
	border-right: 1px solid #CCC;
}

#rightBox {
	width: 260px;
	padding-top: 10px;
	position: relative;
	float: right;
	font-size: 11px;
	font-family: Arial;
	color: #666;
}

#indexLeft {
	width: 300px;
	position: relative;
	float: left;
}

#indexRight {
	width: 350px;
	position: relative;
	float: right;
}

#indexBottom {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 40px;
	border-top: 1px solid #CCC;
}

#screenshot {
	position: absolute;
	border: 1px solid #CCC;
	background: #F4F6FA;
	padding: 5px;
	display: none;
	color: #fff;
}


#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../images/icons/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}

#msgcontent {
	display:block;
	font-family: Arial;
	font-size: 12px;
	background:#FCFCFC;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:350px;
}