/*** Menu Actu *****************************************/
#menuActu {
        float: right;
	width: 165px;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px outset gray;
	padding: 5px 5px;
}
#menuActu img {
	float: left;
	border: 0;
	margin-right: 5px;
	padding-top: 2px;
}
#menuActu a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}
#menuActu a:hover {
	color: black;
}
#menuActu a.rss, #menuActu a.news {
	display: block;
	padding-left: 40px;
}
#menuActu a.rss {
	background: url("xml.gif") left 50% no-repeat;
}
#menuActu a.news {
	background: url("news.gif") left 50% no-repeat;
}
#menuActu h4 {
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 2px 0px;
	font-style: italic;
	font-size: 100%;
	color: white;
	background-color: gray;
	text-align: center;
}

.lireActu {
	text-align: center;
	border-left: 12px solid gray;
	border-right: 12px solid gray;
	border-bottom: 1px dotted gray;
}

/*** Actualités ****************************************/
.actualite {
	padding: 5px 10px;
	margin-bottom: 15px;
	text-align: justify;
	border: 1px dashed gray;
}
.actualite h2{
	margin-bottom: 0px;
}
.actualite h2 a {
	text-decoration: none;
	color: black;
}
.actualite h2 a:hover {
	text-decoration: underline;
}
.post-entete {
	text-align: right;
}
.post-entete span {
	float: left;
}
.post-entete a, .post-info-co a {
	text-decoration: none;
	font-size: 80%;
	color: #A0A0A0;
	font-weight: bold;
}
.post-entete a:hover, .post-info-co a:hover {
	color: black;
}
.post-info {
	font-size : 80%;
	margin-top : 0;
}
.post-info-co {
	text-align: right;
	margin-bottom: 0px;
}
.post-info-co a {
	background : transparent url(ico_comments.png) no-repeat 0 40%;
	padding-left: 13px;
}

/** Menu Actualités ************************************/
#menuActu.extended {
	position: absolute;
	top: 165px;
	left: 710px;
	width: 180px;
	border: 1px outset gray;
	padding: 5px;
}
#menuActu.extended ul {
	list-style: none;
	margin-top: 5px;
	padding-left: 10px;
}
#menuActu.extended strong a {
	color: black;
}
#menuActu.extended ul strong:before {
	content: "» ";
}

input.submit {
	background: url("images/fade-butt.png");
	border: 1px outset #999;
	padding: 0.2em;
	margin-left: 5px;
}
input.submit:active {
	background: #F4F4F4;
	border: 1px inset #999;
}

/** Commentaires ***************************************/
.comment-number {
	float: left;
	margin-right: 10px;
	font-family: georgia;
	font-size: 200%;
}
.comment-number:before {
	content: "#";
}
.comment-info {
	background-color: #DDDDDD;
}
.comment-info a {
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
}
.comment-info a:hover {
	color: black;
}
