*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
}

#pied {
	position:fixed;
	z-index:10000;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color:#000;
}

.txt {
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	margin-top:12px;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
}

.im_icone {
	padding-bottom:10px;
	vertical-align:middle;
}

.im_footer {
	width:45px;
	height:25px;
	padding-bottom:10px;
	vertical-align:middle;
}

@media only screen and (min-device-width: 20px) and (max-device-width: 320px) {

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
}

#pied {
	position:fixed;
	z-index:10000;
	bottom: 0px;
	height: 35px;
	width: 100%;
	background-color:#000;
}

.txt {
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	margin-top:0px;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
}

.im_icone {
	padding-bottom:0px;
	vertical-align:middle;
}
}

@media only screen and (min-device-width: 321px) and (max-device-width: 768px) {

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
}

#pied {
	position:fixed;
	z-index:10000;
	bottom: 0px;
	height: 35px;
	width: 100%;
	background-color:#000;
}

.txt {
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	margin-top:0px;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
}

.im_icone {
	padding-bottom:0px;
	vertical-align:middle;
}
}