.clear:after {
	content: ".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.container {
	width:960px; 
	margin:0 auto;	
}

div .LT_powered img
{
	display: none !important;
}

/*LOGO*/

.logo {
	width:376px;
	float:left;
}
.logo a { 
	display:block; 
	text-decoration:none;
	background:url(../images/logo.jpg) no-repeat left;	
	width:514px;
	height:121px;
	cursor:pointer;
}

/*Form Style*/

.form {
	font-weight:bold;
	color:#6E625C;
	background:#FFF;
	width:243px;
	padding:10px;
}


.form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: left;
	width: 192px;
	color:#6E625C;
	height:20px;
	background:#EFE5D9;
	border-style:none;
	padding:5px 5px 0 5px;
} 

.form input.search {
	float: left;
	margin:0 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	width: 37px;
	text-align:center;
	color:#B74B20;
	height:25px;
	background:#EFE5D9;
	border-style:none;
	font-size:11px;
	padding:3px 0 3px 0;
	cursor:pointer;
}
/*INFOS*/

.infos ul {
	margin:10px 0 0 0;
}
.infos ul li {
	margin:0 0 4px 0;
	display:block;
}
.infos a:link, .infos a:visited  {
	color:#294867;
	text-decoration:none;
}
.infos a:hover {
	color:#294867;
	text-decoration:underline;
}
.infos label {	
	font-weight:bold;
	margin-right:3px;
	text-align:left;
	color:#333;
	float:left;
}

.books h2
{
	text-align: left;
}

.books img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	display: block;
}

#books a img
{
text-decoration: none !important;
}

#books img
{
	margin: 0 auto;
	text-align: center;
	display: block;
}

.projects img {
	border: 1px solid #E2E0E1;
	margin: 2px;
}

.projects img:hover, .proj-container img:hover {
	border-color: #70461C;
}

table.flickr td
{
	padding: 8px;
}

span.asterik {
	color: #FF0000;
}

span.success {
	color: #093 !important;
}

div.error
{
	color: #990000;
}

a.selected
{
	font-weight: bold !important;
	text-decoration: none;
}

a.legend
{
	text-decoration: none;
}
#books td
{
	padding: 3px;
	text-align: center;
}

/*FILLUPFORMS*/
.fillupform {
	width:650px;
}
.fillupform li {
	float:left;
	color:#FF0000;
	margin:15px 0 0 0;
	width:650px;
}
.fillupform ul li label {
	display:block;
	width:60px;
	padding:8px 8px 8px 0;
	font-weight:bold;
	text-align:left;
	color:#333;
	float:left;	
}
.fillupform input {
	width:300px;
	border-style:none;
	padding:8px;
	background:#ECECEC;
	margin:0 0 0 10px;
	float:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform textarea {
	height:130px;
	width:350px;
	margin:0 0 0 10px;
	padding:8px;
	float:left;
	background:#ECECEC;
	border-style:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
}
.fillupform input.btn {
	color:#333;
	margin:0 0 0 10px ;
	width:60px;
	padding:0 6px 3px 5px;
	height:27px;
	background:#ECECEC;
	cursor:pointer;
	float:left;
	text-align:center;
	border:1px solid #CCC;
}
/*LABELERROR*/ 
.fillupform ul li label.error {
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 10px;
	width:120px;
}

/*FOOTER*/
.footer {
	width:930px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	padding:10px 15px 5px 15px;
}
.footer p {
	line-height:23px;
}
.footer a:link, .footer a:visited {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFF;
	text-decoration:underline;
}