#content_right {
	width: 460px;
	vertical-align: top;
}


#content_left {
	width: 270px;
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
}

#content_left img {
	margin: 0 0 10px 0;
}

#title_image {
	width: 220px;
	background-color: #66CCFF;
}

#title_image p {
	font-size: 11px;
	margin: 0;
	padding: 3px;
}

.error {
	color: #d00;
	background-image: url(../../images/bullet_error.gif);
	background-repeat: no-repeat;
	padding: 2px 0 0 18px;
	display: none;
}

label {
	font-size: 11px;
}

select {
	margin: 3px 0 0 10px;
	background-color: #fff;
	border: 1px solid #A5ACB2;
	color: #8f9498;
	font-size: 12px;
}

option {
	background-color: #fff;
	color: #8f9498;
}

input {
	margin: 2px 0;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #A5ACB2;
	width: 250px;
	color: #8f9498;
}

input.noborder {
	border: 0;
}

input.input_bouton {
	padding: 0 10px 3px 18px;
	margin: 0 20px 0 0;
	width: auto;
	border: 0;
	color: #8f9498;
	font-weight: bold;
	background-image: url(../../images/puce_btn.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	background-color: #eae9e8;
	cursor: pointer;
}

select {
	font-size: 11px;
}

option {
	font-size: 11px;
}

#content div.box table td {
	text-align: right;
	color: #2581c2;
	font-size: 12px;
	font-weight: bold;
}

#content div.box table td.labeled {
	width: 160px;
	text-align: left;
	vertical-align: middle;
}

#content_right p.active_js {
	color: #f00;
	border: 1px solid #f00;
	padding: 10px 10px 10px 25px;
	margin: 0 10px 10px 0;
	background-image: url(../../images/bullet_error.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
}