/* CSS Document */
body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	width: 800px;
	margin:auto;
}

#header1 {
	background:url(../../images/quiz/header.jpg) center no-repeat;
	min-height: 483px;
}

#header2 {
	background:url(../../images/quiz/reponses.jpg) center no-repeat;
	min-height: 448px;
}

t-orange {
	color: #FF6700;
}

.text-marron {
	color: #A59062;
}

.text-gris {
	color: #333;
}

#header1 p{
	padding-left: 220px;
}

#header2 p{
	padding-left: 220px;
}

.sous-titre {
	font-weight:bold;
	padding-top: 180px;
	width:45%;
	color: #FF6700;
	font-size:14px;
}

.intro {
	width:45%;
	font-size:12px;
	font-weight:bold;
}

#contenu span {
	font-weight:bold;
	color: #FF6700;
}

#questions {
	width:60%;
	margin-top:10px;
}

#questions td {
	padding: 5px;
}

#inscription {
	width:60%;
	border-right: 1px solid #A59062
}

.bouton {
	background:url(../../images/quiz/send.gif) no-repeat;
	width: 161px;
	height: 23px;
	border:0;
	margin-top: 10px;
}

.contact {
	width: 35%;
	color: #A59062;
	float:right;
}

.reponses {
	font-weight:bold;
	padding-top: 240px;
	width:45%;
	font-size: 12px;
	color: #A59062;
	text-align:center;
}

a {
	color: #FF6700;
}


