@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/etape1_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#cbc0ba;
}

a {
	color:#514841;
	font-family:arial;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

#content {
	width:975px;
	height:100%;
	margin:0px auto;
	text-align:left;
}

.textForm {
	font-family: arial;
	color:#514841;
	font-size:12px;
}

.textForm td {
	padding:3px;
}

.textOrange {
	color: #fe9515;
}

select {
	width:154px;
}

input[type=text] {
	width:152px;
	border:1px solid #c0c0c0;
	height:18px;
}

textarea {
	width:100%;
	border:1px solid #c0c0c0;
	height:60px;
	font-family:arial;
	font-size:12px;
}

#textFooter, #textFooter a {
	color:#514841;
	font-family:arial;
	font-size:11px;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
}

#textFooter a {
	text-decoration: underline;
}

#textFooter div#textFooterDiv {
	padding-left:370px;
}

#textFooter ul li {
	float:left;
	padding-left:10px;
}

#proprio_input {
	display: none;
}

p {
	padding-bottom:15px;
}

.button {
    cursor: pointer;   
}