td.lienSommaire{
	font-size:larger;
	text-align:justify;
}

div.cadre1Soluce{
	width:1000px;
}

/*
div.cadre1Soluce{
	background-image:url(Castlevania2SimonsQuest_Fichiers/cadre.png);
	background-repeat:repeat;
	border:0px;	
	padding:16px 16px;
	margin: auto;
}
div.cadre2Soluce{
	padding:10px;
}
*/
div.blocAccueil {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
}

div.blocAccueil1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-bottom:40px;
}
div.texteAccueil {
	width:50%;
	flex: auto;
	text-align:justify;
	padding-left:50px;
}
div.menu {
	width:50%;
	flex: auto;
	vertical-align:top;
	padding-left:50px;
}
div.menu h2 {
	padding-top:10px;
}


div.blocAccueil2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
