body
{
    font-size: 12px;
    margin: 0px 0px 0px 5px;
    cursor: default;
    color: black;
    font-family: "arial";
    /*background-image: url("images/fond.gif");*/
    background-repeat: no-repeat;
    /*background-position: center center;*/
	background-position: right bottom;
	
}

#valeur {
	color: #509055;
}

table
{
    font-size: 12px;
    border-collapse: collapse;
}

caption
{
    font-weight: bold;
    color: #000099;
}


th
{
    font-weight: bold;
    color: #000000;
    background-color: #CFE2D1;
}

table.data
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}
td.data {
	border-right: solid 0px #999999;
}




/* entête du document */
div.entete {
	font-size: 16px;
	color: #000;
}

/* propriétés du quizz */
div.quizz {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	border-right: 1px solid #bac4bb;
	border-left: 1px solid #bac4bb;
	border-top: 1px solid #bac4bb;
	border-bottom: 1px solid #bac4bb;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}

div.titre {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background-color: #CFE2D1;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
	margin-bottom: 5%;
}

div.question {
	font-size:11px;
	color:#000000;
	text-decoration: none;
	background: #CFE2D1;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border-top: 1px solid ##bac4bb;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 99.8%;
	float: left;*/
}

div.propositions {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

div.resultats {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

div.felicitations {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: blink;
	text-align: center;
	padding-bottom: 20px;
}

div.points {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

input.bouton {
	background-color:#cfe1d1;
	color:#000;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	border:1px solid #000;
	margin-left: 45%;
}

input.bouton:hover{
	background-color:#bac4bb;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	border:1px solid #fff;
}

div.pied {
	font-size: 10px;
	text-align: center;
	color: #000;
}