a {
  text-decoration: none;
  color: #3B5998;
}
p.feedback {
  padding: 3px;
  border: 2px solid Red;
  width: 600px;
}

span.y_highlight {
  background-color: #FFFF00;
}

h1 {
  background-color: #FFFFFF;
  font-size: 140%;
  padding: 6px;
  width: 1000px;
  border: 2px dotted #B5CEFF;
}

h2 {
  background-color: #FFFFFF;
  font-size: 120%;
}

#identification {
  background-color: #E8E8FF;
  width: 600px;
  padding: 4px;
}

#liste_des_nouvelles {
  border: 0px;
  width: 600px;
  border-collapse:collapse;
  background-color: #FFFFFF;
}
#liste_des_nouvelles td.nouvelle, #liste_des_nouvelles td.avatar {
  padding: 10px 2px;
  border-top: 1px solid #CCCCCC;
  vertical-align: top;
  text-align: left;
}
#liste_des_nouvelles td.avatar {
  width:60px;
}
#liste_des_nouvelles td.avatar_commentaire {
  vertical-align: top;
  text-align: left;
  width:36px;
}

.jaime, .ecrire_un_commentaire, .commentaire, .commenter {
  font-size: 80%;
  width: 500px;
  padding: 4px;
  margin-top: 2px;
}
.jaime, .ecrire_un_commentaire, .commentaire {
  background-color: #E8E8FF;
}
.commenter {
  text-align: right;
}

img.avatar {
  height: 50px;
  width: 50px;
  border: 0px;
}

#arbustes {
  position: relative;
  background-color: #FFFFFF;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	font-size:80%;
	height:200px;
	width:250px;
	padding:4px;
  background-color: White;
  border: solid 1px #800000;
  border-bottom: solid 1px #FFFFFF;
}
