/* Page News */
#p_navigation_articles {
	background-image: url(images/bg_navigation.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	border: 1px dashed #bbbbbb;
	margin-top: -0.75em;
	padding-right: 1%;
	padding-left: 10%;
	font-family: calibri, georgia, 'times new roman', arial, serif;
}
.a_archives_year {
	text-decoration: underline;
	color: green;
}
.a_archives_year:hover {
	font-weight: bold;
}
.a_archives_month {
	text-decoration: none;
	color: #7d0eee;
}
.a_archives_month:hover {
	font-weight: bold;
}



.div_article {
	background-image: url(images/bg_article_texte.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px dashed #cccccc;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 2em;
}


.div_article2 {
	background-image: url(images/bg_article_texte2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px dashed #cccccc;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 2em;
}


.p_titre_article {
	text-align: center;
	font-family: 'palatino linotype', 'comic sans ms';
	font-size: x-large;
	margin-bottom: 0;
	margin-top: 0;
}
.a_titre {
	color: black; 
	text-decoration: none;
}
.a_titre:hover {
	font-weight: bold;
}


.p_date_article {
	text-align: right;
	font-style: italic;
	margin-top: 0;
}

.p_texte_article {
	text-indent: 2%;
	padding-left: 10px;
	overflow: hidden;
}
.p_texte_article a {
	text-decoration: none;
	color: green;
}
.p_texte_article a:hover{
	font-weight: bold;
}
.p_texte_article a:focus{
	font-weight: bold;
}

.p_texte_article_admin {
	text-indent: 2%;
	padding-left: 10px;
	overflow: hidden;
	display: none;
	margin-top: 2em;
}
.p_texte_article_admin a {
	text-decoration: none;
	color: green;
}
.p_texte_article_admin a:hover{
	font-weight: bold;
}
.p_texte_article_admin a:focus{
	font-weight: bold;
}



.p_commentaires_article {
	text-align: center;
	font-variant: small-caps;
	font-size: large;
	margin-top: 2em;
}
.a_commentaire {
	text-decoration: none;
	color: darkblue;
}
.a_commentaire:hover {
	border: 0px dashed gray;
	padding: 1px;
	color: #009999;
}



/* Page article sélectionné */
.p_retour_news {
	background-image: url(images/bg_news_navigation.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'palatino linotype', 'trebuchet ms', arial, serif;
	border: 1px dashed #bbbbbb;
	padding: 0.2em;
	text-align: center;
}
.p_retour_news:hover {
	font-size: large;
	border: 1px solid gray; 
}
.p_retour_news a {
	text-decoration: none;
	color: black;
}


.div_commentaires {

}
.p_titrediv_commentaires {
	text-align: center;
	font-variant: small-caps;
	font-size: x-large;
	color: darkblue;
	margin-bottom: 0;
}

.div_message_commentaires {
	background-image: url(images/bg_article_commentaire.png);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid #66cccc;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}
.div_message_commentaires2 {
	background-image: url(images/bg_article_commentaire2.png);
	background-repeat: no-repeat;
	background-position: center left;
	border: 1px solid #66cc99;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}

.p_texte_commentaires {
	border: 0px solid yellow;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	text-indent: 2%;
}

.p_pseudo_date_commentaires {
	border: 0px solid green;
	text-align: right;
	font-style: italic;
	font-size: 0.90em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
}
.span_pseudo_commentaires {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}


#lien_ajout_commentaire {
	text-decoration: none;
	color: green;
}
#lien_ajout_commentaire:hover{
	font-weight: bold;
}


/* Admin page sélectionné */
.a_commentaires_admin {
	text-decoration: none; 
	font-size: medium; 
	color: brown; 
	font-style: normal;
}


.p_ajout_news {
	background-image: url(images/bg_navig_livredor.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'palatino linotype', 'trebuchet ms', arial, serif;
	border: 1px dashed #bbbbbb;
	padding: 0.2em;
	text-align: center;
}
.p_ajout_news:hover {
	font-size: large;
	border: 1px solid gray; 
}
.p_ajout_news a {
	text-decoration: none;
	color: black;
}



/* Page d'édition de news */
#form_edit_news {

}


