/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* GO */
body {
	font: 14px/1.4 Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #FFF url(../img/background.png) 0 0 repeat;
	color: #424242;
}

#header {
	height: 154px;
	background: #FFF url(../img/header.png) 0 0 repeat-x;
}
#header img {
	display: block;
	margin: 0 auto;
	padding-top: 40px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 96px;

}
#left_home {
	position: relative;
	float: left;
	width: 300px;
	margin-left: 90px;
	font-size: 21px;
}
#left_home li {
	margin-bottom: 40px;
}
#left_home img {
	position: absolute;
	left: -50px;
	margin-top: 2px;
}
#left_home em {font-weight: bold; color: #1b1818;}

#right_home {
	float: left;
	width: 460px;
	margin-left: 100px;
}
#right_home #inscription {
	text-align: center;
	background: transparent url(../img/separator_right.png) 0 bottom no-repeat;
}
#right_home #inscription span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #1b1818;
}
#right_home #inscription .btregister {
	display: inline-block;
	width: 222px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	margin: 22px 0 40px 0;
	background: transparent url(../img/btn_inscription.png) 0 0 no-repeat;
	cursor: pointer;
}
#right_home form {
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	margin: 30px 0 70px 0;
}
#right_home form .btloginConnect {
	width: 102px;
	height: 42px;
	border: none;
	font-size: 16px;
	background: transparent url(../img/btn_connexion.png) 0 0 no-repeat;
}
#right_home form ul {margin: 20px 0;}
#right_home form ul li {margin-top: 10px;}

#right_home form label {
	text-align: right;
	float: left;
	display: block;
	width: 159px;
	line-height: 39px;
	margin-right: 15px;
}
#right_home form input[type=text], #right_home form input[type=password] {
	position: relative;
	display: block;
	width: 260px;
	border-radius: 6px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	color: #221919;
	background: #fff;
	border: 1px solid #ad9c9c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px #fff;
	-moz-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px #fff;
	-webkit-box-shadow: inset 0 1px rgba(34,25,25,0.15), 0 1px #fff;
	-moz-transition: all 0.08s ease-in-out; -webkit-transition: all 0.08s ease-in-out;
}
#right_home form input[type=submit], #right_home form input[type=checkbox] {
	margin: 0 0 20px 170px;
}
#right_home form input[type=submit] {cursor: pointer;}
#right_home form a {
	cursor: pointer;
	margin-left: 5px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	color: #808080;
}