body{
	background: url(image/cuisine.png) repeat ;
	font-family: sans-serif;
}


svg
{
	display: block;
	margin: auto;
	border-radius: 20px;
	border-width: 6px;
/*
	border-style: solid;
*/
	border-color: #f0c000;
	box-shadow: 15px 15px 15px #404040, -8px -8px 10px gray;
}

#calqueDialogueTico{
	display: none;
	line-height: 2;
}
#zoneJoueur
{
	background: rgba(200,244,243,0.7) ;
	min-width: 350px;
	min-height: 10px;
	position: fixed;
	bottom: 0;
	right: 0;
	border-radius: 20px;
	margin:0;
}

#zoneJoueur summary{
	cursor:pointer;
	background: rgba(81,222,177,0.7) ;

}

#zoneJoueur .display {
	background: rgba(64,244,220,0.8) ;
}

/*
.phraseJoeur{
	background: rgba(64,244,220,0.8) ;
}
*/

/*
p.display.display::after{
	content:"";
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top: 20px solid #139ee0;
	position: absolute;
}
*/

p.display.display{
	background:Cornsilk;
	padding:7px 15px;
	border-radius:15px;
	max-width:350px;
	width:100%;
	border: solid 2px Olive
}

.croa {
	color: seagreen;
	font-style: italic;
}
