html, body{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    /*overflow: hidden;*/
}
#detectSpam {
visibility:hidden;
display:none;
}
body {
	text-align:center;
	min-width:750px;
	background-color: #fff;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
  margin: 0 auto;
  width: 720px;
  background-color: #FFF;
  text-align: center;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  
}

#wrapperheader {
	padding-top:40px;
	padding-bottom: 5px;
	height:90px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-left: 10px;
	margin-right: 10px;
}

*html #wrapperheader {
padding-left:50px;
	padding-top:40px;
	padding-bottom: 60px;
	height:165px;
	
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}



#wrapperbody{
padding: 10px 10px 50px 10px;/* top right bottom left - set the bottom for the footer (if footer is 100px make space for it)*/
}

#wrapperbody:after{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#contenu {
	padding-top: 0px;
}

#menu {
	position:relative;
	float:right;
}

#footer {
	clear:both;
	position: absolute;
	height:10px;
	font-size: 9px;
	color: #BBBBBB;
	padding:10px 10px 10px 10px;
	bottom: 0 !important;
	bottom: -1px;
	display: block;
	text-align: center;
}


#title {
	position:absolute;
	width:591px;
	height:75px;
	left: 0px;
	top: 100px;
}




img{
	border: 0px none #fff;
}

td.image{
	width:400px;
	padding-top:10px;
	vertical-align: top;
}
td.info{
	padding-left:10px;
	vertical-align: bottom;
	padding-top:10px;
}

td.insideinfo{
	vertical-align: bottom;
	padding-top:10px;
	width: 400px;
	display: block;
}
.titleImg{
	color:#000000;
	font-size: 18px;
	text-transform: lowercase;
}

.dateImg{
	color:#888;
	font-size: 10px;
	text-transform: uppercase;
}


.descImg{
	color:#000000;
	font-size: 11px;
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;

}
a:hover {
	color: #CCCC00;
	text-decoration: none;

}
a:active {
	color: #33CCCC;
	text-decoration: none;
	}
	

.divider{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	font-size: 6px;
}

.dividertop{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #ccc;
	font-size: 6px;
}
.tags{
	color:#888;
	font-size: 10px;
	text-transform: lowercase;
}

.tagsBig{
	color:#666;
	font-size: 12px;
	text-transform: lowercase;
}

td.titleComment{
	color:#888;
	font-size: 14px;
	font-weight: 400;	
}
td.commentmsg{
	color:#666;
	font-size: 12px;	
}

td.commentdetail{
	color:#888;
	font-size: 11px;	
}

.comments a{
	color:#888;
	font-size: 11px;
}
.comments a:hover{
	color:#CCCC00;

}

.titleLstImg{
	font-size: 11px;
}

.desc{
	font-size: 12px;
	color:#000000;
	text-align:right;
	font-weight:normal;
}


span.pagenumdead
{
	font-size: 14px;
	color:#000000;
	vertical-align: 45%;
}
a.pagenumlink{
	font-size: 14px;
	vertical-align: 45%;
}

a.menu{
font-size:12px;
}