.BDDSoustitre { display: block; font-weight: bold; color: #b00c0c; margin-bottom: 10px; }
.BDDChapo { display: block; font-weight: bold; margin-bottom: 10px; }
.BDDEncadre { display: block; background-color: #f5f5e9; padding: 10px; margin: 10px 0; }
.BDDCont { display: block; margin-bottom: 20px; }
.BDDimg { padding: 1px; margin: 5px 5px 5px 0; border: 1px solid #b7b7b6; float: left; }
.BDDEncadre a, .BDDCont a { font-size: 1em; }
a.BDDLien { font-size: .85em; } 

.BDDEncadre a, .BDDCont a, a.BDDLien  { color: #353535; text-decoration: underline; } 
/* les classes .BDDLienHover  et .BDDLienVisited sont uniquement l� pour la demo... inutile par la suite */
a.BDDLienHover, a.BDDLienVisited { font-size: .85em; } 
a.BDDLienHover, a.BDDLienVisited { text-decoration: underline; } 
.BDDEncadre a:hover, .BDDCont a:hover, a:hover.BDDLien, a.BDDLienHover { color: #b00c0c; } 
.BDDEncadre a:visited, .BDDCont a:visited, a:visited.BDDLien, a.BDDLienVisited { color: #a9a9a0; } 

/* Liste classique CE */
ul.BDDListe { margin: 0; padding: 0; list-style: none; margin: 0 0 20px 50px; }
ul.BDDListe li {
	padding-left: 19px; margin: 2px 0;
	background: transparent url("/images/_common/bdd_liste_puce.gif") left 4px no-repeat;
}

table.BDDTable { width: 520px; border-collapse: collapse; margin: 10px 0; font-size: 1em; }
table.BDDTable tr th, table.BDDTable tr td {
	border: 1px solid #ffffff; padding: 5px 10px;
	text-align: center; font-size: .85em;
}
table.BDDTable tr th { background-color: #8b0404; color: #ffffff; font-weight: bold; }
table.BDDTable tr td { border-color: #f5f5e9; background-color: #ffffff; }

table.BDDTable tr th:first-child, table.BDDTable tr td:first-child  { text-align: left; }
