
/* Mise en forme des formulaires */

select, form {
	margin:0;
	padding:0;
}
label{
	display:block;
	float:left;
	clear:left;
	font: bold 12px Arial, Helvetica, sans-serif;
	width:180px;
	margin-right:10px;
	text-align:right;
	height:26px;
	line-height:20px;
}
label.login{
	margin:0;
	display:inline;
	float:none;
	clear:none;
	height:auto;
}
label.nolimit{
	width:auto;
	text-align:left;
	margin:auto;
}
label.w1
{
	width: 115px;
}
.input_text{
	float:left;
	font: 9pt Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border:#c8c8c8 1px solid;}
.input_select.focus, .input_text.focus
{
	background-color:#FFFF99;
}

.input_text.w1
{
	width: 150px;
}
.input_text.w2
{
	width: 99px;
}
.input_text.w4
{
	width: 106px;
}
.input_text.small{
	width:200px;
}
.input_text_200px{
	width:200px;
	border:#c8c8c8 1px solid;}

.input_invisible{
	border: 0px;
	background-color: transparent;
}
.input_submit{
	float:left;
	margin-left:150px;
}
.input_static{
	float:left;
	font: 9pt Arial, Helvetica, sans-serif;
	vertical-align:middle;
	height:26px;
	line-height:20px;
}
html>body .input_static{
	line-height:21px;
}
.input_text_login{
	width:100px;
	display:inline;
	margin:0;
	font: 9pt Arial, Helvetica, sans-serif;
	border:#c8c8c8 1px solid;}

.input_text_prefix_phone{
	width:30px;
	display:inline;
	text-align: right;
	float:left;
	font: 9pt Arial, Helvetica, sans-serif;
	margin-right: 4px;
	vertical-align:middle;
	border:#c8c8c8 1px solid;}
.input_select{
	float:left;
	line-height:20px;
	font: 9pt Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	border:#c8c8c8 1px solid;}
.input_select.w3
{
	width: 154px;
}

option{
	margin-right:5px;
}
.form_groupe{
	display:block;
	float:left;
	clear:none;
	padding:0;
}

.form_groupe label, .form_groupe input, .form_groupe .flot, .form_groupe .input_select,.form_groupe .radio_check{
	display:block;
	float:left;
	clear:none;
	text-align: left;
}
.form_groupe.nolimit label{
	width: auto;
}
.form_groupe.nolimit br
{
	clear: both;
}
.input_radio_check, .radio_check{
	width:16px;
	height:16px;
	display:block;
	float:left;
	clear:right;
	margin-right:5px;
	margin-top:2px;
}
.input_textarea{
	width:340px;
	height:120px;
	float:left;
	margin-bottom:5px;
	border:#c8c8c8 1px solid;}
.input_bouton_1{
	display:block;
	float:left;
	clear:both;
	margin-top:10px;
	cursor: pointer;
}
.input_bouton_2{
	display:block;
	float:left;
	clear:both;
	margin-top:0;
	cursor: pointer;
}
.input_bouton_3{
	
	display:block;
	clear:both;
	margin: 0px auto;
	background: url(../images/btn_yellow_1.gif) no-repeat 0 0;
	width: 111px;
	height: 29px;
	color: #000084;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
.input_bouton_3:hover{
	background-position: -111px 0;
}
.input_bouton_4{
	display: block;
	float: left;
	clear: none;
	background: url(../images/btn_yellow_2b.gif) no-repeat 0 0;
	width: 166px;
	height: 29px;
	color: #000084;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
.input_bouton_4:hover{
	background-position: -166px 0;
}
.input_bouton_4.nofloat{
	float: none;
}
.input_bouton_5{
	display: block;
	float: right;
	clear: none;
	margin-left: 0px;
	border: 0px;
	background: url(../images/btn_yellow_3.png) no-repeat 0 0;
	width: 121px;
	height: 25px;
	color: #000084;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	cursor: pointer;
}
.input_bouton_5:hover{
	background-position: -121px 0;
}
.input_bouton_6
{
	display:block;
	clear:both;
	margin: 0px auto;
	background: url(../images/btn_yellow_2b.gif) no-repeat 0 0;
	width: 166px;
	height: 29px;
	color: #000084;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
.input_bouton_6:hover
{
	background-position: -166px 0;
}
.input_bouton_ok_yellow,.input_bouton_ok{
	margin-top: -3px;
	margin-left: 2px;
	display:inline;
	background: url(../images/btn_blue_ok.gif) no-repeat 0 3px;
	width: 37px;
	height: 26px;
	color: #000084;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
	font-size: 9pt;
	border: 0px;
	padding-left: 2px;
	cursor: pointer;
}
.input_bouton_ok_yellow:hover,.input_bouton_ok:hover{
	background-position: -37px 3px;
	
}
.input_bouton_ok_yellow
{
	background: url(../images/btn_yellow_ok.gif) no-repeat 0 3px;
}
.input_bouton_forex{
	
	display:block;
	clear:both;
	margin: 0px auto;
	background: url(../images/btn_forex_description.gif) no-repeat 0 0;
	width: 446px;
	height: 26px;
	color: #000084;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
.input_bouton_forex:hover{
	background-position: -446px 0;
}

/* Cadre de mise en évidence de form dans les CGVs */
.div_form_highlight {
	display: block;
	width: 520px;
	margin: 0px auto;
	height: auto;
	background-color: #FFF2BF;
	border-left: 1px solid #FBCB01;
	border-top: 1px solid #FBCB01;
	border-right: 1px solid #AD8B01;
	border-bottom: 1px solid #AD8B01;
	padding: 0px;
	clear: both;
}

.div_form_highlight_bleu {
	display: block;
	width: 520px;
	margin: 0px auto;
	height: auto;
	background-color: #eeeaf6;
	border-left: 1px solid #8080c0;
	border-top: 1px solid #8080c0;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	padding: 0px;
	clear: both;
}

.div_form_highlight .title_form_highlight {
	display: block;
	width: 520px;
	margin: 0px auto;
	height: 10px;
	background-color: #FFF2BF;
	line-height: 40px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
	clear: both;
}

.div_form_highlight_bleu .title_form_highlight_bleu {
	display: block;
	width: 520px;
	margin: 0px auto;
	height: 10px;
	background-color: #eeeaf6;
	line-height: 40px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:white;
	clear: both;
}

.div_form_highlight .content_form_highlight {
	display: block;
	width: 500px;
	margin: 0px auto;
	height: auto;
	background-color: #FFF2BF;
	font: 9pt Arial, Helvetica, sans-serif;
	color:black;
	clear: both;
	padding: 10px;
}

.div_form_highlight_bleu .content_form_highlight_bleu {
	display: block;
	width: 500px;
	margin: 0px auto;
	height: auto;
	background-color: #eeeaf6;
	font: 9pt Arial, Helvetica, sans-serif;
	color:black;
	clear: both;
	padding: 10px;
}

.div_form_highlight .content_form_highlight table, .div_form_highlight .content_form_highlight table tr, .div_form_highlight .content_form_highlight table tr td, .div_form_highlight_bleu .content_form_highlight_bleu table, .div_form_highlight_bleu .content_form_highlight_bleu table tr, .div_form_highlight_bleu .content_form_highlight_bleu table tr td
{
	background-color: transparent;
}

/* Accessoires pour mise en page */
.clear
{
	clear:both;
}
.nodisplay
{
	display:none;
}
.hidden
{
	visibility:hidden;
}
.justified
{
	text-align:justify;
}
.smaller
{
	font-size:smaller;
}
