body {
 background: #fbf4ef;
}

img {
	border: 0px;
}

a:active, a:focus {outline: 0;}

#header {
	height: 60px;
	width: 100%;
	position: fixed;
	/*top:9px;
	left:10px;*/
	z-index: 0;
	background: #fbf4ef;
	padding-left: 10px;
	padding-top: 9px;
	top:0px;
	left:0px;
}

#logo {
	background: url(../images/Logo_Tetard.png);
	width: 118px;
	height: 53px;
	float:left;
	cursor: pointer;
}

#menu {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 8pt;
	padding-top: 30px;
	height: 19px;
	float: left;
	width: 890px;
}

#menu ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	margin-left: 41px;
	cursor: pointer;
}

#menuLine {
	clear: both;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid black;
	width: 935px;
	padding-top: 5px;
	margin-left: 27px;
}

#image {
	height: 541px;
	overflow: hidden;
	position: fixed;
	top:68px;
	left: 27px;
	display: none;
}

#news {
	width: 350px;
	height: 400px;
	position: absolute;
	top:67px;
	left: 37px;
	display: none;
}

.menu {
	font-family: "Courier New", Courier, Monaco, monospace;
	z-index: 100;
	background-color: black;
	position: absolute;
	top:68px;
	left:0px;
	width: 200px;
	color:white;
	padding: 10px;
	display: none;
}

.large {
	width: 250px;
}

.menu ul {
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.menu ul li {
	margin-bottom: 0px;
}

.menu ul li ul li {
	margin-bottom: 0px;
}

.menu a {
	color: white;
	font-size: 8pt;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
	color: white;
}

#lang {
	right: 45px;
	top: 10px;
	position: absolute;
	color: #555;
}

#lang a {
	color: #555;
}

.box {
	position: relative;
}

.boxShadow {
	background: black;
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 0px;
	right: 0px;
}

.boxContent {
	position: absolute;
	left: 0px;
	top: 0px;
	background: white;
	border: 1px solid gray;
	bottom: 2px;
	right: 2px;
}

.boxContent a {
	color: black;
}

.boxContent a:hover {
	text-decoration: none;
}

.imageClose {
	font-family: "Courier New", Courier, Monaco, monospace;
	right: 8px;
	top: 3px;
	position: absolute;
	font-size: 20px;
	cursor: pointer;
	color: white;
}

.boxClose {
	font-family: "Courier New", Courier, Monaco, monospace;
	right: 5px;
	top: 5px;
	position: absolute;
	font-size: 12px;
	cursor: pointer;
}

.boxTitle {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 8pt;
	font-family: "Courier New", Courier, Monaco, monospace;
	margin-left: 15px;
	margin-top: 5px;
}

.subMenuHeader {
	text-transform: uppercase;
	text-decoration: underline;
	color: white;
	font-size: 8pt;
}

.menu .subMenu a {
	color: white;
	text-decoration: none;
}

.menu .subMenu a:hover {
	color: white;
	text-decoration: underline;
}

.marginTop {
	margin-top: 10px;
}

.news, .login {
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
}

.text {
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

.normal {
	width: 360px;
	height: 530px;
	float: left;
	margin-top: 71px;
	margin-left: 10px;
}

.thumb, .imageBloc {
	margin-top: 10px;
	margin-left: 15px;	
}

.thumbs {
	margin-bottom:10px;
	margin-right: 10px;	
}

.thumbLegend {
	position: absolute;
	top:460px;
	left: 20px;
	padding-right: 20px;
	font-size: 10pt;
	font-style: italic;
}

.files {
	position: absolute;
	bottom: 10px;
	left: 13px;
}

.file {
	margin-right: 5px;
}

.fileLegend {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	float: right;
}

#login {
	width: 350px;
	height: 130px;
	position: absolute;
	top:79px;
	left: 37px;
}

.login input, .login textarea  {
	width: 280px;
	height: 20px;
	margin-left: 20px;
	margin-top: 5px;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 8pt;
	margin-bottom: 5px;
}

.login textarea {
	height: 100px;
}

.login .submit {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 8pt;
	width: 30px;
	background: white;
	border: 0px;
}

.posts {
	float: left;
	width: 360px;
	height: 530px;
	min-height: 100px;
	margin-top: 71px;
	margin-left: 10px;
	overflow: hidden;
}

.blogText {
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 100px;
	overflow: hidden;
	height: 485px;
}

.scroller{
	margin-left: 19px;
}

.boxText small{
	font-style: italic;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
}
