* {
	margin: 0;
	padding: 0;
}
#body {
	background: url(img/bg.png) repeat-x top left #060606;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	background-color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
	color: #787469;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #787469;
}
#clear {
	clear: both;
}
#bandeau {
	display: table;
	height: 38px;
	clear: both;
	color: #FFF;
	width: 980px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
}
#intro {
	float: left;
	padding-top: 10px;
	display: table;
	clear: both;
}
#footer {
	width: 100%;
	background-color: #252525;
	display: table;
	clear: both;
}
#footerin {
	width: 980px;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	clear: both;
	color: #757575;
}
.zoom {
	margin-top: 50px;
	margin-top: 40px;
	text-align: justify;
	float: left;
	padding: 20px;
	display: table;
	clear: both;
	color: #757575;
	width: 400px;
	border-style: dashed;
	border-color: #757575;
	border-width: 1px;
	font-weight: bold;
}
.myregister {
	margin-top: 50px;
	margin-top: 40px;
	text-align: justify;
	float: left;
	padding: 20px;
	display: table;
	clear: both;
	color: #757575;
	width: 400px;
	border-style: dashed;
	border-color: #757575;
	border-width: 1px;
	font-weight: bold;
}
.signature {
	margin-top: 5px;
	float: right;
	font-size: 13px;
}
.titrerouge {
	font-size: 26px;
	font-style: italic;
	color: #9d2d1e;
	text-align: center;
	margin-bottom: 15px;
}
#mylogin {
	float: right;
	padding-top: 10px;
	color: #ab3222;
	width: 200px;
}
#mylogin a {
	color: #ab3222;
}
#wrap {
	width: 980px;
	margin: auto;
	margin-bottom: 60px;
}
#head {
	display: table;
	clear: both;
	width: 100%;
}
#more {
	display: table;
	clear: both;
	width: 100%;
}
#logo {
	float: left;
	clear: both;
	display: table;
	margin-top: 30px;
}
#register {
	background: url(img/register.png) no-repeat top right #060606;
	width: 100%;
	display: table;
}
#profils {
	color: #CCCCCC;
	float: right;
	margin-right: 40px;
	margin-top: 70px;
	text-align: right;
	width: 465px;
}
.overlay {
	background: url("img/bg_log.png") repeat scroll 0 0 transparent;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	display: table;
}
.loginbox {
	background-color: #000;
	border: 1px solid #FFFFFF;
	color: #A59C8E;
	margin: 50px 35% 0;
	top: -250px;
	padding: 15px;
	position: absolute;
	width: 300px;
	z-index: 10001;
}
a.activatorlogin {
	z-index: 3;
	cursor: pointer;
	font-weight: bold;
}
a.loginboxclose {
	float: right;
	width: 26px;
	height: 26px;
	margin-right: -10px;
	margin-top: 0px;
	cursor: pointer;
}
.ez-register-form-container .cguWrapper label a {
        color: red; /* Cor do Link das CGU */
    }
