/* ********************** */
/*        DICTON          */
/* ********************** */

.dicton {
	text-align: center;
	border: 1px #AFAFAF;
	border-style: solid;
	padding: 10px;
}

span.dictonTitre { font-weight: bold; color: #7F3737; font-size: 12pt; }

span.dictonPatois {	color: #4F4F4F ; font-weight: bold; }

span.dictonFrancais { color: gray ; font-style: italic; }

.presentation, .deces {
	text-align: justify;
	border: 1px #AFAFAF;
	border-style: solid;
	padding: 10px;
}

.deces {
		background-color: #000000;
		color: #FFFFFF;
		font-weight: normal;
		background-image: url(../image/commun/deces.jpg);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 300px;
}

.presentation img {	border: none; }

.bonjour {
	font-weight: bold;
	color: gray;
	font-size: 12pt;
}

.dateNouveaute {
	margin-left: 20px;
	font-weight: normal;
	color: #BF0000;;
	font-size: 9pt;
	font-style: italic;
}

.nouveaute {
	margin-top: 20px;
	text-align: justify;
	border: 1px #AFAFAF;
	border-style: solid;
	padding: 10px;
}

a.home, a.home:visited { color: #473E8F; text-decoration: underline; }

a.home:hover { text-decoration: underline; color: red; }