#inscription {
	margin-left: 20px; 
	width: 640px;
}

#inscription table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0 0 20px 10px;
	empty-cells: show;
}

#inscription table td {
	height: 22px;
}



#inscription_header {
	width: 100%;
	height: 74px;
}

#inscription_header #head_right_part {
	background: transparent url(../../public/images/inscription/barre_large_icone.png) no-repeat center center;
	width: 120px;
	height: 74px;
	float: right;
}

#inscription_header #head_right_pro {
	background: transparent url(../../public/images/inscription/barre_large_icone_pro.png) no-repeat center center;
	width: 120px;
	height: 74px;
	float: right;
}

#inscription_identifiers {
	width: 100%;
	height: 120px;
	margin-top: 20px;
}

/*
 * 
 *   	/!\
 * 		Passer la hauteur pro à 150px si intracommunautaire décommenté
 * 
 * 
 */

#inscription_identifiers_pro {
	width: 100%;
	height: 120px;
	margin-top: 20px;
}

#inscription_identifiers #ident_identifiants, #inscription_identifiers_pro #ident_identifiants {
	width: 310px;
	float: left;
}

#inscription_identifiers #ident_infos, #inscription_identifiers_pro #ident_infos {
	width: 310px;
	float: right;
}

#inscription input[type=text], #inscription input[type=password] {
	width: 140px;
	border: 1px solid #cccccc;
	float: left;
}

#inscription input[type=text]:focus, #inscription input[type=password]:focus {
	border: 1px solid #999999;
}

#inscription select {
	width: 142px;
	border: 1px solid #cccccc;
}

#inscription .inscr_label_left {
	width: 130px;
}

#inscription .ident_small_titles {
	width: 100%;
	height: 25px;
}

#inscription .ident_small_titles .titles_left {
	background: transparent url(../../public/images/inscription/barre_small_gauche.png) no-repeat center center;
	width: 7px;
	height: 25px;
	float: left;
}

#inscription .ident_small_titles .titles_center {
	background: transparent url(../../public/images/inscription/barre_small_degrade.png) repeat-x center center;
	width: 294px;
	height: 25px;
	float: left;
	font-variant: small-caps;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

#inscription .ident_small_titles .titles_right {
	background: transparent url(../../public/images/inscription/barre_small_droite.png) no-repeat center center;
	width: 7px;
	height: 25px;
	float: left;
}

#inscription .ident_large_titles {
	width: 100%;
	height: 25px;
}

#inscription .ident_large_titles .titles_left {
	background: transparent url(../../public/images/inscription/barre_small_gauche.png) no-repeat center center;
	width: 7px;
	height: 25px;
	float: left;
}

#inscription .ident_large_titles .titles_center {
	background: transparent url(../../public/images/inscription/barre_small_degrade.png) repeat-x center center;
	width: 624px;
	height: 25px;
	float: left;
	font-variant: small-caps;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

#inscription .ident_large_titles .titles_right {
	background: transparent url(../../public/images/inscription/barre_small_droite.png) no-repeat center center;
	width: 7px;
	height: 25px;
	float: left;
}

#inscription_identifiers #identifiants_table, #inscription_identifiers_pro #identifiants_table {
	margin: 5px;
	width: 300px;
}

#inscription_identifiers #infos_table, #inscription_identifiers_pro #infos_table {
	margin: 5px;
	width: 300px;
}

#inscription #inscription_facturation {
	width: 100%;
	height: 120px;
}

#inscription #facturation_table_left {
	margin: 5px;
	width: 300px;
	float: left;
}

#inscription #facturation_table_right {
	margin: 5px;
	width: 300px;
	float: right;
}

#inscription #check_livraison {
	height: 28px;
	margin-left: 5px;
}

#inscription #inscription_livraison {
	width: 100%;
	height: 120px;
	display: none;
}

#inscription #livraison_table_left {
	margin: 5px;
	width: 300px;
	float: left;
}

#inscription #livraison_table_right {
	margin: 5px;
	width: 300px;
	float: right;
}

#inscription #inscription_final {
	width: 100%;
	height: 100px;
	margin-top: 20px;
}

#inscription #inscription_newsletter {
	width: 342px;
	height: 90px;
	background: transparent url(../../public/images/inscription/cadre_newsletter.png) no-repeat center center;
	float: left;
}

#inscription #inscription_newsletter p {
	width: 185px;
	height: 60px;
	margin: 35px 5px 5px 10px;
	text-align: justify;
	float: left;
}

#inscription #inscription_newsletter span {
	width: 80px;
	height: 35px;
	margin: 45px 5px 5px 45px;
	text-align: justify;
	float: left;
}

#inscription #inscription_validator {
	width: 211px;
	height: 53px;
	background: transparent url(../../public/images/inscription/bouton_valide.png) no-repeat center center;
	float: right;
	cursor: pointer;
}

#inscription #tooltip_box {
	position: absolute;
	display: none;
}

#inscription #tooltip_box_left {
	width: 6px;
	height: 22px;
	background: transparent url(../../public/images/inscription/indication_gauche.png) no-repeat center center;
	float: left;
}

#inscription #tooltip_label {
	height: 22px;
	background-color: #01aef0;
	float: left;
	padding: 0px 2px 0px 5px;
	line-height: 20px;
	color: #ffffff;
}

#inscription #tooltip_box_right {
	width: 11px;
	height: 22px;
	background: transparent url(../../public/images/inscription/indication_droite.png) no-repeat center center;
	float: left;
}

#inscription #tooltip_box_error {
	position: absolute;
	display: none;
}

#inscription #tooltip_box_error_left {
	width: 6px;
	height: 22px;
	background: transparent url(../../public/images/inscription/indication_erreur_gauche.png) no-repeat center center;
	float: left;
}

#inscription #tooltip_error_label {
	height: 22px;
	background-color: #ed008c;
	float: left;
	padding: 0px 2px 0px 5px;
	line-height: 20px;
	color: #ffffff;
}

#inscription #tooltip_error_label a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#inscription #tooltip_error_label a:hover {
	text-decoration: none;
}

#inscription #tooltip_box_error_right {
	width: 11px;
	height: 22px;
	background: transparent url(../../public/images/inscription/indication_erreur_droite.png) no-repeat center center;
	float: left;
}

#inscription .is_good {
	width: 18px;
	height: 17px;
	display: none;
	background: transparent url(../../public/images/inscription/croix_valide.png) no-repeat center center;
	float: right;
}

#inscription #inscription_final_pro {
	width: 100%;
	height: 150px;
	margin-top: 20px;
}

#inscription #inscription_final_pro #inscription_final_left {
	width: 310px;
	float: left;
}

#inscription #inscription_final_pro #inscription_final_right {
	width: 310px;
	float: right;
}

#inscription #inscription_final_pro #infos_acheteur_table {
	margin: 5px;
	width: 300px;
}

#inscription #inscription_final_pro #inscription_newsletter {
	width: 300px;
	height: 90px;
	background: transparent url(../../public/images/inscription/cadre_newsletter_pro.png) no-repeat center center;
	float: none;
}

#inscription #inscription_final_pro #inscription_newsletter span {
	margin: 45px 5px 5px 30px;
	width: 60px;
}

#inscription #inscription_final_pro #inscription_validator {
	width: 211px;
	height: 53px;
	background: transparent url(../../public/images/inscription/bouton_valide.png) no-repeat center center;
	margin: auto;
	margin-top: 10px;
	cursor: pointer;
	float: none;
}

#inscription .facultative {
	color: #666666;
	font-style: italic;
}

