/* CSS Document */
/******************************************************************************/
/*******  common  *************************************************************/
/******************************************************************************/

*{
border: 0;
margin: 0;
padding: 0;
}

body{
	background: url(../images/bgd.jpg) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #838383;
}

a{
	color: #838383;
	font-weight:bold;
}

a:hover{
	color: #c1b3b3;
}

h2{
	font-size: 14px;
	margin: 0 0 8px 0;
}

p{
	font-size: 11px;
	margin: 15px 0 4px 0;
	position: relative;
}

.champtexte{
	color: #838383;
	background: url(../images/champtexte.gif) top right no-repeat;
	padding: 10px;
	position: relative;
	height: 17px;
	width: 600px;
	border-bottom: #ced4ba solid 1px;
}

.champtextemulti{
	color: #838383;
	background: url(../images/champtexte.gif) bottom left no-repeat;
	position: relative;
	padding: 10px;
	width: 600px;
	height: 280px;
	border-bottom: #ced4ba solid 1px;
	overflow: auto;
}

* html .champtextemulti{
	padding: 0 10px;  
	width: 620px;
	height: 300px;
}

*+html .champtextemulti{
	padding: 0 10px;  
	width: 620px;
	height: 300px;
}

.error{
	color: #e10d49;
	font-weight: bold;
	}

.clear{
	clear: both;
	}
	
.header{
	position: relative;
	width: 980px;
	height: 88px;
	margin: 0 auto 32px auto;
}

.content{
	width: 980px;
	height: auto;
	margin:  0 auto;
	overflow: hidden;	
}

.big_singlecol{
	margin: 50px auto 0 auto;
	height: auto;
	width: 980px;
	background: url(../images/bgd_home_leftcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	position: relative;
	left: 35px;
}

.big_leftcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 640px;
	background: url(../images/bgd_home_leftcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	float: left;
	position: relative;
	left: 35px;
}

.big_rightcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 235px;
	background: url(../images/bgd_home_rightcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	float: right;
}


.footer{
	position: relative;
	margin: 20px 0 0 0;
	height: 77px;
	background: url(../images/bgd_footer.jpg) left top repeat-x;
}

.handmade_footer{
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	width: 980px;
	height:26px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
	color:#bebebe;
	text-decoration: none;
	display:block;
}

.handmade_footer a{
	font-size: 10px;
	color:#bebebe;
	text-decoration: none;
}

.handmade_footer a:hover{
	color:#9f96cb;
}

.lang{
	position: absolute;
	top: 0;
	right: 25px;
}

.lang a{ 
	color: #a59ae0;
	font-size: 9px;
	text-decoration: none;
	}	
	
.lang a:hover{ 
	color: #6153a4;
	}	

.nav{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	width: auto;
}

.nav a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.nav a:hover{
	color: #ebf2d6;
}

.nav_link{
	height: 15px;
	width: 149px;
	padding: 2px 0 0 0;
	background: url(../images/nav_bouton.gif) center top no-repeat;
	float: right;
	text-align: center;
	position: relative;
	top: 35px;
}

.rednav_link{
	height: 15px;
	width: 149px;
	padding: 2px 0 0 0;
	background: url(../images/rednav_bouton.gif) center top no-repeat;
	float: right;
	text-align: center;
}

.nav_link_active{
	height: 15px;
	width: 149px;
	padding: 2px 0 0 0;
	background: url(../images/nav_bouton_active.gif) center top no-repeat;
	float: left;
	text-align: center;
}

.nav_link_new{
	height: 50px;
	width: 149px;
	padding: 2px 0 0 0;
	background: url(../images/nav_bouton_new.jpg) center bottom no-repeat;
	float: right;
	text-align: center;
}

.nav_link_new a{
	position: relative;
	top: 30px;
}

.btn_vert a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.btn_vert a:hover{
	color: #f0eef8;
}

.btn_vert{
	color: #FFFFFF;
	background: url(../images/btn_vert.gif) no-repeat;
	height: 38px;
	width: 207px;
	text-align:center;
	padding: 10px 0 0 0;
	margin: 10px 0 -10px 0;
}

*>.btn_vert{
	background: url(../images/btn_vert.png) no-repeat;
}


/******************************************************************************/
/*******  home  ***************************************************************/
/******************************************************************************/

.flashanimation{
	height: 350px;
	background: url(../images/bgd_home_flash.jpg) top center repeat-x;
	text-align: center;
}

.flashnavigation{
	height: 25px;
	margin: 5px 0 0 0;
	background: url(../images/bgd_home_flash.jpg) top center repeat-x;
	text-align: center;
}

.home_leftcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 650px;
	background: url(../images/bgd_home_leftcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	float: left;
}

.home_rightcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 230px;
	background: url(../images/bgd_home_rightcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	float: right;
}

/******************************************************************************/
/*******  services  ***********************************************************/
/******************************************************************************/

.services_leftcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 640px;
	behavior: url(../common/js/iepngfix.htc);
	padding: 0;
	float: left;
	position: relative;
	left: 35px;
}

.services_rightcol{
	margin: 20px 0 0 0;
	height: auto;
	width: 235px;
	background: url(../images/bgd_home_rightcol.png) top left no-repeat;
	behavior: url(../common/js/iepngfix.htc);
	padding: 20px;
	float: right;
}

.segment{
	background: url(../images/bgd_services.gif) top left repeat-y;
	height: auto;
	width: 610px;
	overflow: hidden;
	padding: 3px 0 0 50px;
	margin: 3px 0 0 0;
	position: relative;
	}	

.product{
	float: left;
}

.titre{
	position: absolute;
	top: 0;
	left: 0;
	}
	
/******************************************************************************/
/*******  contact   ***********************************************************/
/******************************************************************************/

.contactform{
	margin: 30px 0 0 0;
}
.contactform p{
	margin: 5px 0;
}
	
/******************************************************************************/
/*******  presse  *************************************************************/
/******************************************************************************/

.item {
background: url(../images/item_bgd.png) top left no-repeat;
behavior: url(../common/js/iepngfix.htc);
width: 90%;
padding: 15px;
}

item a{
text-decoration: none !important;
}

.item h3{
font-size: 12px;
margin: 0;
padding: 0;
text-decoration: none !important;
}


.item p{
font-weight: normal;
margin: 0;
padding: 0;
text-decoration: none !important;
}



/******************************************************************************/
/*******  promo iPhone   ******************************************************/
/******************************************************************************/

.iphonepromo{
	width: 600px;
	height: auto;
	position:absolute;
	top: 350px;
	right: 95px;
	text-align: right;
	padding: 0 0 30px 0;
}

.faq p{
	line-height: 25px;
	}


