@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
	background: url('images/background.png') repeat-x #000000;
	width: 100%;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a img {
	border: 0px;
}
div#container {
	margin: auto;
}
div#main {
	margin: auto;
	width: 955px;
}
div#header {
	display: table;
	margin-bottom: 18px;
}
div#pub-header {
	background: url('images/pub-header.png');
	float: right;
	margin-top: 45px;
	width: 477px;
	height: 69px;
	padding-top: 9px;
	padding-left: 9px;
}
div#disclaimer {
	background: url('images/disclaimer.png');
	width: 955px;
	height: 353px;
	position: relative;
}
div#disclaimer .bouton {
	position: absolute;
	left: 40px;
	bottom: 30px;
}
div#disclaimer .bouton img {
	margin-right: 20px;
}
div#informations {
	background: url('images/cadre-informations.png') top center no-repeat;
	width: 955px;
	height: 171px;
	margin-bottom: 35px;
	position: relative;
}
div#informations .photos {
	position: absolute;
	right: 25px;
	bottom: 35px;
}
div#informations .photos img {
	margin-right: 15px;
}
div#pub-footer {
	margin: 0 auto;
	margin-left:15px;
	width: 728px;
}
.line {
	border: 1px solid #f00;
	width: 925px;
	margin: auto;
}
div#link {
	color: #8c8c8c;
	margin: 10px 10px 20px 14px;
	float: left;
}
/* new */
#homebloc {
	width:925px;
	margin:auto;
	display:table;
	clear:both;
	margin-bottom: 25px;
}
#myinscription {
	width:655px;
	float:left;
	display:table;
}
#mytitre {
	margin-top:20px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
}
#myformulaire {
	display:table;
	clear:both;
	margin-left: 100px;
	margin-top: 20px;
}
#banright {
	float:right;
	padding-top: 20px;
	text-align: center;
	width: 270px;
}
#cadrehaut {
	background: url('images/cadre-haut.png') no-repeat;
	min-height:460px;
	display:table;
}
#myenligne {
	text-align:center;
	color:#F40021;
	font-size:18px;
	font-weight:bold;
	padding:15px;
	background-color:#000;
	border: 2px solid #F40021;
	width: 182px;
	margin: auto;
}
#logoback {
	float:left;
	width:441px;
	height:188px;
}
#mypubheader {
	background: url('images/pub-header.png');
	float: right;
	margin-top: 15px;
	width: 477px;
	height: 69px;
	padding-top: 9px;
	padding-left: 9px;
	clear: both;
}
#mylogin {
	float: right;
	margin-top: 15px;
	width: 477px;
	padding-top: 25px;
	padding-left: 9px;
	clear:both;
	text-align:center;
}
#myright {
	float: right;
	width: 477px;
	margin-right:20px;
}
#old {
	width:100%;
	display:table;
	margin-top:22px;
	text-align:center;
}
#formbottom {
	background: url('images/cadre-bas.png') no-repeat;
	display:table; 
	height:17px;
	width:100%;
	clear:both;
}
#fieldset-loginGroup .page-title-color {
	color:#fff;
}