/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/under_the_sea/jbstyle.css
-------------------------------------------------------------------------------------*/
body {
  padding:0;
  margin:10px 0;
  text-align:center;
  font-size:80%;
  font-family: "Arial Rounded MT Bold";
  background-color:#343536;
}
h1,h2,h3,h4,h5,h6, p{
  margin:0;
  padding:0;
  color:#7d7f7e;
  
}
#container {
  width:726px;
  text-align:left;
  margin:0 auto;
}
#container h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family: "Arial Rounded MT Bold";
	font-weight:normal;
	color:#7d7f7e;
	text-align:center;
	border-bottom:solid 1px #7d7f7e;
}
#header {
	padding:2em 0;
}
#header h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	margin-top:5px;
	line-height:1em;
}
#info {
	color:#7d7f7e;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#000000; /*#c00 */
}
#jb_message.confirm {
  background-color:#000000; /*##360 */
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#content {
  background:#343536;
}
#primary {
  float:right;
	width:280px;
	padding:10px;
}
#secondary {
	width:400px;
  float:left;
  margin-bottom:1em;
  padding:10px;
}

#jb_addComment label {
	float: left;
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:12px;
	font-family: "Arial Rounded MT Bold";
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
	background-color:#343536;
	color:#7d7f7e;
}
#jb_addComment textarea{
	height:80px;
}
#jb_addComment .button{
	font-size:1 em; 
    width: 150px;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
  color:#7d7f7e;
}
#jb_comments{
	height:300px;
	overflow:auto;
}
.comment{
	width:370px;
	margin-bottom:15px;
	overflow:hidden;
	background-color:#343536;
	border:solid 1px #000;
	color:#7d7f7e;
}
.comment .header {
	font-weight:bold;
	background:#222222 ;
	padding:2px 1px;
	color:#7d7f7e;
}
.comment .header a{
	color:#fff;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#7d7f7e;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:0.8em;
	background:#b1b2b0;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#c00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}

.police {
	font-family: "Arial Rounded MT Bold";
	font-size: 72px;
}
.police_petit {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
}

a:link {
	color: #666768;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666768;
}
a:hover {
	text-decoration: underline;
	color: #343536;
}
a:active {
	text-decoration: none;
	color: #666768;
}

a.real:link {
	color: #666768;
	text-decoration: none;
}
a.real:visited {
	text-decoration: none;
	color: #666768;
}
a.real:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.real:active {
	text-decoration: none;
	color: #666768;
}