/* 	booting settings */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* setting default */

body {
	background: #75a734;
	margin: 0 0 10px 0;
}

p {
	font-size: 10px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

sup {
	bottom:0.33em;
	position:relative;
	vertical-align:baseline;
}

/* div top */

div#flashcontent {
	width: 840px;
	height: 200px;
	margin: 0 auto;
}

/* div container */

div#disclairmer {
	width: 336px;
	left: 37%;
	top:58%;
	height: 100%;
	position: absolute;
	z-index: 10;
	text-align: center;
}

div#disclairmer img {
	float: left;	
}

div#disclairmer div {
	height: 131px;
	float: left;
	padding: 20px;
	font-size: 12px;
	background: url(../images/bg_popup.gif) no-repeat bottom left;
	text-align: right;
	width: 296px;
}

div#disclairmer h1 b {
	float: left;
}

div#disclairmer h1 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	color: #FFFFFF;
}

div#disclairmer div p {
	color: #000000;
	margin: 0 0 15px 0;
}

div#disclairmer div p a {
	font-weight: bold;
	color: #000000;
}

.linkDisclaimer {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

div#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	_padding: 0 0 0 35px;
}

div#content {
	width: 840px;
	margin: 0 0 10px 0;
	float: left;
}

div#content .column-content-side {
	width: 172px;
	float: left;
}

div#content .column-content-center {
	width: 478px;
	float: left;
	padding: 0 0 19px 0;
	margin: 0 8px 10px 8px;
	background: url(../images/img_box_center_footer.jpg) no-repeat bottom;
}

div#content .column-content-center div {
	background: url(../images/img_box_center_bg.jpg) repeat-y;
	padding: 0 0 5px 0;
}

div#content .column-content-center div p {
	margin: 10px;
}

div#votePoll select {
	width: 137px;
}

div#flashmain {
	text-align: center;
}

div#content .box-content {
	width: 172px;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	background: url(../images/bg_box_footer_min.jpg) no-repeat bottom;
	float: left;
}

div#content .box-content div {
	padding: 0 0 5px 0;
}

div#content .box-content div p {
	margin: 10px;
}

/* div footer */

div#content-footer {
	width: 840px;
	background: url(../images/img_line_footer.jpg) no-repeat top;
	padding: 30px 0 10px 0;
	float: left;
}

div#content-footer .box-content {
	width: 274px;
	padding: 0 0 15px 0;
	background: url(../images/img_box_footer_max.jpg) no-repeat bottom;
	float: left;
}

div#content-footer .box-content-center {
	width: 274px;
	padding: 0 0 15px 0;
	margin: 0 8px;
	background: url(../images/img_box_footer_max.jpg) no-repeat bottom;
	float: left;
}

div#content-footer .box-content div, #content-footer .box-content-center div {
	background: #4E566D url(../images/bg_box_max.jpg) repeat-y;
	padding: 0 0 5px 0;
}

div#content-footer .box-content div p, #content-footer .box-content-center p {
	margin: 10px;
}

div#footer {
	width: 840px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

/* classes especifica */

.controlButton {
	width: 100%;
	text-align: center;
	border: 0;
}

.bg-content {
	background: url(../images/bg_box_min.jpg) repeat-y;
}
