
section#bandeauRecette { background:#b36a46; color:#333; }
section#admin  { background:#666; color:white; }
section#titre2 { padding:30px; text-align:center; font-weight: bold; }

a { text-decoration: none; }


table.table { border-left: solid 10px #eee; margin:0; }
table.table th { background:#eee; }   
table.table th { text-align:center; } 
table.table td.actions   { text-align: center; background:#eee; width:50px; }


thead.sticky_header { position: sticky; top: 0; }

div.alert { margin:20px; }

h1 { margin-top:  80px; color: #036; } 

h2 { margin-top: 80px; color:  #369; }

.text-end, .text-center { font-style:italic; }

code {  font-family: Courier;}

div.block, pre { 
	background: #eee;  
	border-left:  solid 10px black;
	padding:  10px; 
}

button.btn-success { margin: 10px; }
button.btn-danger  { margin-left: 250px; }


div.info    { background: #e1f4ff; border-color:blue; }
div.success { background: #dbf7d0; border-color:green; }
div.warning { background: #fffec6; border-color:yellow; }
div.danger  { background: #ffdfdf; border-color:red; }

form.formx { background: #ffe; padding: 20px; 
	border-left: solid 10px #cc8;
	max-width: 600px; } 

