html, body, h1, h2, ul, li , p, textarea, input {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#dbeaff;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:13px;
	color:#333;
}

h1, h2 {
	margin-bottom:15px;
	text-decoration:underline;
  text-transform:uppercase;
}

h1 {
	font-size:16px;
	color:#666;
}

h2 {
	margin-top:15px;
	font-size:14px;
}

a {
	color:#1f6697;
}

a:hover {
	color:#103650;
}

img, table {
	border:0;
}

table {
	width:100%;
}

.nowrap {
  white-space:nowrap;
}

/* DIV */

#body {
	width:950px;
	margin:auto;
}

#header {}

#info {
	padding:1em;
	text-align:center;
	background-color:#f1f7eb;
	border-bottom:1px dotted #499c35;
}

#content {}

#sidebar {
	width:300px;
}

#suggest {
	padding:10px;
	background-color:#fff5cc;
}

#suggest a {
	font-size:12px;
	text-decoration:none;
	color:#4c4c4c;
	padding:2px 20px;
	display:block;
	height:1%;
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
	background-position:3px 4px;
}

#suggest a:hover {
	background-color:#fff;
}

#suggest ul {
	list-style-type:none;
}

#suggest ul li {
	border-bottom:1px dotted #ccc;
}

#page {
	padding:30px;
	background-color:#fff;	
	background-repeat:repeat-x;
}

#footer {
	clear:both;
	padding:10px;
}

/* PAGE */

.left, .right {
	width:590px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.pages thead td {
  font-size:12px;
  text-transform:uppercase;
  color:#666;
}

.pages td {
	padding:2px 10px;
	border-bottom:1px dotted #ccc;
}

.pages td.icon {
  padding-right:0;
}

.pages a {
  text-decoration:none;
}

.pages a:hover {
  text-decoration:underline;
}

.message {
	padding:1em 0 1em 0;
	border-bottom:1px dotted #999;
}

.infos {
	margin-top:1em;
	color:#999;
	background-image:url('../images/puce.gif');
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding-left:14px;
}

/* PAGINATION */

.pagination {
	text-align:center;
	padding:1em;
}

.pagination p {
	display:inline;
}

/* DEBUG */

#debug {
	padding:30px;
	clear:both;
}

/* PUB */

#pub-top {
	float:right;
	margin-top:10px;
}

#pub-right {
	margin-left:20px;
	margin-top:20px;
}

#pub-index {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

/* FORM */

input.text, textarea {
	border:1px solid #999;
	color:#333;
	padding:3px;
	margin-top:2px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:13px;
	color:#333;
}

input.text {
	width:250px;
}

textarea {
	width:582px;
}

.error {
	border-color:#ff6666 !important;
}

div.submit {
	text-align:right;
	margin-top:1em;
}

div.submit input {
	background-color:#ad7c54;
	width:120px;
	height:25px;
	border:0;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11pt;
}