/* Feuille de styles pour l'exercice 16 - La sécurité en 4 volets */

div.encadre_question1, div.encadre_question2, div.encadre_question3, div.encadre_question4	{
	margin-left: 70px;
	margin-top: 15px;
}

p#complement	{
	font-size: 22px;
	text-align: center;
}

p.definition	{
	width: 50px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	float: left;
	font-size: 20px;
}

ul	{
	margin: 0;
	padding: 0;
}

ul li	{
	list-style: none;
	float: left;
}

ul li p	{
	padding: 0;
	margin: 0;
	width: 16px;
	height: 20px;
	text-align: center;
}

ul.liste_tirets	{
	float: left;
}

ul.liste_tirets > li	{
	height: 50px;
	font-size: 18px;
	color: #00457c;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

ul.liste_tirets > li  > span.tirets	{
	display: block;
	height: 50px;
	width: 30px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 3px black solid;
}

ul.liste_lettres	{
	float: left;
	padding-top: 10px;
}

ul.liste_lettres li p:hover	{
	cursor: pointer;
}

ul.liste_lettres > li	{
	width: 35px;
	font-weight: bold;
	color: #e38e0f;
	padding-left: 5px;
	padding-right: 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.liste_lettres > li > p	{
	margin: 0;
	padding: 0;
	font-size: 30px;
	height: 35px;
}

a.boutons	{
	display: block;
	width: 157px;
	height: 68px;
	background-position:  0 68px;
	margin: -45px auto;
	cursor: pointer;
	cursor: hand;
}

a.boutons:hover	{
	background-position: 0 0;
}

a#btnVerifier	{
	background-image: url('../images/btn_verifier.png');
}

ul.wordComplete > li	{
	color: #00457c;
}

p#msg_bravo	{
	font-size: 18px;
	text-align: center;
}