html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

body  {
	background-color:#333333;
	width: 100%;
	height:100%;
	text-align:center;
	margin: 0 auto 0 auto;
	border:1px none blue;
	}

div.cadre_index {
	background-image:  url(images/index/bg_logo_phone.jpg);
	background-repeat:no-repeat;
	margin: 0 auto 0 auto;
	width:320px;
	min-height:568px;
	border:1px none blue;
	}

div.lien_boite {
	position:relative;
	float:left;
	width:0px;
	height:0px;
	border:1px none red;
	}

div.lien_fr {
	position:absolute;
	top:176px;
	left:9px;
	width:300px;
	height:108px;
	border:1px none white;
	}
div.lien_fr img {
	border:0;
	}

div.lien_en {
	position:absolute;
	top:310px;
	left:9px;
	width:300px;
	height:108px;
	border:1px none white;
	}
div.lien_en img {
	border:0;
	}


a:link    {text-decoration:none}
a:visited {text-decoration:none}
a:hover   {text-decoration:underline}
a:active  {text-decoration:underline}