* {
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
}
textarea, input {
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  margin: 1px;
  opacity: 0.6;
  filter : alpha(opacity=60);
}
a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
a:hover {
  border-bottom-width: 0px;
}
label {
  cursor: pointer;
}
acronym {
  cursor: help;
}
/*
 * Lightbox
 */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	cursor: pointer;

	filter:alpha(opacity=75);
	opacity: 0.75;
  text-align: center;
	background: #000000;
}
#overlay .loading, #body .loading {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
#body .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 1012;
}
#wiindow {
  -moz-border-radius: 5px;
	z-index: 1001;
	display: none;
	position: absolute;

  border-width: 1px;
  border-style: solid;
	padding: 10px;
	overflow: auto;

}
#body #image_box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1010;
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	cursor: pointer;
}

/* Help */
#tips_heatmap {
  position: absolute;
  top: 120px;
  left: 0px;
  height: 59px;
  width: 152px;
  margin: 5px;
  padding: 5px;
  display: none;
  opacity: 0.6;
  filter : alpha(opacity=60);
}

/* Wrapper */
#wrapper {
  width: 980px;
  margin: auto;
}


/* Container */
#wrapper #container {
  position: absolute;
  width: 980px;
}


/* Header */
#container #header {
  height: 200px;
}
#header #login_overlay {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  height: 36px;
  opacity: 0.3;
  filter : alpha(opacity=30);
  position: absolute;
  right: 0px;
  width: 420px;
}
#header #login {
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 8px;
}
#header ul#tabs {
  left: 550px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 165px;
} 
#header ul#tabs li {
  float: left;
}
#header ul#tabs li a {
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  display: block;
  height: 19px;
  width: 125px;
  margin: 8px 2px 0px 0px;
  padding: 8px 0px 0px 0px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  opacity: 0.4;
  filter : alpha(opacity=40);
}
#header ul#tabs li a:hover {
  height: 25px;
  margin: 0px 2px 0px 0px;
  padding: 10px 0px 0px 0px;
  opacity: 0.8;
  filter : alpha(opacity=80);
}
#ctheme, #cheatmap, #cheatmap_stats {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  opacity: 0.3;
  filter : alpha(opacity=30);
  height: 18px;
  position: absolute;
  padding: 2px 0px 0px 0px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  top: 180px;
}
#ctheme {
  left: 65px;
  width: 120px;
}
#cheatmap {
  left: 187px;
  width: 100px;
}
#cheatmap_stats {
  left: 289px;
  width: 100px;
}
#ctheme:hover, #cheatmap:hover, #cheatmap_stats:hover {
  opacity: 0.8;
  filter : alpha(opacity=80);
}

.heatmap_img, .heatmap_trace, .heatmap_stats {
  position: absolute;
  z-index: 2000;
  text-align: center;
}
.heatmap_img {
  z-index: 3000;
}
.heatmap_img, .heatmap_stats {
  cursor: pointer;
}

/* Main */
#main #main_start {
  width: 980px;
  height: 15px;
}
#main #main_content {
  padding: 10px;
}
#main #main_end {
  width: 980px;
  height: 15px;
}



/* Main content */
#main_content {
  /*height: 1px;*/
  min-height: 500px;
}

/* Right Column */
#columnLeft {
  padding: 0px;
  width: 470px;
}

/* News */
#main_content .news {
  width: 470px;
  margin-bottom: 30px;
}
.topic .header {
  margin: 0px 0px 12px;
}
.topic .header .date {
  display: block;
  height: 45px;
  margin: -16px 0.9em 0pt 0pt;
  padding: 2px 0pt 0pt;
  width: 28px;
  text-transform: uppercase;
  text-align: center;
}
.topic .header .date .month {
  display: block;
  font-size: 10px;
}
.topic .header .date .day {
  display: block;
  font-size: 12px;
  padding: 1px 0px 0px;
}
.topic .header .title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 40px;
}
.topic .header .topicby {
  display: block;
  margin: -27px 0px 0px 42px;
  position: relative;
}
.topic .header .topicby .comments a {
  float: right;
  height: 20px;
  margin: 0pt;
  padding: 0pt 0pt 1px 18px;
  position: relative;
  text-decoration: none;
  border-width: 0px;
}
.topic .post {
  line-height: 1.6;
  margin: 0px 0px 20px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-bottom: 20px;
}


/* Comments */
#commentContainer {
  float: left;
  width: 500px;
}
#commentContainer ol#commentsList {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  display: block;
  padding: 0px;
  position:relative;
}
#commentContainer ol#commentsList li {
  float: none;
  clear: both;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#commentContainer ol#commentsList .authorInfo {
  float: left;
  position: static;
  width: 60px;
  margin-top: 10px;
}
#commentContainer ol#commentsList .authorInfo h4 {
  text-align: center;
}

#commentContainer ol#commentsList .authorInfo img {
  height: 40px;
  margin: 0px 0px 5px;
  padding: 4px;
  width: 40px;
  border-width: 2px;
  border-style: solid;
}
#commentContainer ol#commentsList .authorInfo a {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  text-decoration: none;
}
#commentContainer ol#commentsList .authorInfo a:hover {
  border-bottom-width: 0px;
}




#commentContainer ol#commentsList .message {
  margin-top: 10px;
  width: 370px;
  float: right;
}
#commentContainer ol#commentsList .message .cornerTL {
  margin:0px 0px 0px -23px;
}
#commentContainer ol#commentsList .message .cornerBR {
  padding:0px 14px 12px 37px;
}
#commentContainer ol#commentsList .message .numberContainer {
  display:block;
  margin:0px 0px 5px;
  padding:5px 0px 5px;
}
#commentContainer ol#commentsList .message p {
  line-height: 1.4;
  margin:0px 0px 3px;
  padding: 0px;
}

#addCommentFormContainer {
  width: 300px;
  float: right;
}
#addCommentFormContainer #formCornerBR {
  display:block;
  padding:0pt 0pt 12px;
  width:100%;
}
#addCommentFormContainer #formCornerTR p {
  font-size: 9px;
  padding: 12px 12px 0px;
}
#addCommentFormContainer form#commentform {
  padding:15px 15px 0px;
}
#addCommentFormContainer fieldset#commentFormFildset {
  border-width: 0px;
}
#addCommentFormContainer #commentform .inputContainer {
  position: relative;
}
#addCommentFormContainer #commentform input {
  border-width: 1px;
  border-style: solid;
  padding: 2px 7px;
  width: 60%;
}
#addCommentFormContainer #commentform textarea#comment {
  border-width: 1px;
  border-style: solid;
  height: 70px;
  padding: 7px 0px 7px 7px;
  width: 97%;
}




.required {
  font-weight: bold;
}

.inputError {
  border-width: 1px;
  border-style: solid;
}

/* Right Column */
#columnRight {
  float: right;
  width: 460px;
}
.pannel {
  float: left;
  margin: 0px 0px 20px;
  width: 230px;
}
.pannel p {
  padding: 0px 0px 10px;
}
.pannel img {
  border-width: 1px;
  border-style: solid;
  display: block;
  margin: 0px 0px 5px;
  padding: 2px;
  cursor: pointer;
}
.pannel a img:hover {
  border-width: 1px;
  border-style: solid;
}
.pannel .roundTop {
  width: 220px;
}
.pannel .roundBottom {
  padding: 10px 10px 30px 12px;
  height: 180px;
}
.pannel label {
  display: inline;
  width: 100px;
  float: left;
}
.pannel h3 {
  font-weight: bold;
  font-size: 12px;
  margin:0px 0px 0.5em;
  padding:0px;
}


/* surcharge de pannel */
.pannel_big {
  width: 430px;
}
.pannel_big .roundTop {
  width: 420px;
}
.pannel_small {
  width: 130px;
}
.pannel_small .roundTop {
  width: 120px;
}
.pannel_small .roundBottom {
  height: 100px;
}

/* Pannel photos */
.pannel ul.photos, .pannel ul.projets {
  height: 160px;
}
.pannel ul.photos li, .pannel ul.projets li {
  float: left;
  width: 60px;
  margin: 2px;
  height: 45px;
  text-align: center;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.pannel .photos img, .pannel .projets img {
  border-width: 0px;
  height: 40px;
  margin: auto;
}

/* Pannel Projets */
.pannel ul.projets li {
  width: 92px;
  height: 72px;
}

.pannel .projets img {
  height: 60px;
}

/* Online */
.online {
  width: 700px;
  height: 500px;
}
.online_people {
  width: 70px;
  height: 90px;
  text-align: center;
  margin: 10px 15px 15px;
  float: left;
  text-align: center;
}

.online_people img {
  border-style: solid;
  border-width: 2px;
  height: 50px;
  margin: 0px 0px 5px;
  padding: 4px;
  width: 50px;
}

/* Themes */
.themes .thumbs {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 50px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

/* Preferences */
.avatars {
  padding: 27px;
  text-align: center;
}
.avatars img {
  border-width: 1px;
  border-style: solid;
  width: 64px;
}
#avatar_zoom {
  position: absolute;
}
#avatar_zoom:hover {
  cursor: pointer;
}
.preferences {
  margin: auto;
  width: 890px;  
}

/* Projets */
.raytracer {
  padding-left: 34px;
  /*height: 590px;*/
}

.zappy {
  padding-left: 34px;
  /*height: 560px;*/
}

.dior {
  padding-left: 34px;
  /*height: 665px;*/
}
.rpg {
  padding-left: 34px;
  /*height: 865px;*/
}
.album {
  padding-left: 34px;
  /*height: 500px;*/
}
.projets .pannel_small .roundBottom img {
  border-width: 0px;
  height: 60px;
  margin: auto;
}

/* Footer */
#container #footer {
  text-align: center;
  margin: 5px;
  height: 45px;
}
#logo_nelsou {
  border-width: 0px;
}
.logo_nelsou {
  margin-left: 15px;
  border-width: 0px;
}



img.percentImage {
  background: #FFFFFF url(../images/percentImage_back.png) no-repeat scroll 1px 0pt;
  margin:5px 0pt 0pt;
  padding:0pt;
}

/* Heatmap */
#window_heatmap {
  background: transparent url(../images/heatmap/heatmap_bg.png) no-repeat scroll 1px 0pt;
  height: 370px;
  width: 425px;
  display: none;
  z-index: 4000;
  position: absolute;
}

#window_heatmap select {
  border-width: 1px;
  border-style: solid;
  padding: 1px;
  margin: 1px;
  width: 100px;
  opacity: 0.6;
  filter : alpha(opacity=60);
}

#windows_heatmap_stats {
  overflow: auto;
  height: 300px;
  margin-right: 9px;
}
