/* Default CSS Stylesheet for a new Web Application project */
.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;

	}


.texteStd
{
	font-family:Arial, sans-serif;
	font-size:14;
	color:Black;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	}



.question
{
	font-family:Arial, sans-serif;
	font-size:16;
	color:Black;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	}


.titre
{
	font-family:Kristen ITC, Arial, sans-serif;
	font-size:16;
	font-weight: normal;
	color:red;
	letter-spacing: normal;
	word-spacing: normal;
	}

.kristen
{
	font-family:Kristen ITC, Arial, sans-serif;
	font-size:12;
	font-weight: bold;
	color:black;
	letter-spacing: normal;
	word-spacing: normal;
	}

#divjeu {
		float: right;
		margin-top: 0px;
   		padding: 0px;
   		width: 250px;
		height: 200px;
		overflow: auto;
		TEXT-ALIGN: center;
		font-family: Kristen ITC,Arial, sans-serif;
        	font-size:14;
	        font-weight: bold;
	        color:black;
	        background-color:white;
		border-style: ridge
}
