@charset "utf-8";
/*	--------------------------------------------------------------
--
--  Avigers QUIZZ
--  CSS layout
--  media : screen
--
--  revision : décembre 2009
--  please report bug to :
--  aurelien point ferlito chez gmail point com
--
--------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	background: url(../img_layout/body_vert_bg02.png) right top repeat-y;
}
div#quizz {
}
div.spacer {
	height: 0;
	clear: 0;
}
a {
	color: #000;	
}
a:hover {
	text-decoration: none;	
}
table#referencesAnnuairesJeux {
	/*border: 1px #3269a0 solid;*/
	-moz-border-radius: 15px;
	padding: 10px;
}

/* ---- navigation haute
--------------------------------------------------------------- */
div#quizz form {

}
div.colQuestionsBox01 {
	background: url(../img_layout/quizz_cadre_top.png) left top no-repeat;
	float: left;
	width: 465px;
	margin: 0 15px 0 0;
	background-color: #ecf2cf;
	border-bottom: 1px #3269a0 solid;
	-moz-border-radius: 0 15px 15px 0;
	padding: 65px 15px 25px 15px;
	line-height: 120%;
}
div.colQuestionsBox02 {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0px 0 0;
}
div.colQuestionsItem {
	clear: both;
}
div.sondage {
	clear: both;
}
div#quizz form h3 {
	font-size: 13px;
	margin: 0 0 3px 0;
	color: #41a62a;
}
p.question {
	font-size: 11px;
	margin-bottom: 5px;
}
.colQuestions {
	margin: 0 0 10px 0;
}
.colQuestionsBox01 label {
	position: relative;
	bottom: 2px;
	padding: 0 0 0 7px;
	margin: 5px 0 0 0;
}
.colQuestionsBox01 input {
	margin: 5px 0 0 0;
}

div.colID {
	background: url(../img_layout/quizz_remplissage.png) 15px top no-repeat;
	float: left;
	width: 170px;
/*	border: 1px #3269a0 solid;*/
	-moz-border-radius: 15px;
	padding: 60px 15px 15px 15px;
}
div.colID input.champ {
	border: 1px solid #ccc;
	background-color: white;
	width: 150px;
	padding: 0 10px 2px;
	margin: 0 0 5px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
div.colID label {
	font-weight: bold;
}
div.colID input#envoyer {
	margin-top: 20px;
}

div.quizz_message {
	padding: 15px;
	margin: 15px 0;
	color: #F30;
	font-weight: bold;
	line-height: 140%;
	border: 1px dotted #F30;
	width: 63%;
}
