@charset "UTF-8";

/*reset*/
html, body, div, span,
h1, h2, h3,  p, 
a, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial;
}
body{
	background-color:#2D2D2D;
}
#top{
	width: 100%;
	height: 88px;
	background-color: #282828;
	padding: 10px 0;
}
#ad{
	width: 762px;
	height: 130px;
	float: right;
	margin: auto;
}
#wrap{
	width: 937px;
	margin: auto;
}
#cloud{
	width: 1258px;
	height: 682px;
	position: absolute;
	margin-left: -160px;
	top:220px;
	z-index: -1;
}
#logo{
	background: url(img/logo.jpg) no-repeat;
	width: 937px;
	height: 123px;
	margin-top:10px;
}
#login{
	background: url(img/login.png) no-repeat;
	width: 374px;
	height: 21px;
	float: right;
	margin: 28px 60px 0 0;
	padding: 24px 5px;
}
#login p{
	color: #fff;
	vertical-align: top;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 12px;
	margin:3px 10px 0 5px;
}
#script{
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
}

#formbg{
    background: url(img/formbg.jpg) no-repeat;
    /* width: 940px; */
    height: 500px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid;
    border-top-color: #ce0c70;
    border-bottom: solid;
    border-bottom-color: #ce0c70;
    border-width: 10px;
}
#formbg h1{
	color: #ce0c70;
	font-weight: bold;
	width: 430px;
	text-align: center;
	font-size: 26px;
}
#form{
	margin: 15px 0 0 10px;
	width: 430px;
}
#ez-register-form div.errors em {
	color: #ce0c70 !important;
}
#ez-register-form-submit, #ez-register-form-submit2 {
	background: url(img/bouton.png) top center no-repeat transparent;
	width:354px;
	height:79px;
	border:0px;
	background-color:transparent;
	font-size:30px;
	color:#ce0c70;
}
/* ie7 compatibility */
#ez-register-form button span.middle {
	display: none !important;
	*width: 354px !important;
	*height: 79px !important;
	*font: bold 24px/52px Arial, Helvetica, sans-serif !important;
	*background: url(img/bouton.png) top center !important;
	*float: left !important;
	*margin-left: -150px !important;
}
/* ie7 compatibility */
#ombre{
	position: absolute;
	z-index: -1;
}
#options{
	width: 937px;
	margin: 0px auto 0;
}
#press{
	margin-top: 20px;
}
#press h1{
	position: absolute;
	margin: 12px 0 0 10px;
	font-weight: bold;
}
#content{
    width: 917px;
    /* background-color: #fff; */
    padding: 10px;
    /*margin-top: 20px;*/
    border-top: solid;
    border-top-color: #ce0c70;
    border-bottom: solid;
    border-bottom-color: #ce0c70;
    border-width: 10px;
}
#article{
	width: 917px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	    font-size: 18px;
		    font-weight: 600;
}
#article h1{
color: #ce0c70;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
#article h2 {
	color: white;
	margin: 10px 0;
}
#article p{
	color: #fff;
}
#logo2{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 43px 0 0 17px;
}
#legal{
	float: left;
	margin-top: 30px;
}
#legal p{
	color: #fff;
	font-size: 12px;
}
#social{
	float: right;
	width: 510px;
	height: 20px;
	border: 4px solid #ce0c70;
	margin: 10px 0 50px 0;
	padding: 5px 5px 12px;
}
#social p{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}
#social em {
	color: #ce0c70;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#fb{
	float: right;
	margin-right: 5px;
}
#twitter{
	float: right;
}
#contact{
	margin-top: 30px;
	margin-left: 0px
}
#contact p{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}