@charset "utf-8";
/* CSS Vidange Catteau - Mobile
Comines - Warneton
2015
Rémy Catteau
*/
*{
	margin:0;
	padding:0;
	border:0;
}

html, body{
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	border:0;
}

#container{
	position:absolute;
	width:100vh;
	min-height:140vh;
	background-image:url(img/mobile.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	
}

#content{
	padding-top:55%;
	padding-left:10%;
}

#content p{
	margin-bottom:30px;
	
}

p.tel{
	font-size:10vh;
	font-weight:bold;
}

p.mail{
	font-size:6vh;
	font-style:italic;
}

#content p a{
	color:black;
	text-decoration:none;	
}

#content p a:hover{
	color:white;	
}

#content p a:active{
	color:white;	
}