@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url("../layout/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
img {
	border: none;
}
p {
	padding-bottom: 15px;
}
ul {
	list-style: none;
}
table {
	font-size: 12px;
	border-collapse:collapse;
	background-color: #ffffff;
}
table td {
	border: 1px solid #cccccc;
	padding: 5px;
}
select, textarea, input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #e14122;
}
#wrap {
	margin: 0 auto;
	width: 900px;
	/*width: 1175px; */
}
#wrapper {
	margin: 220px auto;
	width: 900px;
	text-align: center;
}
#header {
	width: 900px;
	float: right;
	margin-bottom: 5px;
}
#logo {
	float: left;
	width: 222px;
}
#etapes {
	float: right;
	width: 650px;
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 150px;
}
#etapes ul {
	float: right;
	display: block;
	width: 650px;
}
#etapes ul li {
	float: right;
	display: block;
	width: 205px;
	padding: 12px 0 0 0;
	text-align: center;
}
#etapes a{ color:#cccccc; display:block}
#etapes a:hover{ color:#cccccc;}

#content, #top {
	width: 900px;
	float: right;
}
#contener {
	width: 860px;
	float: right;
	background-image:url("../layout/bg_content.png");
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#infos {
	float: left;
	width: 0px;
	/*width: 270px;*/
	height: 300px;
	margin-top: 226px;
	position: relative;
	overflow: hidden;
}
#informations a:link, #informations a:visited {
	color: #ffffff;
	text-decoration: none;
}
#informations a:hover, #informations a:active {
	text-decoration: none;
	color: #000000;
}
#informations {
	position: absolute;
	background-image:url("../layout/bg_infos.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 270px;
	height: 300px;
	left: 270px;
}

#formulaire {
	float: left;
	width: 840px;
	height: 500px;
	overflow: scroll;
	padding: 5px 10px;
}
#footer {
	width: 900px;
	clear: both;
	/*margin-left: 275px;*/
	text-align: right;
	font-size: 12px;
	border-top: 5px #000000 solid;
	padding: 5px 0 10px 0;
}
.ed {
	color: #cccccc;
}
.title {
	color: #e14122;
	font-weight: bold;
}
.list {
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-type: square;
	list-style-position: inside;
}
.ralign {
	text-align: right;
}
.ititle {
	display: block;
	width: 250px;
	text-align: right;
	padding: 15px 10px;
	color: #ffffff;
	font-weight: bold;
}
.ilist {
	display: block;
	width: 270px;
}
.ilist li {
	display: block;
	text-align: right;
	padding-right: 15px;
}

