body {
	width: 100%;
	margin: 0;
	font-family: Verdana, serif;
	font-size: 12px;
	background-color: #fff;
	background: url(../images/background.jpg) no-repeat top center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}

#global {
	margin: auto;
	width: 840px;
	height: 600px;
	padding: 0 0 0 160px;
}

#logo {
	padding-top: 5px;
	margin-left: 360px;
	width: 270px;
	text-align: center;
	font-size: 10px; 
}

#footer {
	float: right;
	font-size: 10px;
	color: #666;
	padding-right: 10px;
	padding-bottom: 10px;
}

#txt {
	float: left;
	width: 395px;
	height: 450px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #000;
}
#txt div {
	display: block;
	text-align: center;
}
#txt a.button{
	display: block;
	text-align: center;
	background: transparent url(../images/button_large.png);
	height: 28px;
	width: 178px;
	border: none;
	color: #664801;
	font-size: 12px;
	line-height: 28px;
	margin: auto;
}
#txt i {
	display: block;
	text-align: right;
	margin: 8px 0 8px 0;
}
#txt form {
	color: #000;
	line-height: 20px;
}
form .email {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
	color: #888;
	width: 250px;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom: 2px;
}
#txt form .other {
	padding: 0;
	background: transparent;
	border: none;
	color: #000;
	width: 200px;
	font-size: 12px;
	font-family: Verdana;

}
.send_form {
	background: transparent url(../images/button_large.png);
	height: 28px;
	width: 178px;
	border: none;
	color: #664801;
	font-size: 12px;
	display: block;
	line-height: 28px;
}
.send_form:hover {
	cursor: pointer;
	background: transparent url(../images/button_large_h.png);
}
#txt form input[type="button"] {
	width: 19px;
	height: 19px;
	border: 0;
	background-image: url(../images/plus.png);
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#txt form input[type="button"]:hover {
	cursor: pointer;
}
#txt form .vote {
	background: transparent url(../images/button.png);
	height: 28px;
	width: 128px;
	border: none;
	color: #664801;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#txt form .vote:hover {
	cursor: pointer;
	background: transparent url(../images/button_h.png);
}

#txt_right {
	float: left;
	width: 395px;
	height: 450px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	color: #fff;
}
#txt_right h1 {
	margin: 0;
	font-size: 18px;
}
#txt_right h1 b {
	color: #f0b400;
}

#jeannometre {
	width: 250px;
	height: 90px;
	margin-left: 375px;
	margin-top: 60px;
	line-height: 26px;
	font-size: 10px;
}
#jeannometre strong {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
#jeannometre .cadre {
	width: 100px;
	height: 18px;
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 3px;
}
#jeannometre .cadre .display {
	height: 18px;
	background: url(../images/bar.gif);
	color: #fff;
	font-size: 9px;
	line-height: 18px;
}
#jeannometre form {
	margin: 0;
}
#jeannometre input {
	width: 85px;
	height: 22px;
	background: url(../images/button_small.jpg);
	color: #664801;
	border: none;
	font-size: 11px;
	text-align: center;
}
#jeannometre input:hover {
	cursor: pointer;
	color: #fff;
}

.quizz {
	font-size: 12px;
}
.quizz b {
	color: #f0b400;
}


#float {
	position: fixed;
	top: 0;
	left: 50%;
	width: 591px;
	height: 20px;
	margin-left: -296px;
	padding-left: 1px;
	text-align: center;
	font-size: 11px;
	background-color: #F0315D;
	border-right: 1px solid #E01242;
	border-left: 1px solid #E01242;
	border-bottom: 1px solid #E01242;
	line-height: 20px;
}
#float a {
	padding: 4px;
	background-color: #E01242;
	color: #fff;
	margin-right: 1px;
}
#float b a {
	text-decoration: underline;
}
#float a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #E01242;
}
#home {
	position: relative;
	bottom: 520px;
	left: -410px;
}
#home a {
	display: block;
	width: 240px;
	height: 60px;
}
#about {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 210px;
	height: 165px;
	background: url(../images/about.jpg) no-repeat;
	background-position: left 15px;
	font-size: 10px;
	color: #888;
}