/*
Style sheet for the CSS3 specification
www.didac-tic.fr
2002, 2007, 2012, 2020
*/

/*****************************
others
******************************/



/*****************************
colors from Jazz (Matisse)

dark blue: #003399
blue: #0066cc
light blue: #3399cc

dark orange: #cc9900
orange: #ffcc00
light orange: #ffee88

dark red: #660033
red: #cc0066

black green: #006633
green: #009933
light green: #99cc99

*******************************/
	
body.laurel div.content-transparent { 
	background: url(laurel_or.png);
	background-origin: content-box;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat; /**/
	
	}
h2 { 
	background-color: transparent;  
	}
h2 a { 
	color: #0066cc; /* jazz blue */
	/* color: unset; /**/
	}
h1, h2, .title, h3, .subtitle { 
	color: #cc0066; /* jazz red */
	}

.btn  {
/*
http://41mag.fr/18-exemples-de-bouton-en-css-3-inspire-par-google.html
*/
	
	height: 32px;
	box-shadow:2px 2px 8px #aaa;
	display: inline-block; /**/
	margin: 4px;
	border:0;
	color: inherit; 
	}

/* Jazz colors (Matisse) */
#btn_yes, #btn_no  {
	display: inline-block; /**/
	}
#btn_yes .btn  {
	background: #ffee88; /* light orange */
	}

#btn_no .btn  { 
	background: #99cc99; /* light green */
	}