* {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Arial,Tahoma,Serif;
	color:#383838;
	text-decoration:none;
	list-style-type:none;
}
body {
	background:url(../images/bg-body.gif) repeat center top;
}
img {
	border:none;
}
a:hover  {
	text-decoration:underline;
}
#main  {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#header {
	padding:5px 12px 0 11px;
	height:78px;
	background:url(../images/bg-header.gif) no-repeat;
	
}
#header .access_site {
	float:right;
	background:url(../images/fleche.gif) no-repeat left center;
	padding-left:11px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
#header h1 {
	clear:both;
}
#content  {
	padding:15px 0 15px 15px;
	overflow:hidden;
	width:945px;
	background:#fff;
}
.visuel {
	float:left;
	width:331px;
}
.registration {
	float:right;
	width:597px;
}
.registration h2 {
	color:#4A2670;
	font-size:17px;
	font-weight:normal;
	margin-bottom:12px
}
.formulaire {
	overflow:hidden;
	width:597px;
}
.formulaire form {
	float:left;
	width:320px;
	color:#363636;
}
.formulaire form p {
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
	color:#363636;
}
.formulaire form p label {
	float:left;
	width:154px;
	margin:0 6px 0 0;
	height:18px;
	font-weight:bold;
	margin-top:6px;
}
.inputradio,.inputradioed {
	float:left;
	width:auto;
	margin-right:16px;
}
.captcha {
	font-weight:bold;
	margin-top: 15px;
}
.formulaire form p .inputradio label,.formulaire form p .inputradioed label {
	width:auto;
	margin:3px 0 0;
	height:auto;
	line-height:1;
	font-weight:normal;
	cursor: pointer;
}
.last {
	margin:0!important;
}
input {
	border:3px solid #d6d6d6;
	width:154px;
	float:right;
	height:18px;
}
.inputradio input,.inputradioed input {
	display:none;
}
.formulaire form p label.first {
	height:auto;
	line-height:1;
	margin-top:3px;
}
.codes img {
	float:left;
}
.codes input {
	margin-top:7px;
}
#msg-fin-inscription {
	display: none;
}
.fields {
	float:left;
	width:auto;
	margin-top:10px;
	font-size:10px;
}
.submit {
	color:#4A2670;
	font-size:17px;
	background:url(../images/bgsubmit.gif) no-repeat right top;
	padding-right:35px;
	float:right;
	width:106px;
	height:auto;
	border:none;
	cursor:pointer;
}
p a {
	color:#4A2670;
	font-size:10px;
}
.formulaire p.last {
	font-size:10px;
}
.visu {
	float:right;
	margin-right:10px;
	/*margin-top:16px;*/
	width:257px;
}
.inputradio span,.inputradioed span {
	background:url(../images/bgradio.gif) no-repeat 0 0;
	width:15px;
	height:16px;
	margin-right:7px;
	float:left;
	cursor: pointer;
}
.inputradio span.active,.inputradioed span.active {
	background-position:0 bottom;
}
#footer  {
	background:#e6e6e6;
	padding:4px 0 0 15px;
	overflow:hidden;
	width:945px;
}
#footer  a {
	color:#959595;
}
.error_msg ,.error_msg_mail{
	display:none;
}
/**popin**/
.display-popin {
	position:absolute;
	width:960px;
	height:100%;
	top:100px;
	left:0;
	z-index:1;
	display:none;
}
.generate-popin {
	background-color:#e6e6e6;
	top:0;
	left:0;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	width:960px;
	z-index:2;
}
.popin {
	top:100px;
	margin:0 auto;
	width:326px;
	background:#fff;
	position:relative;
	z-index:3;
	padding:20px 0 16px 0;
}
.popin  .cnt{
	text-align:left;
}
.popin .content {
	width:292px;
	margin:0 auto;
	text-align:center;
}
.popin .content h3 {
	color:#4A2670;
	font-size:13px;
	font-weight:normal;
	margin-bottom:24px;
}
.popin .content li {
	display:block;
	color:#363636;
	margin-bottom:16px;
}
.popin .content .close {
	color:#4A2670;
	padding-top:22px;
	font-size:14px;
	outline:none;
	display:inline-block;
}
.formulaire form .confirmation {
	margin:46px 0 14px 0;
}
