@charset "iso-8859-1";
/* AUTEUR: Grégory LUSSU */
/* DATE DE CREATION: 31/05/00 */

/* Twitter */
#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4, #twtr-widget-1 .twtr-popular {
  background-color: #c9c9c9 !important;
  color: #ffffff !important;
}
#twtr-widget-1 .twtr-popular {
  color: #ffffff !important;
  background-color: rgba(201,201,201, .3) !important;
}
#twtr-widget-1 .twtr-tweet a {
  color: #000000 !important;
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
  color: #ffffff !important;
}
#twtr-widget-1 .twtr-new-results, #twtr-widget-1 .twtr-results-inner, #twtr-widget-1 .twtr-timeline {
  background: #969696 !important;
}
.twtr-scroll .twtr-timeline {
  overflow-x: hidden;
  overflow-y: auto;
}

/* General */
body {
  /*font-family: 'Trebuchet MS',Britannic,Gill Sans MT,Georgia,Helvetica,sans-serif;*/
  font-family : "Verdana","Arial","Helvetica","Sans-Serif";
  font-size: 10px;
  color: #666666;
}

a {
  color:#000000;  /* Couleur des liens. */
	text-transform: none;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
}

a:hover {
  color:#000000;  /* Couleur des liens avec la souris au-dessus. */
	text-decoration: underline;
}

html, div, img, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1172px;
}

/* Header */
#header {
	margin: 0 0 15px 0;
	/*text-align: center;*/
}

/* Left */
#leftContainer {
  float:left;
  width: 200px;
}

#middleContainer {
	float: left;
	width: 700px;
	height: 840px;
}

/* Right */
#rightContainer {
	float: right;
	width: 272px;
}

/* Animation */
#animContainer {
  /*position:relative;*/
  align:left;
  border: solid #000000 0px;
  width:100%; /* = 8 * 84 */
  height:100%; /* =  8 * 84 */
}

/* Tags */
#item-tags {
  float: left;
  width: 190px;
}
#item-tags a.tag:hover {
  background-color: #EAEAE3;
  cursor:default;
}
#item-tags a.tag {
  display: inline-block;
  padding: 4px 4px 4px 6px;
  margin: 0 2px 6px 0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  background: #F5F5F1 none repeat scroll 0 0;
  cursor:default;
}
#item-tags a:hover, #item-tags a:active {
  text-decoration: none;
  cursor:default;
}

/* Footer */
#footerContainer {
  clear: both;
  position: relative;
  text-align: left;
  top: 0px; /* Space above footer */
  bottom: 0px; /* Space below footer */
  background-color: #f0f0f0;
  width: 1152; /* = 1172-2*10 */
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  vertical-align: middle;
}

#footerContainer ul {
  display: inline;
}

#footerContainer li {
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footerContainer a {
  color: #666666;
}

img.middle {
  vertical-align: -25%;
  padding-top: 5px;
}

.rightAlign {
	float: right;
	text-align: right;
}
