/********** NOUVEAU CSS POUR LA PAGE THE *********************/
 
 #thePage_en *{
	
	
	margin:0px;
	padding:0px; 
	 
}

#thePage_en{
	background: transparent url(/img/separateur_vertical.gif) top left no-repeat;
	width:690px;
	float:left;
	padding-left:20px; 
}

#thePage_en .clear{ clear:both;}
 
#thePage_en #the_monde{

	background:url(/img/en/bg_saveursMode.jpg) top left no-repeat;
	margin-top:40px;
	height:1007px;
	position:relative;
	
}

#thePage_en #the_monde h1{
	color:#896f33;
	font-size:15px;
	margin-bottom:23px;
}
 
#thePage_en #the_monde #intro{
	width:280px;
	height:138px;
	margin-left:19px;
	padding-top:80px;
	font-size:14px;	
}

#thePage_en #the_monde .color{
	color:#896f33;
}

#thePage_en #the_monde #cadretop{
	padding-left:19px;
	margin-top:112px;
	height:425px;
	
}
#thePage_en #the_monde #cadretop .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage_en #the_monde p{ margin-top:21px;} 


#thePage_en #the_monde #cadretop .right{
	width:300px;
	float:left;
	margin-top:75px;
}


#thePage_en #the_monde #cadre_bas{
	padding-left:19px;
}
#thePage_en #the_monde #cadre_bas .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage_en #the_monde #cadre_bas .right{
	width:300px;
	float:left;
}


/*   CSS THE INDIEN   */

#thePage_en #indiens{

	background:url(/img/en/bg_noirs_indiens.jpg) top left no-repeat;
	width:690px;
	height:843px;
	position:relative;
	
}

#thePage_en #indiens .intro{
	margin-left:19px;
	padding-top:51px;
	width:604px;
	height:57px;
}
#thePage_en #indiens h1{
	color:#380141;
	font-size:15px;
	margin-bottom:19px;
}

#thePage_en #indiens p{ margin-bottom:15px;}

#thePage_en #indiens .color{
	color:#380141;
}

#thePage_en #indiens .cadre{
	margin-left:19px;
	margin-top:43px;
}


#thePage_en #indiens .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage_en #indiens .right{
	width:320px;
	float:left;
}

#thePage_en #indiens .right .intop{
	
	height:253px;

}

#thePage_en #indiens .right .inbottom{
	
	margin-top:25px;

}


/*CSS THE JAPONAIS*/

#thePage_en #japonais{

	background:url(/img/en/bg_japonais.jpg) top left no-repeat;
	width:690px;
	height:843px;
	position:relative;
	
}

#thePage_en #japonais .intro{
	margin-left:19px;
	padding-top:51px;
	margin-bottom:35px;
	width:637px;
}
#thePage_en #japonais h1{
	color:#03252e;
	font-size:15px;
	margin-bottom:15px;
}

#thePage_en #japonais p{ margin-bottom:15px;}

#thePage_en #japonais .color{
	color:#03252e;
}

#thePage_en #japonais .cadre{
	margin-left:19px;
}


#thePage_en #japonais .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage_en #japonais .left .intop{
	height:310px;
}
#thePage_en #japonais .right{
	width:320px;
	float:left;
}


/*CSS THE CHINOIS*/

#thePage_en #chinois{

	background:url(../img/en/bg_chinois.jpg) top left no-repeat;
	width:690px;
	height:870px;
	position:relative;
	
}

#thePage_en #chinois .intro{
	margin-left:19px;
	padding-top:51px;
	margin-bottom:65px;
	width:645px;
}

#thePage_en #chinois h1{
	color:#465d01;
	font-size:15px;
	margin-bottom:15px;
}

#thePage_en #chinois p{ margin-bottom:15px;}
#thePage_en #chinois .color{color:#465d01;}
#thePage_en #chinois .cadre{
	margin-left:19px;
	margin-top:35px;
}

#thePage_en #chinois .left{
	width:300px;
	float:left;
	margin-right:40px;
}

#thePage_en #chinois .right{
	width:320px;
	float:left;
}

#thePage_en #chinois .right .intop{
	height:380px;
}

.parent_prenom input{ margin-left: 70px; width:180px;}
.enfant_prenom input{ margin-left: 70px; width:180px;}
.enfant_nom input{ margin-left: 70px; width:180px;}
.enfant_dt_en input{ margin-left:70px !important; width:200px;}

#btn_save 
{
	width: 40px !important;
	padding: 5px 5px 5px 5px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #fff !important;
	background-color: #eb2a18 !important; /*IE fallback*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2a18), to(#aa1a11)) !important;
	background-image: -moz-linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	background-image: linear-gradient(top left 90deg, #eb2a18 0%, #aa1a11 100%) !important;
	border-radius: 5px !important;
	border: 1px solid #99140f !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(153,20,15,.5) !important;
	cursor: pointer !important;
	text-transform:uppercase !important;	
}