/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
/*-- Longogueur de l'espace */

#container {
  width:700px;
  text-align:left;
 
  
/* Les titres des encarts*/  
}
#container h3 {
	font-size:1.4em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	-moz-border-radius: 5px 5px 5px 5px;
	font-weight:normal;
	color:#ffffff;
	background-color:#787878;
	text-align:center;
}

#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:35%;
	 font-family:"Arial", sans-serif;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
	 font-family:"Arial", sans-serif;
}
#jb_message.error {
	background-color:#c00;
	 font-family:"Arial", sans-serif;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
   font-family:"Arial", sans-serif;
}
#primary {
  float:right;
}
/* ici c'est la longueur de l'affiche commentaire*/
#secondary {
width:470px;
  float:left;
  margin-bottom:1em;
   font-family:"Arial", sans-serif;
}
/* ici c'est la longueur du form ajout*/
#jb_addComment{
	width:220px;
}
#jb_addComment label {
  display:block;
  color:#000;
  font-weight:bold;
  font-size:1em;
   font-family:"Arial", sans-serif;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
}
#jb_addComment textarea{
	height:80px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	height:auto;
	overflow:auto;
}
.comment{
	 background: none repeat scroll 0 0 #FBFAFF;
    border: 1px solid #D9E8FF;
    color: #000000 !important;
    margin-bottom: 15px;
    overflow: hidden;
    width: 468px;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #007ac3;
	padding:2px 1px;
	background:url(images/c_header_bg.gif) repeat-x top;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
	font-size:1.0em;
}
.comment .date {
	font-size:0.9em;
	text-align:right;
	color:#483d8b;
	padding-right:4px;
}
/*#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:0.8em;
	border-top:solid 2em #000;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}*/
.required{
	color:#fe5950;
}
.requirat{
	color:#fff;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
