@charset "utf-8";
/* CSS Document */

div#centre{
	border-top:#ff9f00 12px solid;
}

div#centre h1{
	color:#ff9f00;
	font-size:1.5em;
}

a.color-menu-current, a.color-menu-current:visited{
	color:#ff9f00;
}

div#centre a, div#centre a:link,div#centre a:visited{
	color:#ff9f00;
	font-weight:bold;
}

/* Page Actualités */
h2.post-title{
	color:#000;
}
h2.post-title a, h2.post-title a:link, h2.post-title a:visited{
	color:#ffa100;
	font-family:verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
}
h2.post-title a:hover{
	text-decoration:none;
}
div#centre h3{
	display:block;
	color:#ff9f00;
	border-bottom:1px solid #bbcde5;
	margin:10px 0 5px 0;
}
p.post-commentaire a, p.post-commentaire a:link, p.post-commentaire a:visited{
	color:#ffa100;
	font-family:verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
p.post-commentaire a:hover{
	text-decoration:none;
}

div.lls{
	margin-top:10px;
}
div.lls a, div.lls a:link, div.lls a:visited{
	color:#ffa100;
	font-family:verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
div.lls a:hover{
	text-decoration:none;
}

p.post-info{
	color:#a09f9f;
}
div.post-content p{
	margin:10px 0 10px 0;
}

div.post{
	border-bottom:1px solid #b2d4ea;
	margin-bottom:10px;
	padding-bottom:5px;
}

/* -- */


div.commentaire h4{
	color:#ff9f00;
	display:block;
	font-size:1em;
	border-bottom:1px solid #b2d4ea;
	margin-bottom:10px;
}

div.commentaire fieldset{
	border:0;
}

div.addcommentaire input.texte, div.addcommentaire textarea.texte, div.envoiami input.texte, div.envoiami textarea.texte{
	border:1px solid #ff9f00;
}

div.addcommentaire table th, div.envoiami table th{
	text-align:right;
	font-weight:normal;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.num-comm{
	width:30px;
	height:19px;
	color:#FFFFFF;
	background:url(../images/bg-num-commentaire.gif) no-repeat center;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	margin-right:10px;
}
