body {
	font-family: arial;
	font-size: 10pt;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 1024px;
	margin: auto;
}

#headerWrapper {
	height: 118px;
	margin-bottom: 20px;
}

#headerWrapper img {
	border-style: none;
}

#descText {
	float: right;
	width: 620px;
	margin-right: 221px;
	text-align: justify;
	font-size: 9pt;
}

#descText a {
	color: black;
}

#descText ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

#descImage {
	width: 150px;
}

#descFemme {
	float: right;
	margin-top: -130px;
}

#formWrapper {
	width: 800px;
	text-align: left;
	margin-top: 40px;
}

#formTable {
	border: 1px solid #54C93F;
	border-collapse: collapse;
	font-size: 10pt;
}

#formTable td {
	margin-right: 10px;
	height: 30px;
	width: 400px;
	padding-right: 20px;
}

#formheadTitle {
	font-size: 12pt;
	color: #468e00;
}

#formTitle {
	background-color: #7fc93c;
	color: white;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 110px;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #54C93F;
}

#formSubmit {
	margin-top: 10px;
	text-align: right;
}

.submit {
	border: none;
	background-image: url('../images/submit.png');
	font-weight: bold;
	font-family: arial;
	font-size: 8pt;
	color: white;
	width: 130px;
	height: 21px;
}

.submit:hover {
	cursor: pointer;
}

label.required {
	font-weight: bold;
}

label.error {
	color: #ff2f2f;
	font-family: arial;
	padding-left: 10px;
}

.errorPerso {
	color: #ff2f2f;
        font-family: arial;
        padding-left: 10px;
}

input.error {
	border: 1px solid #ff2f2f;
}

input {
	border: 1px solid #bcbdbc;
}

.coloredLine {
	background-color: #F6FFE6;
}

.bulle {
	background-image: url('../images/bulle.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	width: 198px;
	height: 99px;
}

#radioTable td {
	font-size: 10pt;
}

#cnil {
	border: 1px solid grey;
	width: 667px;
	margin-top: 20px;
	margin-left: 60px;
}

#cnil img {
	border-style: none;
}

#devisWrapper td {
	font-size: 8pt;
}

.devisTitle {
	font-size: 10pt;
}

.devisTitle a, a:visited, a:link {
	color: #468E00;
	font-weight: bold;
	text-decoration: none;
}

.devisTitle a:hover {
	text-decoration: underline;
}

#devisTable {
	border: 1px solid #54C93F;
}

#devisTable img {
	border-style: none;
}

#devisTable {
	border-spacing: 20px;
}

.devisImg {
	text-align: center;
	border: 1px solid #EEEEEE;
	max-height: 50px;
}

#devisTableTitle {
        background-color: #7fc93c;
        color: white;
        padding-left: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
        width: 160px;
        font-size: 10pt;
        font-weight: bold;
        border: 1px solid #54C93F;
}

.devisDescription {
	text-align: justify;
}

.devisDescription a {
	color: black;
}

.bottom-links {
	padding-top: 15px;
	text-align: center;
}

.bottom-links a {
	color: grey;
	font-weight: normal;
}