body {
	font-family: arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0;
	background:#051f33 url(../images/body_gradient.jpg) repeat-x;
}

*	{
	padding:0;
	margin:0;
}

td {
	font-family: arial, Helvetica, sans-serif;
}

th {
	font-family: arial, Helvetica, sans-serif;
}

#mainwrapper	{
	width: 998px;
	margin:0 auto;
	overflow:hidden;
	background:#000f1b;
}

#body_wrapper {
	width: 998px;
	margin:0;
	/*overflow:hidden;*/
	display:block;
	background:#00192c;
	/*border:1px #fff solid;*/
}

/*-------------------------- header -----------------------------*/

#header	{
	height:63px;
	overflow:hidden;
	display:block;
	background:url(../images/top_gradient.jpg) repeat-x;
}

#logo_left	{
	background:url(../images/code-samsung_logo.jpg) no-repeat bottom;
	float:left;
	display:block;
	width:256px;
	height:18px;
	margin:20px 0 0 36px;
	padding:0;
}

#logo_right	{
	background:url(../images/samsung-logo.jpg) no-repeat bottom;
	float:right;
	display:block;
	width:122px;
	height:47px;
	margin:10px 48px 0 0;
}

.links a {color:#FFF; text-decoration:none;}
.links a:hover {color:#F4F4F4; text-decoration:underline;}
/****************** tooltip ****************/
.tooltip {
	/*font:12px/14px Arial, Helvetica, sans-serif;*/
	color: #000099;	
	text-decoration: none;
}
.tooltip a {
	color: #000099;	
	text-decoration: none;
}
.tooltip em {
	display: none;
	font:12px/14px arial,"Courier New", Courier, monospace;
	color:#dae8fc;
}

.strong {
	font-weight:bold;
	color:#fff;
}

.tooltip:hover {
	border: 0;
	position: relative;
	z-index: 1200;
	/*text-decoration:none;*/
	
}
.tooltip:hover em {
	display: block;	
	position: absolute;
	left: 20px;
	top: 0px;
	margin-top: 5px;
	border: 2px solid #0f4e99;
	background: #000;
	padding: 10px;
	width: 280px;
}
.tooltip:hover em img {
	float: left;
	padding-right: 5px;
	border: 0;
}
.tooltip:hover em .titre {
	line-height: 25px;
	color:#000099;
}

/*-------------------------- body -----------------------------*/

#left_content	{
	width:521px;
	float:left;
	display:block;
	overflow:hidden;
	margin:0;
}

#menu	{
	height:21px;
	margin:0;
	padding:5px 0 0 40px;
}

#menu .inactive	{
	font-size:12px;
	font-weight:normal;
	color:#c4d7ed;
}

#menu a	{
	height:21px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#c4d7ed;
	vertical-align:middle;
}
#menu a:hover	{
	color:#ff802b;
	text-decoration:none;
}
#contents	{
	margin-top:40px;
}

#contents p	{
	font-family:arial,arial,helvitica;
	margin-top:20px;
	font-size:12px;
	color:#c4d7ed;
	padding-left:40px;
}

#contents .highlight_b	{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}

.highlight_b	{
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
	font-family:arial,arial,helvitica;
	margin-top:20px;
	font-size:12px;
}

#contents .highlight	{
	color:#ff6600;
	text-decoration:underline;
}

#contents .bold	{
	font-weight:bold;
}

#form	{
	background:url(../images/form.jpg) no-repeat bottom;
	height:300px;
	width:441px;
	padding:0;
	margin:15px auto 15px auto;
}

#form input	{
	height:18px;
	width:140px;
	border:1px #021526 solid;
	background:#dae8fc;
}

#form select	{
	height:20px;
	width:142px;
	border:1px #021526 solid;
	background:#dae8fc;
}

#form .span_mod	{
	padding-left:7px;
}

#form .span_imei	{
	padding-left:7px;
}

#form .span_prenom	{
	padding-left:5px;
}

#form .span_nom	{
	padding-left:22px;
}

#form .span_email	{
	padding-left:17px;
}

.span_other_brand	{
	padding-left:21px;
	font-style:italic;
}
.ital_txt	{
	font-style:italic;
}
#form_top {	
	overflow:overflow;
	position:relative;
}

#__form_top {	
	overflow:overflow;
	position:relative;
	height:112px;
}

#form1	{
	width:205px;
	margin:24px 0 0 0;
	padding-left:15px;
	float:left;
	display:block;
	overflow:visible;
	position:relative;
}

#form1 p	{
	padding-top:10px;
	font-size:13.2px;
	color:#dae8fc;
}
.other_brand	{
	padding:0;
	margin:0;
	display:block;
}

.other_brand_none	{
	padding:0;
	margin:0;
	display:none;
}
#form2	{
	width:210px;
	margin:24px 0 0 0;
	padding-left:10px;
	float:left;
	display:block;
	overflow:hidden;
}

#form2 p	{
	padding-top:10px;
	font-size:13.2px;
	color:#dae8fc;
}

#form_bot {	
	margin-top:5px;
	padding-left:15px;
	width:426px;
}

#form_bot input	{
	width:20px;
	height:20px;
	vertical-align:middle;
	border:0;
}

#form_bot .button	{
	width:122px;
	height:35px;
	vertical-align:baseline;
}

#form_bot p {
	padding-top:5px;	
	font-size:11.2px;
	color:#000;
}

#form_bot .span_button	{
	padding-left:3px;
	border:0;
}

#form_bot .span_button_or	{
	padding-left:285px;
	border:0;
}

#form_left	{
	width:220px;
	float:left;
	display:block;
}

#form2_or	{
	/*background:url(../images/form2_back.jpg) no-repeat bottom;*/
	width:441px;
	padding:0;
	margin:65px auto 15px auto;
}

#form1_or	{
	width:441px;
	margin:24px 0 0 0;
	padding-left:15px;
	float:left;
	display:block;
	overflow:hidden;
}

#form1_or p	{
	padding-top:10px;
	font-size:13.2px;
	color:#dae8fc;
	padding-left:35px;
}

#form2_or input	{
	height:18px;
	width:200px;
	border:1px #021526 solid;
	background:#000f1b;
	color:#fff;
}

#form2_or .span_mod	{
	padding-left:80px;
}

#form2_or .span_imei	{
	padding-left:96px;
}

#form2_or .span_prenom	{
	padding-left:78px;
}

#form2_or .span_nom	{
	padding-left:95px;
}

#form2_or .span_email	{
	padding-left:90px;
}

#form_or_bot {	
	margin-top:40px;
	padding-left:15px;
	width:426px;
}

#flash	{
	width:467px;
	float:left;
	display:block;
	margin:0;
	/*background:url(../images/body_cellphone.jpg) no-repeat bottom center;*/
	height:547px;
	background:#00192c;
}

#order_in	{
	border:0;
	font-size:14px;
	margin-top:20px;
}
#order_in .right	{
	border:0;
	font-size:14px;
	margin-top:20px;
	text-align:right;
}

#order_in .bold	{
	border:0;
	font-size:14px;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
	color:#c4d7ed;
}

#paypal .button	{
	width:122px;
	height:30px;
	background:#ff6600;
	font-weight:bold;
}
#paypal	{
	background:#021423;
	margin-top:40px;
}
#paypal p	{
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}
#paypal .bold	{
	border:0;
	font-size:16px;
	margin-top:20px;
	text-align:left;
	font-weight:bold;
	color:#c4d7ed;
}
#pay_paypal	{
	width:750px;
	margin:50px auto;
}
#pay_paypal .button	{
	width:122px;
	height:30px;
	background:#ff6600;
	font-weight:bold;
	border:0;
}
#pay_paypal input	{
	border:0;
	font-weight:bold;
	color:#fff;
}
#form_2 .button	{
	width:172px;
	height:30px;
	background:#ff6600;
	font-weight:bold;
	border:0;
}
#form_2 p	{
	margin:10px 0 10px 0;
}

#contents .dako	{
	font-size:14pt;
	color:#fff;
}
/*-------------------------- footer NAV-----------------------------*/

#nav_bot {
	width:983px;
	height:116px;
	/*float:left;*/
	/*background:#000f1b url(../images/nav_bot_gradient.jpg) repeat-x;*/
	background:#000f1b;	
	overflow:hidden;
	padding-left:15px;
}

#nav_bot li {
	float:left;
	list-style:none;
	margin-top:0;
	padding:0 7px;
	height:76px;	
}

#nav_bot a {
	font-family:arial,arial,helvitica;
	padding-top:40px;
	width:306px;
	font-size:16pt;
	color:#153a65;
	text-decoration:none;
	display:block;
	float:left;
	height:76px;
	text-align:center;
	background:url(../images/bot_nav.jpg) no-repeat top center;
}

#nav_bot a:hover {
	padding-top:40px;
	color:#d7e7fc;
	/*font-weight:bold;*/
	text-decoration:none;
	background:url(../images/bot_nav_over.jpg) no-repeat top center;
	height:76px;
}

.nav_bot-active {
	font-size:13px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	background:url(../images/hover-arrow.gif) no-repeat bottom center;
	display:block;
	height:116px;
	float:left;
}

/*-------------------------- footer -----------------------------*/

#footer	{
	width:998px;
	margin-top:22px;
	height:19px;
	background:url(../images/footer_gradient.jpg) repeat-x bottom;
}

#links	{
	margin:20px auto 0 auto;
	font-size:12px;
	color:#214977;
	width:120px;
}

#links a	{
	margin:0 10px;
	color:#214977;
	text-decoration:none;
	font-size:12.67px;
	width:120px;
}

#links a:hover	{
	color:#718cb0;
	text-decoration:none;
}

#models	{
	margin:30px auto 0 auto;
	width:650px;
	font-size:12px;
	color:#7992b3;
}

#models ul	{
	list-style:none;
	display:inline;
}

#models li	{
	list-style-type:none;
	display:inline;
	padding-right:15px;
}

#models a	{
	font-size:12px;
	color:#7992b3;
	text-decoration:none;
}

#models a:hover	{
	font-size:12px;
	color:#d7e7fc;
	text-decoration:underline;
}

.procedure1	{
	width:252px;
	height:400px;
	background:url(../images/procedure_1.jpg) center no-repeat;
	margin:10px 50px;
}

.procedure2	{
	width:252px;
	height:400px;
	background:url(../images/procedure_2.jpg) center no-repeat;
	margin:10px 50px;
}

.procedure3	{
	width:252px;
	height:400px;
	background:url(../images/procedure_3.jpg) center no-repeat;
	margin:10px 50px;
}
