/* Contenu */
body       { 
           font-family: Verdana, Tahoma, Helvetica, Arial; 
           background-color : #000000;
		   color :  #000000;
           }

h1         {
	   font-size : 1.2em;
	   margin : 0px;
	   padding : 0px;
       }

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

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

#wrapper {
	margin-top: 15px;
	float: left;
	width: 728px;
}

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

.centre {text-align: center}

.post h2{
	font-size:13px;
	margin-bottom:5px;
}
.post.menublog {
	text-align: center;
}

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

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

.post a.bf, a.bf:link {
	color: #4c93d6;
	text-decoration: none;
}

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


*+html .post .more{
	/* Cette portion de code est interprétée exclusivement par IE7 */
	margin-top: 6px;
	float: right;
}

* html .post .more{
	/* Cette portion de code est interprétée exclusivement par IE6 */
	margin-top: 6px;
	float: right;
}


.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;
}

.delete {
	display: block;
	float: right;
	margin-top: -19px; /* Correction */
	margin-left: 4px;
}

/* 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;
}


/* Admin blog */

.Ligne{
	height:20px;
	border-bottom:1px solid #ADADAD;
	width:660px;
}

.Ligne .LigneDate{
	float: left;
	width:100px;
}

.Ligne .LigneTitre{
	float: left;
}

.Ligne .LigneEdit{
	float: right;
	text-align:right;
	width:40px;
}

.Ligne .LigneHits{
	float: right;
	text-align:left;
	width:40px;
}

div.footer{
	   font-size : 0.8em;
	   text-align : center;
}
a.foot:link{color : #F8F8FF;}
a.foot:visited{color : #F8F8FF}
a.foot:hover{color : #F8F8FF;}
