/* Feuille de styles pour l'activité 17 - Parlons finances */

div#wrapper	{
	background-image: url('../images/beige/fond_act17-2.jpg');
}

div#consignes h3  {
    font-size: 15px;
    padding-top: 8px;
}

div#banque_mots, div#grille	{
    margin-top: 20px;
    float: left;
}

div#banque_mots	{
    width: 230px;
	margin-top: 30px;
}

div#banque_mots img {
	display: block;
	margin: 0 auto 50px;
}

div#banque_mots img.complete	{
    opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

div#grille	{
    width: 600px;
}

table	{
    border-collapse: collapse;
}

table tr td	{
    width: 35px;
    height: 35px;
}

table tr td.case_encadree span{
    position: absolute;
    font-size: 14px;
    padding-left: 2px;
}

table tr td.case_encadree	{
    border: black solid 1px;
}

/*table tr td.case_coloree	{
    background-color: #ffc267;
}*/

table tr td.case_encadree input	{
    width: 35px;
    height: 35px;
    font-size: 24px;
    font-family: Corbel, Calibri, sans-serif;
    text-align: center;
    background-color: transparent;
    border: none;
}

table tr td.case_encadree input:disabled	{
	color: #00457c;
}


/* Popup avec la définition d'un mot */
div#popup_indice	{
	width: 288px;
	height: 226px;
	background-image: url('../images/beige/bg_popup.png');
	text-align: center;
	padding: 45px;
	font-size: 18px;
	position: absolute;
	top: 200px;
	left: 35%;
	display: none;
}

/*div#popup_indice a#btnFermer	{
	display: block;
	width: 41px;
	height: 41px;
	margin-top: -15px;
	margin-right: -15px;
	background-image: url('../images/beige/btnFermer.png');
	background-position: 0 41px;
	float: right;
	cursor: pointer;
	cursor: hand;
}

div#popup_indice a#btnFermer:hover	{
	background-position: 0 0;
}*/

div#popup_indice p	{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

div#popup_indice p#numero	{
	font-size: 35px;
	font-weight: bold;
	margin-top: 20px;
}

h4#msg_bravo	{
	width: 450px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	bottom: 40px;
	clear: both;
	text-align: center;
	font-size: 30px;
	color: #C86E00;
	display: none;
}
