/************************************************************/
/*				REINITIALISATION							*/
/************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend, table { 
	border: 0; 
	margin: 0; 
	outline: 0; 
	padding: 0; 
}
ol { 
	list-style: none; 
}
caption { 
	display: none; 
}
html{

}
body {

}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, 
section, audio, canvas, video{
	display:block;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	top: -0.5em;
}
sub{
	bottom: -0.25em;
}
pre{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
b,strong{
	font-weight: bold;
}
abbr[title]{
	border-bottom: 1px dotted;
}
input, textarea, button, select{
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"],input[type="radio"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	overflow: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************************/
/*			        	BASE								*/
/************************************************************/
.clear {
	clear: both;
}
a img {
	border: none;
}
a, a:hover {
	text-decoration: none;
}
.pointer {
	cursor: pointer;
}
.right {
	float: right;
}
.left {
	float: left;
}
.justify {
	text-align: justify;
}
.valign {
	vertical-align: middle;
}
.placeholder { color: #AAA; }

span.phone {
    font-size: 13px;
}