* {
 	margin: 0;
	padding: 0;
	border: 0;
}

body { 
	color: #444;
	font-family: Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:1.5em;
	background:#CCCCFF;
}

a, a:link {
	color: #0062BD;
	text-decoration: none;
}

a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.clear {
	clear: both;
	display: block;
}

#haut {
	height: 50px;
	line-height: normal;
	padding-top: 10px;
	margin-top: 16px;
}

#haut .banniere a {
	text-decoration: none;
}


#haut .banniere{ 
	font-size: 150%;
	font-weight:bold;
	width:100%;
	text-align:left;
}



/* laissez votre message */

#submit {
	margin: 15px;
}

#submit input {
	border: 1px solid #C0C0C0;
	padding: 4px;
}

#submit textarea {
	margin-top: 6px;
	border: 1px solid #C0C0C0;
	font-family: Verdana,Arial,sans-serif; 
	font-size: 13px;
	width: 100%;
}

#submit .ok {
	float: center;
	margin: 10px;
}

#submit .ok input {
	padding: 4px 15px;
	font-weight: bold;
	border: 1px solid #C0C0C0;
}

#submit select {
	border: 1px solid #C0C0C0;
	padding: 4px;
	width: 160px;
}

/* Contenu */

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#content .homelink {
	display:block; 
	float:right; 
	color:#000000;
	font-size: 82%;
}

#wrapper {
	padding-top: 11px;
	margin-top: 14px;
	float: left;
	width: 770px;
}

.post {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px;
}

.post a, a:link {
	color: #0062BD;
	text-decoration: none;
}

.post a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.post a.liencat, .post a.liencat:link {
	color:#808080;
}

.post a.liencat:hover {
	color:#808080;
	text-decoration: underline;
}

.post p.it {
	font-style: italic;
	color: #999;
}

.date {
	display: block;
	font-size: 75%;
	color: #808080;
}

.date a, .date a:link {
	text-decoration: none;
}

.date a:hover {
	text-decoration: underline;
}

.pub {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px;
	width:600px;
}
/* Pagination */

.pagination {
	color: #444;
	font-size: 82%;
	position: relative; 
	overflow: hidden;
}

.pagination a {
	color: #0062BD;
}

.pagination a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.pagination p.left {
	display:block;
	float:left;
} 
.pagination p.right {
	display:block;
	float:right;
}

/* Droite */

#droite {
	float: left;
	margin-left: 10px;
	_margin-left: 6px;
	margin-top: 25px;
	display: inline;
}

#droite .box {
	padding: 8px;
	width: 85%;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px;
	text-align: center;
}

.box input {
	border: 1px solid #C0C0C0;
	padding: 4px;
}

/* Bas */

#footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	font-size:11px;
	color: #AAAAAA;
	padding-right: 190px;
	text-align: center;
}

#footer a{
	text-decoration:underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer a, a:hover {
	color: #AAAAAA;
}

/* Formulaires */

.input_pseudo {
	float: left;
}

.input_cat {
	float: right;
}

.input_bttn {
	float: center;
	width:100%;
}

/* Formulaires */

.form {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: left;
}

.form .ok {
	text-align: left;
	margin-top: 15px;
	margin-left: 238px;
}

.form .ok input {
	padding: 4px 15px;
	font-weight: bold;
	border: 1px solid #ADADAD;
}