/*************************************   Initialisation   **************************************************/
DIV{margin:0;padding: 0;}
span{margin:0;padding: 0;}
a,p,table,td{margin:0;padding: 0;}
a ,a:hover {text-decoration:none; font-size:9pt;}
body{margin:0;padding:0;text-align: center; background:#FFF;}

*{font-family:Helvetica,Sans-Serif;font-size:9pt;}

img, h1, h2{margin:0;padding:0;}
form{display:inline;}

ul, li{padding:0;margin:0;list-style-type: none;text-align:left; }
a img{border:none;}
/*strong, em {font-size:inherit;}*/
/*************************************   Home   **************************************************/
#page {
	position: absolute;

	width: 996px;        /* selon la largeur voulue */
	margin-left: -498px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */

	height: 586px;       /* selon la quantite de texte */
	margin-top: -293px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */

	border: 0px solid #333;
	/*background-color: #FFF;*/
	text-align:left;
}
#contenu {
	position:relative;
	width: 996px;
	height: 586px;
	background:#FFF url(../images/prehome/bg_fond.png) 0 0 no-repeat;
}
#contact {
	height: 73px;
	position: absolute;
	right: 24px;
	top: 44px;
	width: 334px;
	background-image: url(../images/rappel_b.png);
	background-repeat: no-repeat;
}
a#bt_rappel_top {
    background-image: url("../images/bt_rappel_top.png");
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    left: 73px;
    position: absolute;
    top: 43px;
    width: 168px;
}
a#bt_rappel_top:hover {
	background-position: bottom;
}
.sep {
	position: absolute;
	top:160px;
	left:30px;
	width:930px;
	height:1px;
	background:#26353f;
	
	font-size:0px;
	line-height:0;
	overflow:hidden;

}
#logo {
    height: 76px;
    left: 30px;
    position: absolute;
    top: 50px;
    width: 290px;
}
.liens {
    height: 219px;
    left: 122px;
    position: absolute;
    top: 167px;
    width: 718px;
}
.liens a {
    background: url("../images/prehome/bg_liens.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.3em;
    height: 103px;
    margin-left: 30px;
    text-align: center;
    width: 209px;
	margin-bottom: 13px;
}
.liens a span{
	display:block;
	padding-top:10px;
	padding-bottom:23px;
	letter-spacing:7px;
	color:#ABABAC;
	text-align:center;
	font-size:0.8em;
}
.liens a:hover{
	background-position: bottom;
}
#texte {
	position: absolute;
	top:410px;
	left:65px;
	width:850px;
	height:60px;
	text-align:center;
	font-size:1em;
	color:#9ca3a8;
}

#btn_iPhone
{
	position: absolute;
	width: 323px;
	height: 91px;
	top: 452px;
	left: 330px;
}

#bas{
	position: absolute;
	bottom:0px;
	left:65px;
	width:850px;
	height:30px;
	text-align:center;
	font-size:0.9em;
	color:#9ca3a8;
	
}
#bas a{
	font-size:0.9em;
	color:#9ca3a8;
}
